]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/checkbox.h
using Run of base class
[wxWidgets.git] / include / wx / cocoa / checkbox.h
index 9eddf4ed00d0311bbab701a5c0330d4a2ca277c8..ba811c54e85529302e567801153aab696a9713bd 100644 (file)
@@ -4,9 +4,8 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2003/03/16
-// RCS-ID:      $Id:
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_CHECKBOX_H__
@@ -17,7 +16,7 @@
 // ========================================================================
 // wxCheckBox
 // ========================================================================
-class WXDLLEXPORT wxCheckBox: public wxCheckBoxBase , protected wxCocoaNSButton
+class WXDLLIMPEXP_CORE wxCheckBox: public wxCheckBoxBase , protected wxCocoaNSButton
 {
     DECLARE_DYNAMIC_CLASS(wxCheckBox)
     DECLARE_EVENT_TABLE()
@@ -58,6 +57,12 @@ protected:
 public:
     virtual void SetValue(bool);
     virtual bool GetValue() const;
+    virtual void SetLabel(const wxString& label);
+    virtual wxString GetLabel() const;
+
+protected:
+    virtual void DoSet3StateValue(wxCheckBoxState state);
+    virtual wxCheckBoxState DoGet3StateValue() const;
 };
 
 #endif // __WX_COCOA_CHECKBOX_H__