X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9c96bcce94c48435f1949cd61658c72a1a5f2e4..dc86cb34c3a8f141686339f1285cf259dec5faaa:/include/wx/gtk/button.h diff --git a/include/wx/gtk/button.h b/include/wx/gtk/button.h index 0d5bf16b5c..45f0c1b4ae 100644 --- a/include/wx/gtk/button.h +++ b/include/wx/gtk/button.h @@ -2,9 +2,8 @@ // Name: button.h // Purpose: // Author: Robert Roebling -// Created: 01/02/97 -// Id: -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -60,6 +59,11 @@ class wxButton: public wxControl void SetDefault(void); void SetLabel( const wxString &label ); void Enable( bool enable ); + + // implementation + + void ApplyWidgetStyle(); + }; #endif // __GTKBUTTONH__