X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71908213057690d5452f72b2b9c8e62b53357170..70b8ab778fc3f9f89874a242bfa014f2b313c59b:/include/wx/univ/statbox.h diff --git a/include/wx/univ/statbox.h b/include/wx/univ/statbox.h index cd43d75f36..382f2a9eb6 100644 --- a/include/wx/univ/statbox.h +++ b/include/wx/univ/statbox.h @@ -13,7 +13,7 @@ #define _WX_UNIV_STATBOX_H_ #ifdef __GNUG__ - #pragma interface "statbox.h" + #pragma interface "univstatbox.h" #endif class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase @@ -58,6 +58,10 @@ protected: // get the size of the border wxRect GetBorderGeometry() const; + // returning TRUE from here ensures that we act as a container window for + // our children + virtual bool IsStaticBox() const { return TRUE; } + private: DECLARE_DYNAMIC_CLASS(wxStaticBox) };