]> git.saurik.com Git - wxWidgets.git/commitdiff
Added GetToolsCount
authorRobin Dunn <robin@alldunn.com>
Thu, 16 Feb 2006 03:07:20 +0000 (03:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 16 Feb 2006 03:07:20 +0000 (03:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_toolbar.i

index bb0a76de5df3543ee170f8eaebf40e5d9e449c0a..ffcfb67b40bf1084ee157e6e418e8a4b906cb3ab 100644 (file)
@@ -380,6 +380,8 @@ public:
 
     // return True if this is a vertical toolbar, otherwise False
     bool IsVertical();
+
+    size_t GetToolsCount() const;
 };