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