mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
wxPropertyGridInterface is abstract
This commit is contained in:
@@ -38,6 +38,7 @@ def run():
|
||||
|
||||
|
||||
c = module.find('wxPropertyGridInterface')
|
||||
c.abstract = True
|
||||
for m in c.findAll('GetIterator'):
|
||||
if m.type == 'wxPropertyGridConstIterator':
|
||||
m.ignore()
|
||||
|
||||
Reference in New Issue
Block a user