Began work on print dialogs. Now wxPrintDialog
authorRobert Roebling <robert@roebling.de>
Sat, 16 Oct 2004 22:11:48 +0000 (22:11 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 16 Oct 2004 22:11:48 +0000 (22:11 +0000)
commitc061373dc5ba0ed5e3670af0698154302f1fec2c
treec4dd32c68ee8fe8cf5b3af84019d32021ddf331f
parent9a8d8c5a515b44a03b412c3637c4072be9950387
  Began work on print dialogs. Now wxPrintDialog
    is a pimpl implementation of the native
    dialog classes, which are created in wxPrintFactory.

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