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:
@@ -124,6 +124,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual bool GetFieldRect(int i, wxRect& rect) const;
|
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.
|
Returns the wxStatusBarPane representing the @a n-th field.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user