mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Set output annotation for GetFrameParameters parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,6 +36,9 @@ def run():
|
||||
assert isinstance(c, etgtools.ClassDef)
|
||||
c.abstract = True
|
||||
|
||||
c.find('GetFrameParameters.size').out = True
|
||||
c.find('GetFrameParameters.pos').out = True
|
||||
c.find('GetFrameParameters.newFrameEachTime').out = True
|
||||
|
||||
|
||||
# NOTE: Since wxHelpController is an alias for wxHtmlHelpController on
|
||||
|
||||
Reference in New Issue
Block a user