]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/printdlg.h
reSWIGged
[wxWidgets.git] / include / wx / printdlg.h
index 8f54d9afa1eb62ac4f78d0630e27ea481ee6cd4d..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;
 
@@ -68,6 +70,8 @@ private:
 
 #if defined(__WXUNIVERSAL__) && (!defined(__WXMSW__) || wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW)
 #include "wx/generic/prntdlgg.h"
+#elif defined(__PALMOS__)
+#include "wx/palmos/printdlg.h"
 #elif defined(__WXMSW__)
 #include "wx/msw/printdlg.h"
 #elif defined(__WXMOTIF__)