DESCRIPTION
See external documentation: wxListbook.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
-
- wxListbook():
-
-
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() -> wxListbook()
-
See external documentation.
new(Parent, Id) -> wxListbook()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Id = integer()
-
Parent = wxWindow() (see module wxWindow)
-
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxListbook()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
-
Parent = wxWindow() (see module wxWindow)
-
See external documentation.
addPage(This, Page, Text) -> boolean()
-
Types:
-
This = wxListbook()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
-
This = wxListbook()
-
Equivalent to addPage(This, Page, Text, []).
addPage(This, Page, Text, Options::[Option]) -> boolean()
-
Types:
-
This = wxListbook()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
Option = {bSelect, boolean()} | {imageId, integer()}
-
This = wxListbook()
-
See external documentation.
advanceSelection(This) -> ok
-
Types:
-
This = wxListbook()
-
This = wxListbook()
-
Equivalent to advanceSelection(This, []).
advanceSelection(This, Options::[Option]) -> ok
-
Types:
-
This = wxListbook()
Option = {forward, boolean()}
-
This = wxListbook()
-
See external documentation.
assignImageList(This, ImageList) -> ok
-
Types:
-
This = wxListbook()
ImageList = wxImageList() (see module wxImageList)
-
This = wxListbook()
-
See external documentation.
create(This, Parent, Id) -> boolean()
-
Types:
-
This = wxListbook()
Parent = wxWindow() (see module wxWindow)
Id = integer()
-
This = wxListbook()
-
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
-
Types:
-
This = wxListbook()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
-
This = wxListbook()
-
See external documentation.
deleteAllPages(This) -> boolean()
-
Types:
-
This = wxListbook()
-
This = wxListbook()
-
See external documentation.
deletePage(This, N) -> boolean()
-
Types:
-
This = wxListbook()
N = integer()
-
This = wxListbook()
-
See external documentation.
removePage(This, N) -> boolean()
-
Types:
-
This = wxListbook()
N = integer()
-
This = wxListbook()
-
See external documentation.
getCurrentPage(This) -> wxWindow() (see module wxWindow)
-
Types:
-
This = wxListbook()
-
This = wxListbook()
-
See external documentation.
getImageList(This) -> wxImageList() (see module wxImageList)
-
Types:
-
This = wxListbook()
-
This = wxListbook()
-
See external documentation.
getPage(This, N) -> wxWindow() (see module wxWindow)
-
Types:
-
This = wxListbook()
N = integer()
-
This = wxListbook()
-
See external documentation.
getPageCount(This) -> integer()
-
Types:
-
This = wxListbook()
-
This = wxListbook()
-
See external documentation.
getPageImage(This, N) -> integer()
-
Types:
-
This = wxListbook()
N = integer()
-
This = wxListbook()
-
See external documentation.
getPageText(This, N) -> charlist() (see module unicode)
-
Types:
-
This = wxListbook()
N = integer()
-
This = wxListbook()
-
See external documentation.
getSelection(This) -> integer()
-
Types:
-
This = wxListbook()
-
This = wxListbook()
-
See external documentation.
hitTest(This, Pt) -> Result
-
Types:
-
Result = {Res::integer(), Flags::integer()}
This = wxListbook()
Pt = {X::integer(), Y::integer()}
-
Result = {Res::integer(), Flags::integer()}
-
See external documentation.
insertPage(This, N, Page, Text) -> boolean()
-
Types:
-
This = wxListbook()
N = integer()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
-
This = wxListbook()
-
Equivalent to insertPage(This, N, Page, Text, []).
insertPage(This, N, Page, Text, Options::[Option]) -> boolean()
-
Types:
-
This = wxListbook()
N = integer()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
Option = {bSelect, boolean()} | {imageId, integer()}
-
This = wxListbook()
-
See external documentation.
setImageList(This, ImageList) -> ok
-
Types:
-
This = wxListbook()
ImageList = wxImageList() (see module wxImageList)
-
This = wxListbook()
-
See external documentation.
setPageSize(This, Size) -> ok
-
Types:
-
This = wxListbook()
Size = {W::integer(), H::integer()}
-
This = wxListbook()
-
See external documentation.
setPageImage(This, N, ImageId) -> boolean()
-
Types:
-
This = wxListbook()
N = integer()
ImageId = integer()
-
This = wxListbook()
-
See external documentation.
setPageText(This, N, StrText) -> boolean()
-
Types:
-
This = wxListbook()
N = integer()
StrText = chardata() (see module unicode)
-
This = wxListbook()
-
See external documentation.
setSelection(This, N) -> integer()
-
Types:
-
This = wxListbook()
N = integer()
-
This = wxListbook()
-
See external documentation.
changeSelection(This, N) -> integer()
-
Types:
-
This = wxListbook()
N = integer()
-
This = wxListbook()
-
See external documentation.
destroy(This::wxListbook()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>