X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20123d495814b8b8543bf43fbd63aa7ec21e5d78..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk/statline.h?ds=sidebyside diff --git a/include/wx/gtk/statline.h b/include/wx/gtk/statline.h index 7b6e673728..aa4077671f 100644 --- a/include/wx/gtk/statline.h +++ b/include/wx/gtk/statline.h @@ -2,19 +2,13 @@ // Name: wx/gtk/statline.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKSTATICLINEH__ #define __GTKSTATICLINEH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "statline.h" -#endif - #include "wx/defs.h" #if wxUSE_STATLINE @@ -32,13 +26,13 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr); + const wxString &name = wxStaticLineNameStr); bool Create(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr); + const wxString &name = wxStaticLineNameStr); static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);