]> git.saurik.com Git - wxWidgets.git/commitdiff
Added FindById doc
authorJulian Smart <julian@anthemion.co.uk>
Thu, 25 Dec 2003 11:59:29 +0000 (11:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 25 Dec 2003 11:59:29 +0000 (11:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/toolbar.tex

index 285c12a3dbed90017ef1677d7a9d780c94a88f35..ec4369968d5456bf828513b2672e9d5792844428 100644 (file)
@@ -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}}