]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
converted to 16 colors
[wxWidgets.git] / include / wx / gtk / button.h
index 2b8b262c968b4a2dc5b00a97709300fff2b76403..9e2268309c9b87330493a3269513e8650e35c4d3 100644 (file)
@@ -30,7 +30,7 @@ class wxButton;
 // global data
 //-----------------------------------------------------------------------------
 
-extern const char *wxButtonNameStr;
+extern const wxChar *wxButtonNameStr;
 
 //-----------------------------------------------------------------------------
 // wxButton
@@ -59,7 +59,9 @@ class wxButton: public wxControl
            const wxString& name = wxButtonNameStr);
     void SetDefault();
     void SetLabel( const wxString &label );
-    void Enable( bool enable );
+    bool Enable( bool enable );
+
+    static wxSize GetDefaultSize();
     
   // implementation