First step at moving the print (dialog) native
authorRobert Roebling <robert@roebling.de>
Sun, 17 Oct 2004 17:25:40 +0000 (17:25 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 17 Oct 2004 17:25:40 +0000 (17:25 +0000)
commit8850cbd3c3f4e714e6883d3ff8e4ac58144427bc
tree2f1513af75f372aa9a8328390f08c810ab260aa1
parent4200d1f4164a82739e3e54f5a85f25910c8a8d1d
  First step at moving the print (dialog) native
   data into native dirs and cleaning up the code.
   The native part of wxPrintData is now created
   via the wxPrintFactory. I moved the code for
   PostScript to /src/generic/prntdlgg. and for
   MSW to its the respective dir. I only made
   wxMac compile, but it already has a native
   print data class, which should be easy to
   merge.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cmndata.h
include/wx/generic/prntdlgg.h
include/wx/mac/carbon/printdlg.h
include/wx/msw/printdlg.h
include/wx/prntbase.h
src/common/cmndata.cpp
src/common/prntbase.cpp
src/generic/dcpsg.cpp
src/generic/prntdlgg.cpp
src/msw/dcprint.cpp
src/msw/printdlg.cpp