X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbf858b5d69f53efd3950cae99322f54355aa983..c19a8a9a7187281b757808e651358198352b8f11:/include/wx/gtk1/checkbox.h?ds=sidebyside diff --git a/include/wx/gtk1/checkbox.h b/include/wx/gtk1/checkbox.h index a2f858b791..c410c2d728 100644 --- a/include/wx/gtk1/checkbox.h +++ b/include/wx/gtk1/checkbox.h @@ -60,9 +60,12 @@ 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(); + }; #endif // __GTKCHECKBOXH__