wxAuiNotebook
MODULE
wxAuiNotebook
MODULE SUMMARY
See external documentation: wxAuiNotebook.
DESCRIPTION
See external documentation: wxAuiNotebook.
  
This class is derived (and can use functions) from:
  
wxControl
  
wxWindow
  
wxEvtHandler
  
- 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()
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()}
 
addPage(This, Page, Caption) -> boolean()
Types:
This = wxAuiNotebook()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
 
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)}
 
create(This, Parent) -> boolean()
Types:
This = wxAuiNotebook()
Parent = wxWindow() (see module wxWindow)
 
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()}
 
deletePage(This, Page) -> boolean()
Types:
This = wxAuiNotebook()
Page = integer()
 
getArtProvider(This) -> wxAuiTabArt() (see module wxAuiTabArt)
Types:
This = wxAuiNotebook()
 
getPage(This, Page_idx) -> wxWindow() (see module wxWindow)
Types:
This = wxAuiNotebook()
Page_idx = integer()
 
getPageBitmap(This, Page_idx) -> wxBitmap() (see module wxBitmap)
Types:
This = wxAuiNotebook()
Page_idx = integer()
 
getPageCount(This) -> integer()
Types:
This = wxAuiNotebook()
 
getPageIndex(This, Page_wnd) -> integer()
Types:
This = wxAuiNotebook()
Page_wnd = wxWindow() (see module wxWindow)
 
getPageText(This, Page_idx) -> charlist() (see module unicode)
Types:
This = wxAuiNotebook()
Page_idx = integer()
 
getSelection(This) -> integer()
Types:
This = wxAuiNotebook()
 
insertPage(This, Page_idx, Page, Caption) -> boolean()
Types:
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow() (see module wxWindow)
Caption = chardata() (see module unicode)
 
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)}
 
removePage(This, Page) -> boolean()
Types:
This = wxAuiNotebook()
Page = integer()
 
setArtProvider(This, Art) -> ok
Types:
This = wxAuiNotebook()
Art = wxAuiTabArt() (see module wxAuiTabArt)
 
setFont(This, Font) -> boolean()
Types:
This = wxAuiNotebook()
Font = wxFont() (see module wxFont)
 
setPageBitmap(This, Page, Bitmap) -> boolean()
Types:
This = wxAuiNotebook()
Page = integer()
Bitmap = wxBitmap() (see module wxBitmap)
 
setPageText(This, Page, Text) -> boolean()
Types:
This = wxAuiNotebook()
Page = integer()
Text = chardata() (see module unicode)
 
setSelection(This, New_page) -> integer()
Types:
This = wxAuiNotebook()
New_page = integer()
 
setTabCtrlHeight(This, Height) -> ok
Types:
This = wxAuiNotebook()
Height = integer()
 
setUniformBitmapSize(This, Size) -> ok
Types:
This = wxAuiNotebook()
Size = {W::integer(), H::integer()}
 
destroy(This::wxAuiNotebook()) -> ok
Destroys this object, do not use object again