X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25b1fc055a49edefeb2441877696cbea9e472c32..9018abe3ef28d237b0421c8d96987907adbe5532:/include/wx/motif/mdi.h diff --git a/include/wx/motif/mdi.h b/include/wx/motif/mdi.h index a977ca4e6a..d27d704242 100644 --- a/include/wx/motif/mdi.h +++ b/include/wx/motif/mdi.h @@ -104,6 +104,12 @@ public: // Redirect events to active child first virtual bool ProcessEvent(wxEvent& event); +protected: + virtual void DoSetSize(int x, int y, + int width, int height, + int sizeFlags = wxSIZE_AUTO); + virtual void DoSetClientSize(int width, int height); + protected: