X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9948d31f4e327d555cc92a6570047b8ca4db467d..7b1279006496ba3251a755bcef91301ad107bb78:/include/wx/generic/panelg.h diff --git a/include/wx/generic/panelg.h b/include/wx/generic/panelg.h index cf5685d948..076011ac79 100644 --- a/include/wx/generic/panelg.h +++ b/include/wx/generic/panelg.h @@ -73,16 +73,14 @@ 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(); + WX_DECLARE_CONTROL_CONTAINER(); protected: