]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checkbox.h
Reverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when...
[wxWidgets.git] / include / wx / mac / checkbox.h
index 4677f5dd6679c292c3999b6330425405b451975e..a426cb734bb66cf743bee6f84b534890c63f0ff0 100644 (file)
@@ -37,6 +37,10 @@ public:
             const wxString& name = wxCheckBoxNameStr);
     virtual void SetValue(bool);
     virtual bool GetValue() const;
+
+    void DoSet3StateValue(wxCheckBoxState val);
+    virtual wxCheckBoxState DoGet3StateValue() const;
+
     virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown );
     virtual void Command(wxCommandEvent& event);