]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
carbon cfm fixes
[wxWidgets.git] / include / wx / gtk / button.h
index 5c90c03e246c6af811697876638e8718edc8a7a8..59d8bb74c3e255426f3f13791d53060805bc251c 100644 (file)
@@ -64,13 +64,16 @@ public:
     // implementation
     // --------------
 
-    void ApplyWidgetStyle();
+    void DoApplyWidgetStyle(GtkRcStyle *style);
     bool IsOwnGtkWindow( GdkWindow *window );
 
     // Since this wxButton doesn't derive from wxButtonBase (why?) we need
     // to override this here too...
     virtual bool ShouldInheritColours() const { return false; }
     
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
 protected:
     virtual wxSize DoGetBestSize() const;