X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25b1fc055a49edefeb2441877696cbea9e472c32..4a0253b82b5eb307b917c59570db6d2d06dfbadf:/include/wx/motif/mdi.h diff --git a/include/wx/motif/mdi.h b/include/wx/motif/mdi.h index a977ca4e6a..143596828a 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: @@ -145,7 +151,6 @@ public: void SetMenuBar(wxMenuBar *menu_bar); void SetTitle(const wxString& title); - void SetClientSize(int width, int height); void GetClientSize(int *width, int *height) const; void GetSize(int *width, int *height) const; void GetPosition(int *x, int *y) const ;