]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/button.h
General tidy-up (mainly typecasts) to allow the use of the SGI native
[wxWidgets.git] / include / wx / gtk1 / button.h
index 5adbd99d0c5efd073a72654cf3a166f579b6bb1b..0d5bf16b5cc6fda265f1350b928142ef4e1249c1 100644 (file)
@@ -59,6 +59,7 @@ class wxButton: public wxControl
            const wxString& name = wxButtonNameStr);
     void SetDefault(void);
     void SetLabel( const wxString &label );
+    void Enable( bool enable );
 };
 
 #endif // __GTKBUTTONH__