wxAuiNotebook
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxAuiNotebook.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow)) -> wxAuiNotebook()
Equivalent to new(Parent, []).
new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxAuiNotebook()
Types:
addPage(This::wxAuiNotebook(), Page::wxWindow() (see module wxWindow), Caption::string()) -> bool()
Equivalent to addPage(This, Page, Caption, []).
Types:
create(This::wxAuiNotebook(), Parent::wxWindow() (see module wxWindow)) -> bool()
Equivalent to create(This, Parent, []).
create(This::wxAuiNotebook(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool()
Types:
deletePage(This::wxAuiNotebook(), Page::integer()) -> bool()
getArtProvider(This::wxAuiNotebook()) -> wxAuiTabArt() (see module wxAuiTabArt)
getPage(This::wxAuiNotebook(), Page_idx::integer()) -> wxWindow() (see module wxWindow)
getPageBitmap(This::wxAuiNotebook(), Page_idx::integer()) -> wxBitmap() (see module wxBitmap)
getPageCount(This::wxAuiNotebook()) -> integer()
getPageIndex(This::wxAuiNotebook(), Page_wnd::wxWindow() (see module wxWindow)) -> integer()
getPageText(This::wxAuiNotebook(), Page_idx::integer()) -> string()
getSelection(This::wxAuiNotebook()) -> integer()
Equivalent to insertPage(This, Page_idx, Page, Caption, []).
Types:
removePage(This::wxAuiNotebook(), Page::integer()) -> bool()
setArtProvider(This::wxAuiNotebook(), Art::wxAuiTabArt() (see module wxAuiTabArt)) -> ok
setFont(This::wxAuiNotebook(), Font::wxFont() (see module wxFont)) -> bool()
setPageText(This::wxAuiNotebook(), Page::integer(), Text::string()) -> bool()
setSelection(This::wxAuiNotebook(), New_page::integer()) -> integer()
setTabCtrlHeight(This::wxAuiNotebook(), Height::integer()) -> ok
setUniformBitmapSize(This::wxAuiNotebook(), Size::{W::integer(), H::integer()}) -> ok