]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/printdlg.h
reSWIGged
[wxWidgets.git] / include / wx / printdlg.h
index 4cf036b94fc795c563a0d3687f3e747acc3f906b..dfe34ac2676ccbe83b9e8b8172cc3439c1c5b5f9 100644 (file)
@@ -23,10 +23,12 @@ class WXDLLEXPORT wxPrintDialogBase : public wxDialog
 {
 public:
     wxPrintDialogBase() { }
-    wxPrintDialogBase(wxWindow *parent, wxWindowID id = -1, const wxString &title = _("Print"),
-            const wxPoint &pos = wxDefaultPosition,
-            const wxSize &size = wxDefaultSize,
-            long style = wxDEFAULT_DIALOG_STYLE );
+    wxPrintDialogBase(wxWindow *parent,
+                      wxWindowID id = wxID_ANY,
+                      const wxString &title = wxEmptyString,
+                      const wxPoint &pos = wxDefaultPosition,
+                      const wxSize &size = wxDefaultSize,
+                      long style = wxDEFAULT_DIALOG_STYLE);
             
     virtual int ShowModal() = 0;