Applied modified 3-state checkbox patch from Mathew Cucuzella

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-02-02 04:58:16 +00:00
parent 9111634545
commit 7f7b69e220
2 changed files with 59 additions and 6 deletions

View File

@@ -58,6 +58,9 @@ protected:
public:
virtual void SetValue(bool);
virtual bool GetValue() const;
protected:
virtual void DoSet3StateValue(wxCheckBoxState state);
virtual wxCheckBoxState DoGet3StateValue() const;
};
#endif // __WX_COCOA_CHECKBOX_H__