- Create
Constructs the book control with the given parameters.
- AddPage
Adds a new page.
- AdvanceSelection
Cycles through the tabs.
- DeleteAllPages
Deletes all pages.
- DeletePage
Deletes the specified page, and the associated window.
- GetCurrentPage
Returns the currently selected page or NULL.
- GetPage
Returns the window at the given page position.
- GetPageCount
Returns the number of pages in the control.
- HitTest
Returns the index of the tab at the specified position or wxNOT_FOUND if none.
- InsertPage
Inserts a new page at the specified position.
- RemovePage
Deletes the specified page, without deleting the associated window.
- SetPageImage
Sets the image index for the given page.
- SetPageSize
Sets the width and height of the pages.
- SetPageText
Sets the text for the given page.
- SetSelection
Sets the selection to the given page, returning the previous selection.
- GetSelection
Returns the currently selected page, or wxNOT_FOUND if none was selected.
- GetPageText
Returns the string for the given page.
- GetPageImage
Returns the image index for the given page.
- ChangeSelection
Changes the selection to the given page, returning the previous selection.