X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9948d31f4e327d555cc92a6570047b8ca4db467d..10769d8c47c21fe0ec5034726791a5ad4cf19475:/include/wx/generic/panelg.h diff --git a/include/wx/generic/panelg.h b/include/wx/generic/panelg.h index cf5685d948..526efda1a7 100644 --- a/include/wx/generic/panelg.h +++ b/include/wx/generic/panelg.h @@ -73,16 +73,19 @@ 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 __WXUNIVERSAL__ + virtual bool IsCanvasWindow() { return TRUE; } + virtual bool ProvidesBackground() { return TRUE; } +#endif + WX_DECLARE_CONTROL_CONTAINER(); protected: