X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..789295bf7bd4b58b0270800fb689fce0786dae15:/include/wx/gtk1/stattext.h diff --git a/include/wx/gtk1/stattext.h b/include/wx/gtk1/stattext.h index e60303c890..1febeb3139 100644 --- a/include/wx/gtk1/stattext.h +++ b/include/wx/gtk1/stattext.h @@ -2,9 +2,8 @@ // Name: stattext.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 ///////////////////////////////////////////////////////////////////////////// @@ -52,6 +51,10 @@ class wxStaticText: public wxControl long style = 0, const wxString &name = wxStaticTextNameStr ); wxString GetLabel(void) const; void SetLabel( const wxString &label ); + + // implementation + + void ApplyWidgetStyle(); }; #endif // __GTKSTATICTEXTH__