X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da0634c1401743089b1d8be20f9b6bdad0e8085b..1ab608ee00f21fa3164e1838395783a86fac82d7:/include/wx/cocoa/checkbox.h diff --git a/include/wx/cocoa/checkbox.h b/include/wx/cocoa/checkbox.h index 9eddf4ed00..f457f3386b 100644 --- a/include/wx/cocoa/checkbox.h +++ b/include/wx/cocoa/checkbox.h @@ -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,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__