Add wxPrintAbortDialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-08-09 16:48:09 +00:00
parent 7d87b52021
commit 193fbe2236

View File

@@ -23,6 +23,7 @@ ITEMS = [ "wxPreviewControlBar",
"wxPrintPreview",
"wxPrinter",
"wxPrintout",
"wxPrintAbortDialog",
]
#---------------------------------------------------------------------------
@@ -96,7 +97,11 @@ def run():
c.find('GetPageInfo.pageFrom').out = True
c.find('GetPageInfo.pageTo').out = True
c = module.find('wxPrintAbortDialog')
tools.fixTopLevelWindowClass(c)
# deprecated classes
module.addPyCode("PyPrintPreview = wx.deprecated(PrintPreview, 'Use PrintPreview instead.')")
module.addPyCode("PyPreviewFrame = wx.deprecated(PreviewFrame, 'Use PreviewFrame instead.')")