From: Vadim Zeitlin Date: Wed, 25 Oct 2006 00:00:22 +0000 (+0000) Subject: add hyperlink to wxList to GetMenuItems() docs (bug 921322) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ce4e2041a876ea9f3b684e342c2d6b4e906baadd add hyperlink to wxList to GetMenuItems() docs (bug 921322) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index dcec1b5257..6f6a0805bc 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -450,7 +450,7 @@ Returns the number of items in the menu. \constfunc{wxMenuItemList\&}{GetMenuItems}{\void} Returns the list of items in the menu. wxMenuItemList is a pseudo-template -list class containing wxMenuItem pointers. +list class containing wxMenuItem pointers, see \helpref{wxList}{wxlist}. \membersection{wxMenu::GetTitle}\label{wxmenugettitle}