From: Patrick Albert Date: Mon, 6 Sep 1999 12:54:56 +0000 (+0000) Subject: Added documentation for wxMenuBar::Refresh() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/63dcfc151b7977b7d2cd4095cfdd3421936e0d81 Added documentation for wxMenuBar::Refresh() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index 136021b3ed..62e1684990 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -635,6 +635,12 @@ Determines whether an item is enabled. TRUE if the item was found and is enabled, FALSE otherwise. +\membersection{wxMenuBar::Refresh}\label{wxmenubarrefresh} + +\func{void}{Refresh}{\void} + +Redraw the menu bar + \membersection{wxMenuBar::SetHelpString}\label{wxmenubarsethelpstring} \func{void}{SetHelpString}{\param{int}{ id}, \param{const wxString\& }{helpString}}