From: Vadim Zeitlin Date: Tue, 27 Nov 2001 14:43:26 +0000 (+0000) Subject: oops, forgot to commit the header for the notebook fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1d8c3e58b88ecef633154776708fc90fba221b5c oops, forgot to commit the header for the notebook fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/notebook.h b/include/wx/univ/notebook.h index bae506e9b7..3e29d78106 100644 --- a/include/wx/univ/notebook.h +++ b/include/wx/univ/notebook.h @@ -155,7 +155,7 @@ protected: void PositionSpinBtn(); // refresh the given tab only - void RefreshTab(int page); + void RefreshTab(int page, bool forceSelected = FALSE); // refresh all tabs void RefreshAllTabs();