X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90e572f1e5af1e51fd14e2e1e6f64fa3e258e590..213ad8e72cb6e838d15bf54145d661b081dca308:/include/wx/gtk/notebook.h diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index 2921c3583c..9724afdb11 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/notebook.h @@ -103,10 +103,6 @@ public: void SetConstraintSizes(bool recurse); bool DoPhase(int phase); #endif - - // set all page's attributes - void DoApplyWidgetStyle(GtkRcStyle *style); - // report if window belongs to notebook bool IsOwnGtkWindow( GdkWindow *window ); @@ -127,6 +123,9 @@ public: bool m_inSwitchPage; protected: + // set all page's attributes + void DoApplyWidgetStyle(GtkRcStyle *style); + // remove one page from the notebook but do not destroy it virtual wxNotebookPage *DoRemovePage(size_t nPage);