From: Julian Smart Date: Thu, 25 Dec 2003 11:59:29 +0000 (+0000) Subject: Added FindById doc X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ae071f3106ad0d1cb85cf6e33ee55b1b3ab31b0e Added FindById doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/toolbar.tex b/docs/latex/wx/toolbar.tex index 285c12a3db..ec4369968d 100644 --- a/docs/latex/wx/toolbar.tex +++ b/docs/latex/wx/toolbar.tex @@ -326,6 +326,13 @@ will change the visible state of the tool to indicate that it is disabled. \helpref{wxToolBar::GetToolEnabled}{wxtoolbargettoolenabled},\rtfsp \helpref{wxToolBar::ToggleTool}{wxtoolbartoggletool} +\membersection{wxToolBar::FindById}\label{wxtoolbarfindbyid} + +\func{wxToolBarTool*}{FindById}{\param{int }{id}} + +Returns a pointer to the tool identified by {\it id} or +NULL if no corresponding tool is found. + \membersection{wxToolBar::FindControl}\label{wxtoolbarfindcontrol} \func{wxControl*}{FindControl}{\param{int }{id}}