]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_statusbar.i
-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements.
[wxWidgets.git] / wxPython / src / _statusbar.i
index e3a0d66c3bbb5948e555d2955ea45e64df514820..0fc21a1f03b88855b950690f45ccacaaf8add9dc 100644 (file)
@@ -24,6 +24,7 @@
 
 
 // wxStatusBar: a window near the bottom of the frame used for status info
+MustHaveApp(wxStatusBar);
 class wxStatusBar : public wxWindow
 {
 public:
@@ -35,7 +36,7 @@ public:
                 const wxString& name = wxPyStatusLineNameStr);
     %name(PreStatusBar)wxStatusBar();
 
-    bool Create(wxWindow* parent, wxWindowID id,
+    bool Create(wxWindow* parent, wxWindowID id=-1,
                 long style = wxST_SIZEGRIP,
                 const wxString& name = wxPyStatusLineNameStr);