Next phase of Print Factory code.
authorRobert Roebling <robert@roebling.de>
Tue, 26 Oct 2004 19:49:59 +0000 (19:49 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 26 Oct 2004 19:49:59 +0000 (19:49 +0000)
commit6038ec8eafaf9bab7adf9af4fcc7a5af61bee00a
tree1e456b5d1a9d2d188499db027bd8ded3d0a60232
parent63de666d9d9406a060bfeb712a67f5f6770d60e6
  Next phase of Print Factory code.
    Created a mini interface so that the generic
    wxPrintDialog can show a "printer" and a
    "status" line if the print factory wants
    this to be the case.
    Moved some code (print mode) back from the
    PostScript only print data to the general
    print data since it is sort of general.

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