X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..45d49251ba41915e3d8b89d13a770a74984b1055:/include/wx/stubs/notebook.h diff --git a/include/wx/stubs/notebook.h b/include/wx/stubs/notebook.h index 9b0794f359..83f8c1ce4e 100644 --- a/include/wx/stubs/notebook.h +++ b/include/wx/stubs/notebook.h @@ -132,6 +132,8 @@ public: // ---------- // remove one page from the notebook bool DeletePage(int nPage); + // remove one page from the notebook, without deleting + bool RemovePage(int nPage); // remove all pages bool DeleteAllPages(); // adds a new page to the notebook (it will be deleted ny the notebook,