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}}