-void wxStatusBarGeneric::SetFieldsCount(int number, const int *widths)
-{
- wxASSERT_MSG( number >= 0, _T("negative number of fields in wxStatusBar?") );
-
- // this will result in a call to SetStatusWidths() and thus an update to our
- // m_widthsAbs cache
- wxStatusBarBase::SetFieldsCount(number, widths);
-}
-
-void wxStatusBarGeneric::SetStatusText(const wxString& text, int number)