wxAuiNotebook
See external documentation: wxAuiNotebook.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxAuiNotebook()
See
new(Parent, Options::[Option]) -> wxAuiNotebook()
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
addPage(This, Page, Caption) -> boolean()
This = wxAuiNotebook()
Page = wxWindow:wxWindow()
Caption = unicode:chardata()
Equivalent to addPage(This, Page, Caption, []).
addPage(This, Page, Caption, Options::[Option]) -> boolean()
This = wxAuiNotebook()
Page = wxWindow:wxWindow()
Caption = unicode:chardata()
Option = {select, boolean()} | {bitmap, wxBitmap:wxBitmap()}
See
create(This, Parent) -> boolean()
This = wxAuiNotebook()
Parent = wxWindow:wxWindow()
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
This = wxAuiNotebook()
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
deletePage(This, Page) -> boolean()
This = wxAuiNotebook()
Page = integer()
See
getArtProvider(This) -> wxAuiTabArt:wxAuiTabArt()
This = wxAuiNotebook()
See
getPage(This, Page_idx) -> wxWindow:wxWindow()
This = wxAuiNotebook()
Page_idx = integer()
See
getPageBitmap(This, Page_idx) -> wxBitmap:wxBitmap()
This = wxAuiNotebook()
Page_idx = integer()
See
getPageIndex(This, Page_wnd) -> integer()
This = wxAuiNotebook()
Page_wnd = wxWindow:wxWindow()
See
getPageText(This, Page_idx) -> unicode:charlist()
This = wxAuiNotebook()
Page_idx = integer()
See
insertPage(This, Page_idx, Page, Caption) -> boolean()
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow:wxWindow()
Caption = unicode:chardata()
Equivalent to insertPage(This, Page_idx, Page, Caption, []).
insertPage(This, Page_idx, Page, Caption, Options::[Option]) -> boolean()
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow:wxWindow()
Caption = unicode:chardata()
Option = {select, boolean()} | {bitmap, wxBitmap:wxBitmap()}
See
removePage(This, Page) -> boolean()
This = wxAuiNotebook()
Page = integer()
See
setArtProvider(This, Art) -> ok
This = wxAuiNotebook()
Art = wxAuiTabArt:wxAuiTabArt()
See
setFont(This, Font) -> boolean()
This = wxAuiNotebook()
Font = wxFont:wxFont()
See
setPageBitmap(This, Page, Bitmap) -> boolean()
This = wxAuiNotebook()
Page = integer()
Bitmap = wxBitmap:wxBitmap()
See
setPageText(This, Page, Text) -> boolean()
This = wxAuiNotebook()
Page = integer()
Text = unicode:chardata()
See
setSelection(This, New_page) -> integer()
This = wxAuiNotebook()
New_page = integer()
See
setTabCtrlHeight(This, Height) -> ok
This = wxAuiNotebook()
Height = integer()
See
setUniformBitmapSize(This, Size) -> ok
This = wxAuiNotebook()
Size = {W::integer(), H::integer()}
See
destroy(This::wxAuiNotebook()) -> ok
Destroys this object, do not use object again