virtual void SetStatusWidths(int n, const int widths_field[]);
void PushStatusText(const wxString &text, int number = 0);
void PopStatusText(int number = 0);
+
+ // set the status bar pane the help will be shown in
+ void SetStatusBarPane(int n) { m_statusBarPane = n; }
+ int GetStatusBarPane() const { return m_statusBarPane; }
#endif // wxUSE_STATUSBAR
// toolbar functions
wxStatusBar *m_frameStatusBar;
#endif // wxUSE_STATUSBAR
- // set the status bar pane the help will be shown in
- void SetStatusBarPane(int n) { m_statusBarPane = n; }
- int GetStatusBarPane() const { return m_statusBarPane; }
int m_statusBarPane;