mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Add magic methods to wx.Size and add unit tests for wx.Size. Also a bit of related refactoring and cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/sandbox/trunk/Phoenix@66147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,9 +30,9 @@ etgtools.parseDoxyXML(module, ITEMS)
|
||||
# Tweak the parsed meta objects in the module object as needed for customizing
|
||||
# the generated code and docstrings.
|
||||
|
||||
import etgtools.tweaker_tools
|
||||
etgtools.tweaker_tools.ignoreAssignmentOperators(module)
|
||||
etgtools.tweaker_tools.removeWxPrefixes(module)
|
||||
import etgtools.tweaker_tools as tools
|
||||
tools.ignoreAssignmentOperators(module)
|
||||
tools.removeWxPrefixes(module)
|
||||
|
||||
|
||||
module.addHeaderCode('#include <wx/wx.h>')
|
||||
|
||||
Reference in New Issue
Block a user