X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4863e55108155a4e109e401407e01495ebf45b36..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/bookctrl.h?ds=inline diff --git a/interface/wx/bookctrl.h b/interface/wx/bookctrl.h index 2039da442d..450cd6d4eb 100644 --- a/interface/wx/bookctrl.h +++ b/interface/wx/bookctrl.h @@ -3,7 +3,7 @@ // Purpose: interface of wxBookCtrlBase // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -23,7 +23,7 @@ This is a pure virtual class so you cannot allocate it directly. @library{wxcore} - @category{miscwnd} + @category{bookctrl} @see @ref overview_bookctrl */ @@ -168,7 +168,7 @@ public: This function behaves as SetSelection() but does @em not generate the page changing events. - See @ref overview_eventhandling_prog for more information. + See @ref overview_events_prog for more information. */ virtual int ChangeSelection(size_t page) = 0; @@ -221,6 +221,10 @@ public: /** Adds a new page. + + The page must have the book control itself as the parent and must not + have been added to this control previously. + The call to this function may generate the page changing events. @param page @@ -363,7 +367,7 @@ public: probably unnecessary to process both events at once. @library{wxcore} - @category{events} + @category{events,bookctrl} @see wxNotebook, wxListbook, wxChoicebook, wxTreebook, wxToolbook */