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(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxToolbook()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxToolbook()
Types:
addPage(This::wxToolbook(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool()
Equivalent to addPage(This, Page, Text, []).
Types:
advanceSelection(This::wxToolbook()) -> ok
Equivalent to advanceSelection(This, []).
advanceSelection(This::wxToolbook(), Options::[Option]) -> ok
Types:
assignImageList(This::wxToolbook(), ImageList::wxImageList() (see module wxImageList)) -> ok
create(This::wxToolbook(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool()
Equivalent to create(This, Parent, Id, []).
Types:
deleteAllPages(This::wxToolbook()) -> bool()
deletePage(This::wxToolbook(), N::integer()) -> bool()
removePage(This::wxToolbook(), N::integer()) -> bool()
getCurrentPage(This::wxToolbook()) -> wxWindow() (see module wxWindow)
getImageList(This::wxToolbook()) -> wxImageList() (see module wxImageList)
getPage(This::wxToolbook(), N::integer()) -> wxWindow() (see module wxWindow)
getPageCount(This::wxToolbook()) -> integer()
getPageImage(This::wxToolbook(), N::integer()) -> integer()
getPageText(This::wxToolbook(), N::integer()) -> string()
getSelection(This::wxToolbook()) -> integer()
hitTest(This::wxToolbook(), Pt::{X::integer(), Y::integer()}) -> {integer(), Flags::integer()}
Equivalent to insertPage(This, N, Page, Text, []).
Types:
setImageList(This::wxToolbook(), ImageList::wxImageList() (see module wxImageList)) -> ok
setPageSize(This::wxToolbook(), Size::{W::integer(), H::integer()}) -> ok
setPageImage(This::wxToolbook(), N::integer(), ImageId::integer()) -> bool()
setPageText(This::wxToolbook(), N::integer(), StrText::string()) -> bool()
setSelection(This::wxToolbook(), N::integer()) -> integer()
changeSelection(This::wxToolbook(), N::integer()) -> integer()