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