X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..cad1a197e5a31d40104fd979a2c583aa8f725c93:/include/wx/msw/checkbox.h diff --git a/include/wx/msw/checkbox.h b/include/wx/msw/checkbox.h index f3504693bc..64dedbf487 100644 --- a/include/wx/msw/checkbox.h +++ b/include/wx/msw/checkbox.h @@ -53,6 +53,10 @@ public: protected: virtual wxSize DoGetBestSize() const; + virtual void DoSet3StateValue(wxCheckBoxState value); + + virtual wxCheckBoxState DoGet3StateValue() const; + private: DECLARE_DYNAMIC_CLASS_NO_COPY(wxCheckBox) };