X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/621793f45e003588e32f7a6ca10cd238f7c96fe6..c23894955325535bf603be74a3c0dc8d3fce65ab:/include/wx/motif/notebook.h diff --git a/include/wx/motif/notebook.h b/include/wx/motif/notebook.h index 0615edef40..279084b9d8 100644 --- a/include/wx/motif/notebook.h +++ b/include/wx/motif/notebook.h @@ -177,6 +177,7 @@ public: // callbacks // --------- void OnSize(wxSizeEvent& event); + void OnIdle(wxIdleEvent& event); void OnSelChange(wxNotebookEvent& event); void OnSetFocus(wxFocusEvent& event); void OnNavigationKey(wxNavigationKeyEvent& event); @@ -201,6 +202,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();