]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/checkbox.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / cocoa / checkbox.h
index f457f3386b05dc0e3a84ed8a071350239fab8eae..4ce89830fca0befd79876c5a88d9da5828510a07 100644 (file)
@@ -58,6 +58,8 @@ protected:
 public:
     virtual void SetValue(bool);
     virtual bool GetValue() const;
+    virtual void SetLabel(const wxString& label);
+    virtual wxString GetLabel() const { return GetTitle(); }
 protected:
     virtual void DoSet3StateValue(wxCheckBoxState state);
     virtual wxCheckBoxState DoGet3StateValue() const;