wxToolbook
Module
Module Summary
Description
See external documentation: wxToolbook.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxToolbook()
new(Parent, Id) -> wxToolbook()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxToolbook()
Types
addPage(This, Page, Text) -> boolean()
Equivalent to addPage(This, Page, Text, []).
addPage(This, Page, Text, Options::[Option]) -> boolean()
Types
Types
Equivalent to advanceSelection(This, []).
advanceSelection(This, Options::[Option]) -> ok
assignImageList(This, ImageList) -> ok
create(This, Parent, Id) -> boolean()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
Types
deleteAllPages(This) -> boolean()
Types
deletePage(This, N) -> boolean()
removePage(This, N) -> boolean()
getCurrentPage(This) -> wxWindow:wxWindow()
Types
getImageList(This) -> wxImageList:wxImageList()
Types
getPage(This, N) -> wxWindow:wxWindow()
getPageCount(This) -> integer()
Types
getPageImage(This, N) -> integer()
getPageText(This, N) -> unicode:charlist()
getSelection(This) -> integer()
Types
Types
insertPage(This, N, Page, Text) -> boolean()
Equivalent to insertPage(This, N, Page, Text, []).
insertPage(This, N, Page, Text, Options::[Option]) -> boolean()
Types
setImageList(This, ImageList) -> ok
setPageImage(This, N, ImageId) -> boolean()
setPageText(This, N, StrText) -> boolean()
setSelection(This, N) -> integer()
changeSelection(This, N) -> integer()
destroy(This::wxToolbook()) -> ok