]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
DnD fixes
[wxWidgets.git] / include / wx / gtk / button.h
index f4bfe395ed0bc936d29c4f3c974f27c34669c3f3..45f0c1b4ae368ce200c05f525698fa6d4e94e9ac 100644 (file)
@@ -59,8 +59,11 @@ class wxButton: public wxControl
     void SetDefault(void);
     void SetLabel( const wxString &label );
     void Enable( bool enable );
-    void SetFont( const wxFont &font );
-    void SetBackgroundColour( const wxColour &colour );
+
+  // implementation        
+  
+    void ApplyWidgetStyle();    
+    
 };
 
 #endif // __GTKBUTTONH__