]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
draw solid focus rectangle in mono theme and don't do it at all for selected items...
[wxWidgets.git] / include / wx / gtk / notebook.h
index 9724afdb1175c19e75be8b604d4eae6ad54dbac3..8965c2d2f6f1581fb8b38327f69edc3285e51559 100644 (file)
@@ -103,8 +103,6 @@ public:
     void SetConstraintSizes(bool recurse);
     bool DoPhase(int phase);
 #endif
     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();
 
     // common part of all ctors
     void Init();
@@ -124,7 +122,8 @@ public:
 
 protected:
     // set all page's attributes
 
 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);
 
     // remove one page from the notebook but do not destroy it
     virtual wxNotebookPage *DoRemovePage(size_t nPage);