mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Merge pull request #1022 from RobinD42/fix-issue972
Declare DeleteAllPages in the notebook subclasses
(cherry picked from commit 4b0f0e82c2)
This commit is contained in:
@@ -338,6 +338,7 @@ def fixBookctrlClass(klass):
|
||||
("ChangeSelection", "virtual int ChangeSelection(size_t page);"),
|
||||
("HitTest", "virtual int HitTest(const wxPoint& pt, long* flags /Out/ = NULL) const;"),
|
||||
("InsertPage", "virtual bool InsertPage(size_t index, wxWindow * page, const wxString & text, bool select = false, int imageId = NO_IMAGE);"),
|
||||
("DeleteAllPages", "virtual bool DeleteAllPages();")
|
||||
]
|
||||
|
||||
for name, decl in methods:
|
||||
|
||||
Reference in New Issue
Block a user