]> git.saurik.com Git - wxWidgets.git/commitdiff
re-add GetFieldsCount() erraneously removed in r59566
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 17 Mar 2009 23:29:01 +0000 (23:29 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 17 Mar 2009 23:29:01 +0000 (23:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/statusbr.h

index 7de5346dc309c1b17d120a264f407ebe06290530..bd1eabd32614b52fab6bd80ffe0194758467417b 100644 (file)
@@ -123,7 +123,12 @@ public:
         @see wxRect
     */
     virtual bool GetFieldRect(int i, wxRect& rect) const;
-
+    
+    /**
+        Returns the number of fields in the status bar. 
+    */
+    int GetFieldsCount() const;
+    
     /**
         Returns the wxStatusBarPane representing the @a n-th field.
     */