]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/mdi.h
no message
[wxWidgets.git] / include / wx / gtk / mdi.h
index beda136fb76bfb2fca471be39504826293a543c5..081cd5a407a86899235684062f166328a95fef0d 100644 (file)
@@ -126,8 +126,8 @@ class wxMDIChildFrame: public wxFrame
   virtual void Activate(void);
     
     // no status bars
-  virtual wxStatusBar* CreateStatusBar( int WXUNUSED(number), long WXUNUSED(style)
-    wxWindowID WXUNUSED(id), const wxString& WXUNUSED(name) ) {return (wxStatusBar*)NULL; }
+  virtual wxStatusBar* CreateStatusBar( int WXUNUSED(number)=1, long WXUNUSED(style)=1
+    wxWindowID WXUNUSED(id)=1, const wxString& WXUNUSED(name)=WXSTRINGCAST NULL ) {return (wxStatusBar*)NULL; }
   virtual wxStatusBar *GetStatusBar() { return (wxStatusBar*)NULL; }
   virtual void SetStatusText( const wxString &WXUNUSED(text), int WXUNUSED(number) ) {}
   virtual void SetStatusWidths( int WXUNUSED(n), int *WXUNUSED(width) ) {}