X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9948d31f4e327d555cc92a6570047b8ca4db467d..9398120d298d745763f253d87d774be3b134b43f:/include/wx/generic/panelg.h diff --git a/include/wx/generic/panelg.h b/include/wx/generic/panelg.h index cf5685d948..cc40e39182 100644 --- a/include/wx/generic/panelg.h +++ b/include/wx/generic/panelg.h @@ -73,16 +73,18 @@ public: // implementation from now on // -------------------------- - // Sends an OnInitDialog event, which in turns transfers data to - // to the dialog via validators. - virtual void InitDialog(); - // responds to colour changes void OnSysColourChanged(wxSysColourChangedEvent& event); // calls layout for layout constraints and sizers void OnSize(wxSizeEvent& event); + virtual void InitDialog(); + +#ifdef __WXUNIV__ + virtual bool ProvidesBackground() { return TRUE; } +#endif + WX_DECLARE_CONTROL_CONTAINER(); protected: