wxNotebook
Description
See external documentation: wxNotebook.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
new(Parent, Winid) -> wxNotebook()
Equivalent to new(Parent, Winid, []).
new(Parent, Winid, Options::[Option]) -> wxNotebook()
Types
Parent = wxWindow:wxWindow()
Winid = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Equivalent to addPage(This, Page, Text, []).
Types
This = wxNotebook()
Page = wxWindow:wxWindow()
Text = unicode:chardata()
Option = {bSelect, boolean()} | {imageId, integer()}
Types
This = wxNotebook()
Equivalent to advanceSelection(This, []).
Equivalent to create(This, Parent, Id, []).
Types
This = wxNotebook()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Types
This = wxNotebook()
getCurrentPage(This) -> wxWindow:wxWindow()
Types
This = wxNotebook()
getImageList(This) -> wxImageList:wxImageList()
Types
This = wxNotebook()
getPage(This, N) -> wxWindow:wxWindow()
Types
This = wxNotebook()
getPageText(This, NPage) -> unicode:charlist()
Types
This = wxNotebook()
Types
This = wxNotebook()
getThemeBackgroundColour(This) -> wx:wx_colour4()
Types
This = wxNotebook()
Types
Result = {Res::integer(), Flags::integer()}
This = wxNotebook()
Pt = {X::integer(), Y::integer()}
Types
This = wxNotebook()
Position = integer()
Win = wxWindow:wxWindow()
StrText = unicode:chardata()
Equivalent to insertPage(This, Position, Win, StrText, []).
Types
This = wxNotebook()
Position = integer()
Win = wxWindow:wxWindow()
StrText = unicode:chardata()
Option = {bSelect, boolean()} | {imageId, integer()}