]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing functions
authorJulian Smart <julian@anthemion.co.uk>
Fri, 19 Jan 2007 12:17:27 +0000 (12:17 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 19 Jan 2007 12:17:27 +0000 (12:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/toolbar.tex

index 6c3d80633308a33d4b423417f763f155bed2faba..122767fb7982c1de9367a2356719798e631e87a5 100644 (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}