]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/button.h
added wx/msw/wince/libraries.h to workaround SDK differences problems
[wxWidgets.git] / include / wx / cocoa / button.h
index 748bd0cb1efa8a009cca0d2ec80b89482f6a3fde..0cf3f2df6db75aec2f83210bf1b787a2106970b0 100644 (file)
@@ -54,6 +54,8 @@ protected:
 // Implementation
 // ------------------------------------------------------------------------
 public:
+    wxString GetLabel() const;
+    void SetLabel(const wxString& label);
 };
 
 #endif // __WX_COCOA_BUTTON_H__