]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
added and documented SplitVolume() and GetPathTerminators(); corrected SetPath()...
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 9dfef193c1f5b1d51b1d5e649108c0bff666d2fc..1830da0e9ef3cf0b1e4eb516e0fc5ddc5372b57f 100644 (file)
@@ -98,6 +98,10 @@ public:
     // --------------------------
     void OnNavigationKey(wxNavigationKeyEvent& event);
 
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     // --------------
 
@@ -109,7 +113,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 );