yet. I'd just remove it but I'll think it over if there is
or was any use for it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30307
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxPostScriptPrinter::Setup(wxWindow *parent)
{
+#if 0
wxGenericPrintDialog* dialog = new wxGenericPrintDialog(parent, & m_printDialogData);
dialog->GetPrintDialogData().SetSetupDialog(true);
}
dialog->Destroy();
-
+
return (ret == wxID_OK);
+#endif
+
+ return wxID_CANCEL;
}
// ----------------------------------------------------------------------------
bool wxMacPrinter::Setup(wxWindow *parent)
{
+#if 0
wxPrintDialog dialog(parent, & m_printDialogData);
dialog.GetPrintDialogData().SetSetupDialog(TRUE);
}
return (ret == wxID_OK);
+#endif
+ return wxID_CANCEL;
}
/*
bool wxMacPrinter::Setup(wxWindow *parent)
{
+#if 0
wxPrintDialog dialog(parent, & m_printDialogData);
dialog.GetPrintDialogData().SetSetupDialog(TRUE);
}
return (ret == wxID_OK);
+#endif
+ return wxID_CANCEL;
}
/*