From 06336f51bb5120c9ac23d66c6acd79ec7428f15f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 16 Feb 2006 03:07:20 +0000 Subject: [PATCH] Added GetToolsCount git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_toolbar.i | 2 ++ 1 file changed, 2 insertions(+) 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; }; -- 2.45.2