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) -> wxAuiNotebook()
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxAuiNotebook()
Parent = wxWindow() (see module 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() (see module wxWindow)
Caption = chardata() (see module unicode)
Equivalent to addPage(This, Page, Caption, []).
addPage(This, Page, Caption, Option::[Option]) -> boolean()
This = wxAuiNotebook()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
Option = {select, boolean()} | {bitmap, wxBitmap() (see module wxBitmap)}
See
create(This, Parent) -> boolean()
This = wxAuiNotebook()
Parent = wxWindow() (see module wxWindow)
Equivalent to create(This, Parent, []).
create(This, Parent, Option::[Option]) -> boolean()
This = wxAuiNotebook()
Parent = wxWindow() (see module 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() (see module wxAuiTabArt)
This = wxAuiNotebook()
See
getPage(This, Page_idx) -> wxWindow() (see module wxWindow)
This = wxAuiNotebook()
Page_idx = integer()
See
getPageBitmap(This, Page_idx) -> wxBitmap() (see module wxBitmap)
This = wxAuiNotebook()
Page_idx = integer()
See
getPageCount(This) -> integer()
This = wxAuiNotebook()
See
getPageIndex(This, Page_wnd) -> integer()
This = wxAuiNotebook()
Page_wnd = wxWindow() (see module wxWindow)
See
getPageText(This, Page_idx) -> charlist() (see module unicode)
This = wxAuiNotebook()
Page_idx = integer()
See
getSelection(This) -> integer()
This = wxAuiNotebook()
See
insertPage(This, Page_idx, Page, Caption) -> boolean()
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
Equivalent to insertPage(This, Page_idx, Page, Caption, []).
insertPage(This, Page_idx, Page, Caption, Option::[Option]) -> boolean()
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
Option = {select, boolean()} | {bitmap, wxBitmap() (see module wxBitmap)}
See
removePage(This, Page) -> boolean()
This = wxAuiNotebook()
Page = integer()
See
setArtProvider(This, Art) -> ok
This = wxAuiNotebook()
Art = wxAuiTabArt() (see module wxAuiTabArt)
See
setFont(This, Font) -> boolean()
This = wxAuiNotebook()
Font = wxFont() (see module wxFont)
See
setPageBitmap(This, Page, Bitmap) -> boolean()
This = wxAuiNotebook()
Page = integer()
Bitmap = wxBitmap() (see module wxBitmap)
See
setPageText(This, Page, Text) -> boolean()
This = wxAuiNotebook()
Page = integer()
Text = chardata() (see module unicode)
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