1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 00:49:33 +02:00
This commit is contained in:
Paul Licameli 2017-10-28 11:05:29 -04:00
parent 7ccd35d219
commit 43a8725044

View File

@ -184,8 +184,11 @@ public:
wxNotebook * StartNotebook();
void EndNotebook();
// IDs of notebook pages cannot be chosen by the caller
wxNotebookPage * StartNotebookPage( const wxString & Name );
void StartNotebookPage( const wxString & Name, wxNotebookPage * pPage );
void EndNotebookPage();
wxPanel * StartInvisiblePanel();
void EndInvisiblePanel();