X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f361cddbfcff9c54eef6b8c447d2b93ee2825f5..c93f804a15ca3051acb83f9ee2e0eab929b2736c:/include/wx/frame.h diff --git a/include/wx/frame.h b/include/wx/frame.h index dfd1df99d6..0735c82f8a 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -110,6 +110,10 @@ public: 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 @@ -195,9 +199,6 @@ protected: 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;