AddSubPage --> InsertSubPage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -473,12 +473,11 @@ public:
|
|||||||
int imageId = wxNOT_FOUND);
|
int imageId = wxNOT_FOUND);
|
||||||
|
|
||||||
// Inserts a new sub-page to the end of children of the page at given pos.
|
// Inserts a new sub-page to the end of children of the page at given pos.
|
||||||
%Rename(InsertSubPage,
|
virtual bool InsertSubPage(size_t pos,
|
||||||
virtual bool, AddSubPage(size_t pos,
|
wxWindow *page,
|
||||||
wxWindow *page,
|
const wxString& text,
|
||||||
const wxString& text,
|
bool select = false,
|
||||||
bool select = false,
|
int imageId = wxNOT_FOUND);
|
||||||
int imageId = wxNOT_FOUND));
|
|
||||||
|
|
||||||
// Adds a new page at top level after all other pages.
|
// Adds a new page at top level after all other pages.
|
||||||
virtual bool AddPage(wxWindow *page,
|
virtual bool AddPage(wxWindow *page,
|
||||||
|
Reference in New Issue
Block a user