mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Declare DeleteAllPages in the notebook subclasses, so the proper C++
implementation will be called.
This commit is contained in:
@@ -89,6 +89,9 @@ Changes in this release include the following:
|
||||
positioning the Window (a small image) on the left of text in a
|
||||
CustomTreeItem. (#PR886).
|
||||
|
||||
* Declared DeleteAllPages in the notebook subclasses, so the proper C++
|
||||
implementation will be called. (#972)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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