mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
moved a typedef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,6 @@ ITEMS = [ 'wxPrinterDC', ]
|
||||
def run():
|
||||
# Parse the XML file(s) building a collection of Extractor objects
|
||||
module = etgtools.ModuleDef(PACKAGE, MODULE, NAME, DOCSTRING)
|
||||
module.items.append(etgtools.TypedefDef(type='int', name='wxPrintQuality'))
|
||||
|
||||
etgtools.parseDoxyXML(module, ITEMS)
|
||||
|
||||
|
||||
@@ -53,6 +53,7 @@ def run():
|
||||
module.insertItemAfter(td, etgtools.TypedefDef(type='wchar_t', name='wxChar'))
|
||||
module.insertItemAfter(td, etgtools.TypedefDef(type='unsigned int', name='size_t'))
|
||||
module.insertItemAfter(td, etgtools.TypedefDef(type='long', name='time_t'))
|
||||
module.insertItemAfter(td, etgtools.TypedefDef(type='int', name='wxPrintQuality'))
|
||||
|
||||
|
||||
# Forward declarations for classes that are referenced but not defined
|
||||
|
||||
Reference in New Issue
Block a user