From 4df02e42e7f00d28a7545b9d8067db19e99e385a Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Tue, 17 Mar 2009 23:29:01 +0000 Subject: [PATCH 1/1] re-add GetFieldsCount() erraneously removed in r59566 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/statusbr.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/interface/wx/statusbr.h b/interface/wx/statusbr.h index 7de5346dc3..bd1eabd326 100644 --- a/interface/wx/statusbr.h +++ b/interface/wx/statusbr.h @@ -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. */ -- 2.45.2