re-add GetFieldsCount() erraneously removed in r59566

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-03-17 23:29:01 +00:00
parent 4a3da8c099
commit 4df02e42e7

View 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.
*/