X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..b19d4eb9bf0623c8d4402621b49acdece19223d8:/include/wx/gtk/notebook.h diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index 9724afdb11..8965c2d2f6 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/notebook.h @@ -103,8 +103,6 @@ public: void SetConstraintSizes(bool recurse); bool DoPhase(int phase); #endif - // report if window belongs to notebook - bool IsOwnGtkWindow( GdkWindow *window ); // common part of all ctors void Init(); @@ -124,7 +122,8 @@ public: protected: // set all page's attributes - void DoApplyWidgetStyle(GtkRcStyle *style); + virtual void DoApplyWidgetStyle(GtkRcStyle *style); + virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; // remove one page from the notebook but do not destroy it virtual wxNotebookPage *DoRemovePage(size_t nPage);