X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..c96faa7c9b1926d63a2fff32ac4508d3138a7bee:/include/wx/stubs/mdi.h diff --git a/include/wx/stubs/mdi.h b/include/wx/stubs/mdi.h index 1daec94008..6f9fc294e2 100644 --- a/include/wx/stubs/mdi.h +++ b/include/wx/stubs/mdi.h @@ -57,6 +57,7 @@ public: void OnSize(wxSizeEvent& event); void OnActivate(wxActivateEvent& event); + void OnSysColourChanged(wxSysColourChangedEvent& event); void SetMenuBar(wxMenuBar *menu_bar); @@ -84,6 +85,9 @@ public: protected: + // TODO maybe have this member + wxMDIClientWindow *m_clientWindow; + DECLARE_EVENT_TABLE() };