mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Set some output and inOut parameter annotations
This commit is contained in:
@@ -56,8 +56,10 @@ def run():
|
||||
|
||||
c = module.find('wxPGProperty')
|
||||
tools.ignoreConstOverloads(c)
|
||||
c.find('StringToValue.variant').out = True
|
||||
c.find('IntToValue.variant').out = True
|
||||
|
||||
# TODO: Some of the wxPGProperty methods should probably be pythonized a bit...
|
||||
# TODO: Some other wxPGProperty methods should be pythonized a bit...
|
||||
|
||||
|
||||
c = module.find('wxPGChoicesData')
|
||||
|
||||
@@ -77,6 +77,12 @@ def run():
|
||||
c.briefDoc = "Basic property with integer value."
|
||||
c.detailedDoc = []
|
||||
|
||||
c = module.find('wxLongStringProperty')
|
||||
c.find('OnButtonClick.value').inOut = True
|
||||
c.find('DisplayEditorDialog.value').inOut = True
|
||||
|
||||
c = module.find('wxDirProperty')
|
||||
c.find('OnButtonClick.value').inOut = True
|
||||
|
||||
c = module.find('wxPGArrayEditorDialog')
|
||||
tools.fixWindowClass(c, hideVirtuals=False, ignoreProtected=False)
|
||||
|
||||
Reference in New Issue
Block a user