wxListbook
See external documentation: wxListbook.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxListbook()
See
new(Parent, Id) -> wxListbook()
Parent = wxWindow:wxWindow()
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxListbook()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
addPage(This, Page, Text) -> boolean()
This = wxListbook()
Page = wxWindow:wxWindow()
Text = unicode:chardata()
Equivalent to addPage(This, Page, Text, []).
addPage(This, Page, Text, Options::[Option]) -> boolean()
This = wxListbook()
Page = wxWindow:wxWindow()
Text = unicode:chardata()
Option = {bSelect, boolean()} | {imageId, integer()}
See
advanceSelection(This, Options::[Option]) -> ok
This = wxListbook()
Option = {forward, boolean()}
See
assignImageList(This, ImageList) -> ok
This = wxListbook()
ImageList = wxImageList:wxImageList()
See
create(This, Parent, Id) -> boolean()
This = wxListbook()
Parent = wxWindow:wxWindow()
Id = integer()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
This = wxListbook()
Parent = wxWindow:wxWindow()
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
getPage(This, N) -> wxWindow:wxWindow()
This = wxListbook()
N = integer()
See
getPageText(This, N) -> unicode:charlist()
This = wxListbook()
N = integer()
See
hitTest(This, Pt) -> Result
Result = {Res::integer(), Flags::integer()}
This = wxListbook()
Pt = {X::integer(), Y::integer()}
See
insertPage(This, N, Page, Text) -> boolean()
This = wxListbook()
N = integer()
Page = wxWindow:wxWindow()
Text = unicode:chardata()
Equivalent to insertPage(This, N, Page, Text, []).
insertPage(This, N, Page, Text, Options::[Option]) -> boolean()
This = wxListbook()
N = integer()
Page = wxWindow:wxWindow()
Text = unicode:chardata()
Option = {bSelect, boolean()} | {imageId, integer()}
See
setImageList(This, ImageList) -> ok
This = wxListbook()
ImageList = wxImageList:wxImageList()
See
setPageSize(This, Size) -> ok
This = wxListbook()
Size = {W::integer(), H::integer()}
See
setPageImage(This, N, ImageId) -> boolean()
This = wxListbook()
N = integer()
ImageId = integer()
See
setPageText(This, N, StrText) -> boolean()
This = wxListbook()
N = integer()
StrText = unicode:chardata()
See
destroy(This::wxListbook()) -> ok
Destroys this object, do not use object again