]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
Set minsize and implement DoGetBestSize
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 9dfef193c1f5b1d51b1d5e649108c0bff666d2fc..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();
 
@@ -98,6 +96,10 @@ public:
     // --------------------------
     void OnNavigationKey(wxNavigationKeyEvent& event);
 
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // --------------
 
@@ -109,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 );