

Returns the sizer containing the control for page selection, if any. Returns the window at the given page position. Returns the number of pages in the control. More.ĭeletes the specified page, without deleting the associated window. Inserts a new page at the specified position. InsertPage (size_t index, wxWindow *page, const wxString &text, bool select=false, int imageId= NO_IMAGE)=0

More.ĪddPage ( wxWindow *page, const wxString &text, bool select=false, int imageId= NO_IMAGE)ĭeletes the specified page, and the associated window. Returns the index of the specified tab window or wxNOT_FOUND if not found. More.Ĭhanges the selection to the given page, returning the previous selection. Sets the selection to the given page, returning the previous selection. Returns the currently selected page or nullptr. Returns the currently selected page, or wxNOT_FOUND if none was selected. SetPageText (size_t page, const wxString &text)=0 Returns the image index for the given page. Returns the index of the tab at the specified position or wxNOT_FOUND if none. HitTest (const wxPoint &pt, long *flags=nullptr) const More.Ĭreate ( wxWindow *parent, wxWindowID winid, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style=0, const wxString &name= w圎mptyString) WxBookCtrlBase ( wxWindow *parent, wxWindowID winid, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style=0, const wxString &name= w圎mptyString)Ĭonstructs the book control with the given parameters. Public Member Functions inherited from wxBookCtrlBase Returns the wxListView associated with the control. WxListbook ( wxWindow *parent, wxWindowID id, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style=0, const wxString &name= w圎mptyString)Ĭreate ( wxWindow *parent, wxWindowID id, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style=0, const wxString &name= w圎mptyString)Ĭreate the list book control that has already been constructed with the default constructor.

See also wxBookCtrl, wxNotebook, Notebook Sample
