X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f96aa4d9eb296b3dfc468a351ce013bf92fab983..8c10faf1bdfc5b827c4361216cfd39e3bbf027a4:/include/wx/gtk/checkbox.h diff --git a/include/wx/gtk/checkbox.h b/include/wx/gtk/checkbox.h index 36730fb54b..f883cf78c9 100644 --- a/include/wx/gtk/checkbox.h +++ b/include/wx/gtk/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,9 +60,13 @@ class wxCheckBox: public wxControl bool GetValue() const; void SetLabel( const wxString& label ); - void SetFont( const wxFont &font ); void Enable( bool enable ); - void SetBackgroundColour( const wxColour &colour ); + + // implementation + + void ApplyWidgetStyle(); + + bool m_blockFirstEvent; }; #endif // __GTKCHECKBOXH__