X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/412e0d47c05d69cb029e9dbd11b31ce24fb2377e..fdb9d2b867dd433f1cee8cfcba7c4d208fcaefde:/src/palmos/notebook.cpp diff --git a/src/palmos/notebook.cpp b/src/palmos/notebook.cpp index 0fb00011a3..2f73ee9e9d 100644 --- a/src/palmos/notebook.cpp +++ b/src/palmos/notebook.cpp @@ -194,6 +194,11 @@ int wxNotebook::SetSelection(size_t nPage) return 0; } +int wxNotebook::ChangeSelection(size_t nPage) +{ + return 0; +} + bool wxNotebook::SetPageText(size_t nPage, const wxString& strText) { return false;