]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_statusbar.i
Put a rreminder in the comments about s bit of duplicated code
[wxWidgets.git] / wxPython / src / _statusbar.i
index 6888f583bde23ee23095407f1306746358cb4bdc..e3a0d66c3bbb5948e555d2955ea45e64df514820 100644 (file)
@@ -22,6 +22,7 @@
 %newgroup;
 
 
+
 // wxStatusBar: a window near the bottom of the frame used for status info
 class wxStatusBar : public wxWindow
 {
@@ -30,7 +31,7 @@ public:
     %pythonAppend wxStatusBar()       ""
     
     wxStatusBar(wxWindow* parent, wxWindowID id = -1,
-                long style = wxST_SIZEGRIP,
+                long style = wxDEFAULT_STATUSBAR_STYLE,
                 const wxString& name = wxPyStatusLineNameStr);
     %name(PreStatusBar)wxStatusBar();
 
@@ -73,6 +74,9 @@ public:
     // get the dimensions of the horizontal and vertical borders
     virtual int GetBorderX() const;
     virtual int GetBorderY() const;
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };