get rid of the wxListString class in wxStatusBar code; introduce a wxStatusBarPane class which enormously simplifies the code handling stacks/widths/styles of panes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "wx/arrstr.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxStatusBar: a window near the bottom of the frame used for status info
|
||||
// wxStatusBarUniv: a window near the bottom of the frame used for status info
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLIMPEXP_CORE wxStatusBarUniv : public wxStatusBarBase,
|
||||
@@ -95,7 +95,7 @@ protected:
|
||||
void Init();
|
||||
|
||||
private:
|
||||
// the status fields strings
|
||||
// the current status fields strings
|
||||
wxArrayString m_statusText;
|
||||
|
||||
// the absolute status fields widths
|
||||
|
Reference in New Issue
Block a user