X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01111366c9b4ea40eee7f4b13ddfe6f6b9f886db..4259a48e0b5799e015061f8e649ab54ad2d9dc7f:/include/wx/gtk1/checkbox.h?ds=sidebyside diff --git a/include/wx/gtk1/checkbox.h b/include/wx/gtk1/checkbox.h index f2027e494b..c410c2d728 100644 --- a/include/wx/gtk1/checkbox.h +++ b/include/wx/gtk1/checkbox.h @@ -2,7 +2,7 @@ // Name: checkbox.h // Purpose: // Author: Robert Roebling -// Id: $id$ +// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -60,8 +60,12 @@ class wxCheckBox: public wxControl bool GetValue() const; void SetLabel( const wxString& label ); - void SetFont( const wxFont &font ); void Enable( bool enable ); + + // implementation + + void ApplyWidgetStyle(); + }; #endif // __GTKCHECKBOXH__