X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/621793f45e003588e32f7a6ca10cd238f7c96fe6..c19a8a9a7187281b757808e651358198352b8f11:/include/wx/motif/notebook.h diff --git a/include/wx/motif/notebook.h b/include/wx/motif/notebook.h index 0615edef40..37d6439d27 100644 --- a/include/wx/motif/notebook.h +++ b/include/wx/motif/notebook.h @@ -201,6 +201,10 @@ public: virtual void ChangeForegroundColour(); virtual wxRect GetAvailableClientSize(); + // Implementation: calculate the layout of the view rect + // and resize the children if required + bool RefreshLayout(bool force = TRUE); + protected: // common part of all ctors void Init();