]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
wxMac should use /src/mac/carbon/spinctrl.cpp, applied some sizing
[wxWidgets.git] / include / wx / gtk / notebook.h
index 2441d64b3a68b707c55b0c48c59e88aeda5a42f5..664eb5f1993558a22326b82dff7ea10ea75369c7 100644 (file)
@@ -98,6 +98,10 @@ public:
     // --------------------------
     void OnNavigationKey(wxNavigationKeyEvent& event);
 
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // --------------
 
@@ -106,6 +110,9 @@ public:
     bool DoPhase(int phase);
 #endif
 
+    // set all page's font
+    bool SetFont(const wxFont& font);
+    
     void ApplyWidgetStyle();
 
     // report if window belongs to notebook