DESCRIPTION
See external documentation: wxAuiNotebook.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
-
- wxAuiNotebook():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
new() -> wxAuiNotebook()
-
See external documentation.
new(Parent) -> wxAuiNotebook()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
-
Parent = wxWindow() (see module wxWindow)
-
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxAuiNotebook()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
-
Parent = wxWindow() (see module wxWindow)
-
See external documentation.
addPage(This, Page, Caption) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
-
This = wxAuiNotebook()
-
Equivalent to addPage(This, Page, Caption, []).
addPage(This, Page, Caption, Options::[Option]) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
Option = {select, boolean()} | {bitmap, wxBitmap() (see module wxBitmap)}
-
This = wxAuiNotebook()
-
See external documentation.
create(This, Parent) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Parent = wxWindow() (see module wxWindow)
-
This = wxAuiNotebook()
-
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
-
This = wxAuiNotebook()
-
See external documentation.
deletePage(This, Page) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Page = integer()
-
This = wxAuiNotebook()
-
See external documentation.
getArtProvider(This) -> wxAuiTabArt() (see module wxAuiTabArt)
-
Types:
-
This = wxAuiNotebook()
-
This = wxAuiNotebook()
-
See external documentation.
getPage(This, Page_idx) -> wxWindow() (see module wxWindow)
-
Types:
-
This = wxAuiNotebook()
Page_idx = integer()
-
This = wxAuiNotebook()
-
See external documentation.
getPageBitmap(This, Page_idx) -> wxBitmap() (see module wxBitmap)
-
Types:
-
This = wxAuiNotebook()
Page_idx = integer()
-
This = wxAuiNotebook()
-
See external documentation.
getPageCount(This) -> integer()
-
Types:
-
This = wxAuiNotebook()
-
This = wxAuiNotebook()
-
See external documentation.
getPageIndex(This, Page_wnd) -> integer()
-
Types:
-
This = wxAuiNotebook()
Page_wnd = wxWindow() (see module wxWindow)
-
This = wxAuiNotebook()
-
See external documentation.
getPageText(This, Page_idx) -> charlist() (see module unicode)
-
Types:
-
This = wxAuiNotebook()
Page_idx = integer()
-
This = wxAuiNotebook()
-
See external documentation.
getSelection(This) -> integer()
-
Types:
-
This = wxAuiNotebook()
-
This = wxAuiNotebook()
-
See external documentation.
insertPage(This, Page_idx, Page, Caption) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
-
This = wxAuiNotebook()
-
Equivalent to insertPage(This, Page_idx, Page, Caption, []).
insertPage(This, Page_idx, Page, Caption, Options::[Option]) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
Option = {select, boolean()} | {bitmap, wxBitmap() (see module wxBitmap)}
-
This = wxAuiNotebook()
-
See external documentation.
removePage(This, Page) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Page = integer()
-
This = wxAuiNotebook()
-
See external documentation.
setArtProvider(This, Art) -> ok
-
Types:
-
This = wxAuiNotebook()
Art = wxAuiTabArt() (see module wxAuiTabArt)
-
This = wxAuiNotebook()
-
See external documentation.
setFont(This, Font) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Font = wxFont() (see module wxFont)
-
This = wxAuiNotebook()
-
See external documentation.
setPageBitmap(This, Page, Bitmap) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Page = integer()
Bitmap = wxBitmap() (see module wxBitmap)
-
This = wxAuiNotebook()
-
See external documentation.
setPageText(This, Page, Text) -> boolean()
-
Types:
-
This = wxAuiNotebook()
Page = integer()
Text = chardata() (see module unicode)
-
This = wxAuiNotebook()
-
See external documentation.
setSelection(This, New_page) -> integer()
-
Types:
-
This = wxAuiNotebook()
New_page = integer()
-
This = wxAuiNotebook()
-
See external documentation.
setTabCtrlHeight(This, Height) -> ok
-
Types:
-
This = wxAuiNotebook()
Height = integer()
-
This = wxAuiNotebook()
-
See external documentation.
setUniformBitmapSize(This, Size) -> ok
-
Types:
-
This = wxAuiNotebook()
Size = {W::integer(), H::integer()}
-
This = wxAuiNotebook()
-
See external documentation.
destroy(This::wxAuiNotebook()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>