mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Expose GenerateValueAsString so it is overridable
This commit is contained in:
@@ -84,6 +84,9 @@ def run():
|
||||
c = module.find('wxDirProperty')
|
||||
c.find('OnButtonClick.value').inOut = True
|
||||
|
||||
c = module.find('wxArrayStringProperty')
|
||||
c.find('GenerateValueAsString').ignore(False)
|
||||
|
||||
c = module.find('wxPGArrayEditorDialog')
|
||||
tools.fixWindowClass(c, hideVirtuals=False, ignoreProtected=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user