Expose GenerateValueAsString so it is overridable

This commit is contained in:
Robin Dunn
2017-06-27 20:19:58 -07:00
parent 3bb2a52b77
commit 528c4f36c7

View File

@@ -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)