]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statline.h
Replace wxComboBox::IsEmpty() with Is{List,Text}Empty().
[wxWidgets.git] / include / wx / gtk / statline.h
index 7b6e673728c87e472d95ec2dc47477fcf353212b..b71bd696e2dac8f4cf4a7780799e45fd7eb4b4f9 100644 (file)
@@ -7,14 +7,9 @@
 // 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 +27,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);