mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
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:
@@ -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.')")
|
||||
|
||||
Reference in New Issue
Block a user