]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
Added (and documented) GetTraceMasks so userspace can probe the currently
[wxWidgets.git] / include / wx / wizard.h
index 55fd5c82cfb0adb70b76b64e9b4d64ea4f4d750c..ce716c5627b4df4640979812438c8f0379817027 100644 (file)
@@ -194,12 +194,12 @@ public:
 
     // wxWizard should be created using "new wxWizard" now, not with Create()
 #ifdef WXWIN_COMPATIBILITY_2_2
-    wxWizard *Create(wxWindow *parent,
-                     int id = -1,
-                     const wxString& title = wxEmptyString,
-                     const wxBitmap& bitmap = wxNullBitmap,
-                     const wxPoint& pos = wxDefaultPosition,
-                     const wxSize& size = wxDefaultSize)
+    static wxWizard *Create(wxWindow *parent,
+                            int id = -1,
+                            const wxString& title = wxEmptyString,
+                            const wxBitmap& bitmap = wxNullBitmap,
+                            const wxPoint& pos = wxDefaultPosition,
+                            const wxSize& size = wxDefaultSize);
 #endif // WXWIN_COMPATIBILITY_2_2
 };