]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/checkbox.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / cocoa / checkbox.h
index 2862e6e81d0e4193bc329f9483dc76c148da08cd..4ce89830fca0befd79876c5a88d9da5828510a07 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/03/16
 // RCS-ID:      $Id:
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_CHECKBOX_H__
@@ -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;