X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..a6aa9b1ee8aaecdf0ca4618c2e6cccfb011f4599:/include/wx/gtk1/stattext.h diff --git a/include/wx/gtk1/stattext.h b/include/wx/gtk1/stattext.h index e60303c890..0e58cb15ec 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 ///////////////////////////////////////////////////////////////////////////// @@ -31,7 +30,7 @@ class wxStaticText; // global data //----------------------------------------------------------------------------- -extern const char *wxStaticTextNameStr; +extern const wxChar *wxStaticTextNameStr; //----------------------------------------------------------------------------- // wxStaticText @@ -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__