This is a pure virtual class so you cannot allocate it directly.
@library{wxcore}
- @category{miscwnd}
+ @category{bookctrl}
@see @ref overview_bookctrl
*/
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;
probably unnecessary to process both events at once.
@library{wxcore}
- @category{events}
+ @category{events,bookctrl}
@see wxNotebook, wxListbook, wxChoicebook, wxTreebook, wxToolbook
*/