]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
Script tweaks
[wxWidgets.git] / include / wx / gtk / notebook.h
index 2441d64b3a68b707c55b0c48c59e88aeda5a42f5..454cf9f01e92d94863ca2b698053ac523da7a54c 100644 (file)
@@ -80,8 +80,6 @@ public:
 
   // operations
   // ----------
-    // remove one page from the notebook
-  bool DeletePage(size_t nPage);
     // remove all pages
   bool DeleteAllPages();
 
@@ -98,6 +96,10 @@ public:
     // --------------------------
     void OnNavigationKey(wxNavigationKeyEvent& event);
 
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // --------------
 
@@ -106,7 +108,8 @@ public:
     bool DoPhase(int phase);
 #endif
 
-    void ApplyWidgetStyle();
+    // set all page's attributes
+    void DoApplyWidgetStyle(GtkRcStyle *style);
 
     // report if window belongs to notebook
     bool IsOwnGtkWindow( GdkWindow *window );