]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statline.h
Implement most of AppendRow(), PrependRow(), InsertRow(),
[wxWidgets.git] / include / wx / gtk1 / statline.h
index aec537285678482829467139ff6bf5ddc25ed3af..a0d212b6929b31c1522a9be673eb29804b16f11e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/gtk/statline.h
+// Name:        wx/gtk1/statline.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -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
@@ -23,7 +18,7 @@
 // wxStaticLine
 // ----------------------------------------------------------------------------
 
-class wxStaticLine : public wxStaticLineBase
+class WXDLLIMPEXP_CORE wxStaticLine : public wxStaticLineBase
 {
 public:
     wxStaticLine();