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() -> wxAuiNotebook()
new(Parent) -> wxAuiNotebook()
Types:
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxAuiNotebook()
Types:
addPage(This, Page, Caption) -> boolean()
Equivalent to addPage(This, Page, Caption, []).
addPage(This, Page, Caption, Options::[Option]) -> boolean()
Types:
create(This, Parent) -> boolean()
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
Types:
deletePage(This, Page) -> boolean()
getArtProvider(This) -> wxAuiTabArt:wxAuiTabArt()
Types:
getPage(This, Page_idx) -> wxWindow:wxWindow()
getPageBitmap(This, Page_idx) -> wxBitmap:wxBitmap()
getPageCount(This) -> integer()
Types:
getPageIndex(This, Page_wnd) -> integer()
getPageText(This, Page_idx) -> unicode:charlist()
getSelection(This) -> integer()
Types:
insertPage(This, Page_idx, Page, Caption) -> boolean()
Types:
Equivalent to insertPage(This, Page_idx, Page, Caption, []).
insertPage(This, Page_idx, Page, Caption, Options::[Option]) -> boolean()
Types:
removePage(This, Page) -> boolean()
setArtProvider(This, Art) -> ok
setFont(This, Font) -> boolean()
setPageBitmap(This, Page, Bitmap) -> boolean()
setPageText(This, Page, Text) -> boolean()
setSelection(This, New_page) -> integer()
setTabCtrlHeight(This, Height) -> ok
setUniformBitmapSize(This, Size) -> ok
destroy(This::wxAuiNotebook()) -> ok