X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c50f1fb9226d9260454ccb9c8a67d0be23c2827f..d1b15f03b8e614c83541ca3487f847f61122b514:/include/wx/generic/statline.h?ds=sidebyside diff --git a/include/wx/generic/statline.h b/include/wx/generic/statline.h index 0058ddede8..5d3dafa675 100644 --- a/include/wx/generic/statline.h +++ b/include/wx/generic/statline.h @@ -15,6 +15,8 @@ #pragma interface #endif +class wxStaticBox; + // ---------------------------------------------------------------------------- // wxStaticLine // ---------------------------------------------------------------------------- @@ -44,6 +46,11 @@ public: long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr ); + // it's necessary to override this wxWindow function because we + // will want to return the main widget for m_statbox + // + WXWidget GetMainWidget() const; + protected: // we implement the static line using a static box wxStaticBox *m_statbox;