Scroll to navigation

wxAuiNotebook(3erl) Erlang Module Definition wxAuiNotebook(3erl)

NAME

wxAuiNotebook - See external documentation: wxAuiNotebook.

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)
 
Equivalent to new(Parent, []).
 
new(Parent, Option::[Option]) -> wxAuiNotebook()
 
Types:
 
Parent = wxWindow() (see module wxWindow)
 
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
 
See external documentation.
 
addPage(This, Page, Caption) -> boolean()
 
Types:
 
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()
 
Types:
 
This = wxAuiNotebook()
 
Page = wxWindow() (see module wxWindow)
 
Caption = chardata() (see module unicode)
 
Option = {select, boolean()} | {bitmap, wxBitmap() (see module wxBitmap)}
 
See external documentation.
 
create(This, Parent) -> boolean()
 
Types:
 
This = wxAuiNotebook()
 
Parent = wxWindow() (see module wxWindow)
 
Equivalent to create(This, Parent, []).
 
create(This, Parent, Option::[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()}
 
See external documentation.
 
deletePage(This, Page) -> boolean()
 
Types:
 
This = wxAuiNotebook()
 
Page = integer()
 
See external documentation.
 
getArtProvider(This) -> wxAuiTabArt() (see module wxAuiTabArt)
 
Types:
 
This = wxAuiNotebook()
 
See external documentation.
 
getPage(This, Page_idx) -> wxWindow() (see module wxWindow)
 
Types:
 
This = wxAuiNotebook()
 
Page_idx = integer()
 
See external documentation.
 
getPageBitmap(This, Page_idx) -> wxBitmap() (see module wxBitmap)
 
Types:
 
This = wxAuiNotebook()
 
Page_idx = integer()
 
See external documentation.
 
getPageCount(This) -> integer()
 
Types:
 
This = wxAuiNotebook()
 
See external documentation.
 
getPageIndex(This, Page_wnd) -> integer()
 
Types:
 
This = wxAuiNotebook()
 
Page_wnd = wxWindow() (see module wxWindow)
 
See external documentation.
 
getPageText(This, Page_idx) -> charlist() (see module unicode)
 
Types:
 
This = wxAuiNotebook()
 
Page_idx = integer()
 
See external documentation.
 
getSelection(This) -> integer()
 
Types:
 
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)
 
Equivalent to insertPage(This, Page_idx, Page, Caption, []).
 
insertPage(This, Page_idx, Page, Caption, Option::[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)}
 
See external documentation.
 
removePage(This, Page) -> boolean()
 
Types:
 
This = wxAuiNotebook()
 
Page = integer()
 
See external documentation.
 
setArtProvider(This, Art) -> ok
 
Types:
 
This = wxAuiNotebook()
 
Art = wxAuiTabArt() (see module wxAuiTabArt)
 
See external documentation.
 
setFont(This, Font) -> boolean()
 
Types:
 
This = wxAuiNotebook()
 
Font = wxFont() (see module wxFont)
 
See external documentation.
 
setPageBitmap(This, Page, Bitmap) -> boolean()
 
Types:
 
This = wxAuiNotebook()
 
Page = integer()
 
Bitmap = wxBitmap() (see module wxBitmap)
 
See external documentation.
 
setPageText(This, Page, Text) -> boolean()
 
Types:
 
This = wxAuiNotebook()
 
Page = integer()
 
Text = chardata() (see module unicode)
 
See external documentation.
 
setSelection(This, New_page) -> integer()
 
Types:
 
This = wxAuiNotebook()
 
New_page = integer()
 
See external documentation.
 
setTabCtrlHeight(This, Height) -> ok
 
Types:
 
This = wxAuiNotebook()
 
Height = integer()
 
See external documentation.
 
setUniformBitmapSize(This, Size) -> ok
 
Types:
 
This = wxAuiNotebook()
 
Size = {W::integer(), H::integer()}
 
See external documentation.
 
destroy(This::wxAuiNotebook()) -> ok
 
Destroys this object, do not use object again
 

AUTHORS

 
<>
wx 0.99.2