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
DATA TYPES
Exports
Types
Parent = wxWindow:wxWindow()
Equivalent to new(Parent, []).
Types
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Equivalent to addPage(This, Page, Caption, []).
Types
This = wxAuiNotebook()
Page = wxWindow:wxWindow()
Caption = unicode:chardata()
Option = {select, boolean()} | {bitmap, wxBitmap:wxBitmap()}
Equivalent to create(This, Parent, []).
Types
This = wxAuiNotebook()
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Types
This = wxAuiNotebook()
Types
This = wxAuiNotebook()
Types
This = wxAuiNotebook()
Types
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow:wxWindow()
Caption = unicode:chardata()
Equivalent to insertPage(This, Page_idx, Page, Caption, []).
Types
This = wxAuiNotebook()
Page_idx = integer()
Page = wxWindow:wxWindow()
Caption = unicode:chardata()
Option = {select, boolean()} | {bitmap, wxBitmap:wxBitmap()}