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:
parent
4a3da8c099
commit
4df02e42e7
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user