projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed m_majorDim bug a bit more (was still getting divide by zero error)
[wxWidgets.git]
/
src
/
stubs
/
notebook.cpp
diff --git
a/src/stubs/notebook.cpp
b/src/stubs/notebook.cpp
index 312dd0f3d3ae8a62ddf0ac466bb04cd20a4c5aa9..f7ee49cd5d09c1aec3707f8d9685a54308bb94ba 100644
(file)
--- a/
src/stubs/notebook.cpp
+++ b/
src/stubs/notebook.cpp
@@
-375,3
+375,8
@@
void wxNotebook::ChangePage(int nOldSel, int nSel)
m_nSelection = nSel;
}
+void wxNotebook::SetTabSize(const wxSize& sz)
+{
+ // TODO
+}
+