mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +02:00
comment
This commit is contained in:
parent
7ccd35d219
commit
43a8725044
@ -184,8 +184,11 @@ public:
|
|||||||
|
|
||||||
wxNotebook * StartNotebook();
|
wxNotebook * StartNotebook();
|
||||||
void EndNotebook();
|
void EndNotebook();
|
||||||
|
|
||||||
|
// IDs of notebook pages cannot be chosen by the caller
|
||||||
wxNotebookPage * StartNotebookPage( const wxString & Name );
|
wxNotebookPage * StartNotebookPage( const wxString & Name );
|
||||||
void StartNotebookPage( const wxString & Name, wxNotebookPage * pPage );
|
void StartNotebookPage( const wxString & Name, wxNotebookPage * pPage );
|
||||||
|
|
||||||
void EndNotebookPage();
|
void EndNotebookPage();
|
||||||
wxPanel * StartInvisiblePanel();
|
wxPanel * StartInvisiblePanel();
|
||||||
void EndInvisiblePanel();
|
void EndInvisiblePanel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user