X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c50f1fb9226d9260454ccb9c8a67d0be23c2827f..9739d9ee8090965862ba623b09a8fba731dc3d5c:/include/wx/generic/statline.h 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;