]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
Use bool instead of int. Replace TRUE/FALSE with true/false.
[wxWidgets.git] / include / wx / gtk / notebook.h
index 664eb5f1993558a22326b82dff7ea10ea75369c7..d19a9cd6d673444fbf4b40c3ff82f61ac9ea6dab 100644 (file)
@@ -80,8 +80,6 @@ public:
 
   // operations
   // ----------
-    // remove one page from the notebook
-  bool DeletePage(size_t nPage);
     // remove all pages
   bool DeleteAllPages();
 
@@ -113,7 +111,7 @@ public:
     // set all page's font
     bool SetFont(const wxFont& font);
     
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
 
     // report if window belongs to notebook
     bool IsOwnGtkWindow( GdkWindow *window );