projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91fd8ba
)
GetMenuCount() returns size_t, not int
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 26 May 2007 10:23:20 +0000
(10:23 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 26 May 2007 10:23:20 +0000
(10:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46216
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
docs/latex/wx/menu.tex
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/menu.tex
b/docs/latex/wx/menu.tex
index e447788e16b182b62da11fad39745b5a0b7780df..c4882893b7f3b0041dc2dae19e63bb3ae7f5e3ac 100644
(file)
--- a/
docs/latex/wx/menu.tex
+++ b/
docs/latex/wx/menu.tex
@@
-968,7
+968,7
@@
Returns the menu at {\it menuIndex} (zero-based).
\membersection{wxMenuBar::GetMenuCount}\label{wxmenubargetmenucount}
-\constfunc{
in
t}{GetMenuCount}{\void}
+\constfunc{
size\_
t}{GetMenuCount}{\void}
Returns the number of menus in this menubar.