Added missing functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2007-01-19 12:17:27 +00:00
parent 6646ca90e8
commit 9aaca412e2

View File

@ -290,6 +290,11 @@ others are not.
\helpref{wxToolBar::AddTool}{wxtoolbaraddtool}
\membersection{wxToolBar::ClearTools}\label{wxtoolbarcleartools}
\func{void}{ClearTools}{\void}
Deletes all the tools in the toolbar.
\membersection{wxToolBar::DeleteTool}\label{wxtoolbardeletetool}
@ -379,6 +384,13 @@ A pointer to a tool if a tool is found, or \NULL otherwise.
Currently not implemented in wxGTK (always returns \NULL there).
\membersection{wxToolBar::GetToolsCount}\label{wxtoolbargettoolscount}
\constfunc{int}{GetToolsCount}{\void}
Returns the number of tools in the toolbar.
\membersection{wxToolBar::GetToolSize}\label{wxtoolbargettoolsize}
\func{wxSize}{GetToolSize}{\void}