From: Vadim Zeitlin Date: Tue, 11 Feb 2003 22:55:40 +0000 (+0000) Subject: fixed typo in SetToolClientData() docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7899ef959260bc3daba5d0e8cccf5aa76b3a8ee0?ds=sidebyside fixed typo in SetToolClientData() docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/toolbar.tex b/docs/latex/wx/toolbar.tex index 12f14173e8..162d9018ad 100644 --- a/docs/latex/wx/toolbar.tex +++ b/docs/latex/wx/toolbar.tex @@ -685,7 +685,7 @@ and not the eventual size of the tool button. \membersection{wxToolBar::SetToolClientData}\label{wxtoolbarsettoolclientdata} -\func{void}{GetToolClientData}{\param{wxObject* }{clientData}} +\func{void}{SetToolClientData}{\param{int }{id}, \param{wxObject* }{clientData}} Sets the client data associated with the tool.