send more page change events (patch 750521); document this behaviour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-06 21:40:59 +00:00
parent 65bc172c97
commit 01c6f3724e
2 changed files with 17 additions and 31 deletions

View File

@@ -193,9 +193,6 @@ protected:
// get our client size from the page size
wxSize GetSizeForPage(const wxSize& size) const;
// change thep age and send events about it (can be vetoed by user code)
void ChangePage(int nPage);
// scroll the tabs so that the first page shown becomes the given one
void ScrollTo(int page);