]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checkbox.h
Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadi...
[wxWidgets.git] / include / wx / msw / checkbox.h
index f3504693bc5834cf8eda8cf2aa71087855345e5d..c15b226eda6343a777e945ab25acb3d5a025f5d8 100644 (file)
@@ -45,13 +45,15 @@ public:
     virtual void SetValue(bool value);
     virtual bool GetValue() const;
 
-    virtual void SetLabel(const wxString& label);
-
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual void Command(wxCommandEvent& event);
 
 protected:
     virtual wxSize DoGetBestSize() const;
+    virtual WXHBRUSH MSWGetDefaultBgBrush();
+
+    virtual void DoSet3StateValue(wxCheckBoxState value);
+    virtual wxCheckBoxState DoGet3StateValue() const;
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxCheckBox)