mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Ensure animationctrl virtuals are still virtual in the wrapper classes
This commit is contained in:
@@ -39,6 +39,7 @@ def run():
|
||||
c = module.find('wxAnimationCtrl')
|
||||
tools.fixWindowClass(c)
|
||||
play = c.find('Play')
|
||||
play.isVirtual = True
|
||||
others = [
|
||||
c.find('Stop'),
|
||||
c.find('IsPlaying'),
|
||||
@@ -66,6 +67,7 @@ def run():
|
||||
# methods it will be inheriting from the real base class, which is not
|
||||
# public.
|
||||
for m in others:
|
||||
m.isVirtual = True
|
||||
c.addItem(m)
|
||||
|
||||
module.addGlobalStr('wxAnimationCtrlNameStr', c)
|
||||
|
||||
Reference in New Issue
Block a user