]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statline.h
added more HP-UX charset names
[wxWidgets.git] / include / wx / generic / statline.h
index 67efb49f6c15994bca32cc4261e8d37f42e25eaa..aadf1250b2646efe37e186b68e0dbeed6cb31ec9 100644 (file)
 #ifndef _WX_GENERIC_STATLINE_H_
 #define _WX_GENERIC_STATLINE_H_
 
-#ifdef __GNUG__
-    #pragma interface
-#endif
-
 class wxStaticBox;
 
 // ----------------------------------------------------------------------------
@@ -27,10 +23,10 @@ class WXDLLEXPORT wxStaticLine : public wxStaticLineBase
 
 public:
     // constructors and pseudo-constructors
-    wxStaticLine() { }
+    wxStaticLine() { m_statbox = NULL; }
 
     wxStaticLine( wxWindow *parent,
-                  wxWindowID id,
+                  wxWindowID id = wxID_ANY,
                   const wxPoint &pos = wxDefaultPosition,
                   const wxSize &size = wxDefaultSize,
                   long style = wxLI_HORIZONTAL,
@@ -39,8 +35,10 @@ public:
         Create(parent, id, pos, size, style, name);
     }
 
+    virtual ~wxStaticLine();
+
     bool Create( wxWindow *parent,
-                 wxWindowID id,
+                 wxWindowID id = wxID_ANY,
                  const wxPoint &pos = wxDefaultPosition,
                  const wxSize &size = wxDefaultSize,
                  long style = wxLI_HORIZONTAL,