]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
fixed gcc warnings about not calling base class ctor explicitly in copy ctors (patch...
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 1830da0e9ef3cf0b1e4eb516e0fc5ddc5372b57f..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();
 
@@ -110,9 +108,7 @@ public:
     bool DoPhase(int phase);
 #endif
 
-    // set all page's font
-    bool SetFont(const wxFont& font);
-    
+    // set all page's attributes
     void DoApplyWidgetStyle(GtkRcStyle *style);
 
     // report if window belongs to notebook