X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b9a7c3331eda5d674e3f67eb0add00df1bcf907..a7689c49fe02c0c065facf736ab28b19f5997b7c:/include/wx/msw/checkbox.h diff --git a/include/wx/msw/checkbox.h b/include/wx/msw/checkbox.h index f00fe9cfe3..c8416e0eae 100644 --- a/include/wx/msw/checkbox.h +++ b/include/wx/msw/checkbox.h @@ -55,8 +55,11 @@ public: // make the checkbox owner drawn or reset it to normal style void MSWMakeOwnerDrawn(bool ownerDrawn); + // implementation only from now on + virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const; + protected: - virtual wxSize DoGetBestSize() const; + virtual wxSize DoGetBestClientSize() const; virtual void DoSet3StateValue(wxCheckBoxState value); virtual wxCheckBoxState DoGet3StateValue() const;