mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00:07 +01:00
Ensure wx.Notebook (and other bookctrls) declare all the base virtual methods
This commit is contained in:
@@ -37,12 +37,7 @@ def run():
|
||||
c.find('OnSelChange').ignore()
|
||||
|
||||
tools.fixWindowClass(c)
|
||||
|
||||
|
||||
# Let SIP know about other virtual methods that may be implemented here
|
||||
c.addItem(etgtools.WigCode("""\
|
||||
virtual bool DeleteAllPages();
|
||||
"""))
|
||||
tools.fixBookctrlClass(c)
|
||||
|
||||
module.addGlobalStr('wxNotebookNameStr', c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user