]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checkbox.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / checkbox.h
index 64dedbf487c036c514f4cc029b0e6a699edf187e..31f3bddfbab2d8aae2041126d7f0b15e0e7fef2c 100644 (file)
@@ -45,8 +45,6 @@ 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);
 
@@ -54,7 +52,6 @@ protected:
     virtual wxSize DoGetBestSize() const;
 
     virtual void DoSet3StateValue(wxCheckBoxState value);
-
     virtual wxCheckBoxState DoGet3StateValue() const;
 
 private: