projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
missing reversed orientation assignments
[wxWidgets.git]
/
src
/
palmos
/
notebook.cpp
diff --git
a/src/palmos/notebook.cpp
b/src/palmos/notebook.cpp
index 0fb00011a3e36fd8ee18d5dc09de6faa90bba571..2f73ee9e9d2ee2769a789c0969442487eb86c98d 100644
(file)
--- 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;