]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checkbox.h
removing outdated code
[wxWidgets.git] / include / wx / msw / checkbox.h
index f00fe9cfe32c8c7eee40470652389f6b4f48b3a2..c8416e0eaed695731e28f8eeb89a0228415e17b7 100644 (file)
@@ -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;