]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/checkbox.h
Wrappers for *ToText
[wxWidgets.git] / include / wx / cocoa / checkbox.h
index 9eddf4ed00d0311bbab701a5c0330d4a2ca277c8..f457f3386b05dc0e3a84ed8a071350239fab8eae 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/03/16
 // RCS-ID:      $Id:
 // Copyright:   (c) 2003 David Elliott
 // Created:     2003/03/16
 // RCS-ID:      $Id:
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_CHECKBOX_H__
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_CHECKBOX_H__
@@ -58,6 +58,9 @@ protected:
 public:
     virtual void SetValue(bool);
     virtual bool GetValue() const;
 public:
     virtual void SetValue(bool);
     virtual bool GetValue() const;
+protected:
+    virtual void DoSet3StateValue(wxCheckBoxState state);
+    virtual wxCheckBoxState DoGet3StateValue() const;
 };
 
 #endif // __WX_COCOA_CHECKBOX_H__
 };
 
 #endif // __WX_COCOA_CHECKBOX_H__