]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/printdlg.h
Added convenience form of wxEvtHandler::Connect, only one id; changed
[wxWidgets.git] / include / wx / stubs / printdlg.h
index d6ee60ff468b3a75a110e7cf6338dffee265f6e7..ac31a4909606ef557a500442171cd253779aff19 100644 (file)
@@ -1,6 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        printdlg.h
-// Purpose:     wxPrintDialog, wxPageSetupDialog classes
+// Purpose:     wxPrintDialog, wxPageSetupDialog classes.
+//              Use generic, PostScript version if no
+//              platform-specific implementation.
 // Author:      AUTHOR
 // Modified by:
 // Created:     ??/??/98
@@ -43,10 +45,6 @@ class WXDLLEXPORT wxPrintDialog: public wxDialog
  private:
   wxPrintData       m_printData;
   wxDC*             m_printerDC;
-  bool              m_destroyDC;
-  char*             m_deviceName;
-  char*             m_driverName;
-  char*             m_portName;
   wxWindow*         m_dialogParent;
 };