mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Add stubs for wxUIActionSimulator
This commit is contained in:
@@ -6593,6 +6593,7 @@
|
||||
"USE_GLCANVAS":"wx.glcanvas.",
|
||||
"USE_JOYSTICK":"wx.adv.",
|
||||
"USE_MEDIACTRL":"wx.media.",
|
||||
"USE_UIACTIONSIMULATOR":"wx.",
|
||||
"USE_WEBKIT":"wx.webkit.",
|
||||
"USE_WEBVIEW":"wx.html2.",
|
||||
"Uint16":"wx.",
|
||||
|
@@ -31,6 +31,11 @@ def run():
|
||||
# Tweak the parsed meta objects in the module object as needed for
|
||||
# customizing the generated code and docstrings.
|
||||
|
||||
tools.generateStubs('wxUSE_UIACTIONSIMULATOR', module,
|
||||
# extraHdrCode='',
|
||||
# typeValMap={}
|
||||
)
|
||||
|
||||
c = module.find('wxUIActionSimulator')
|
||||
assert isinstance(c, etgtools.ClassDef)
|
||||
c.addPrivateCopyCtor()
|
||||
|
Reference in New Issue
Block a user