X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/gtk1/checkbox.h?ds=sidebyside diff --git a/include/wx/gtk1/checkbox.h b/include/wx/gtk1/checkbox.h index 555a708d26..2cc90a1703 100644 --- a/include/wx/gtk1/checkbox.h +++ b/include/wx/gtk1/checkbox.h @@ -1,8 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/checkbox.h +// Name: wx/gtk1/checkbox.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -43,7 +42,7 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); - + // implementation // -------------- @@ -59,11 +58,6 @@ public: protected: virtual wxSize DoGetBestSize() const; -#ifdef __WXGTK20__ - void DoSet3StateValue(wxCheckBoxState state); - wxCheckBoxState DoGet3StateValue() const; -#endif - private: DECLARE_DYNAMIC_CLASS(wxCheckBox) };