From: Robin Dunn Date: Thu, 16 Feb 2006 03:07:20 +0000 (+0000) Subject: Added GetToolsCount X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06336f51bb5120c9ac23d66c6acd79ec7428f15f Added GetToolsCount git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_toolbar.i b/wxPython/src/_toolbar.i index bb0a76de5d..ffcfb67b40 100644 --- a/wxPython/src/_toolbar.i +++ b/wxPython/src/_toolbar.i @@ -380,6 +380,8 @@ public: // return True if this is a vertical toolbar, otherwise False bool IsVertical(); + + size_t GetToolsCount() const; };