wxChoicebook
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxChoicebook.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxChoicebook()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxChoicebook()
Types:
addPage(This::wxChoicebook(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool()
Equivalent to addPage(This, Page, Text, []).
Types:
advanceSelection(This::wxChoicebook()) -> ok
Equivalent to advanceSelection(This, []).
advanceSelection(This::wxChoicebook(), Options::[Option]) -> ok
Types:
assignImageList(This::wxChoicebook(), ImageList::wxImageList() (see module wxImageList)) -> ok
create(This::wxChoicebook(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool()
Equivalent to create(This, Parent, Id, []).
Types:
deleteAllPages(This::wxChoicebook()) -> bool()
deletePage(This::wxChoicebook(), N::integer()) -> bool()
removePage(This::wxChoicebook(), N::integer()) -> bool()
getCurrentPage(This::wxChoicebook()) -> wxWindow() (see module wxWindow)
getImageList(This::wxChoicebook()) -> wxImageList() (see module wxImageList)
getPage(This::wxChoicebook(), N::integer()) -> wxWindow() (see module wxWindow)
getPageCount(This::wxChoicebook()) -> integer()
getPageImage(This::wxChoicebook(), N::integer()) -> integer()
getPageText(This::wxChoicebook(), N::integer()) -> string()
getSelection(This::wxChoicebook()) -> integer()
hitTest(This::wxChoicebook(), Pt::{X::integer(), Y::integer()}) -> {integer(), Flags::integer()}
Equivalent to insertPage(This, N, Page, Text, []).
Types:
setImageList(This::wxChoicebook(), ImageList::wxImageList() (see module wxImageList)) -> ok
setPageSize(This::wxChoicebook(), Size::{W::integer(), H::integer()}) -> ok
setPageImage(This::wxChoicebook(), N::integer(), ImageId::integer()) -> bool()
setPageText(This::wxChoicebook(), N::integer(), StrText::string()) -> bool()
setSelection(This::wxChoicebook(), N::integer()) -> integer()
changeSelection(This::wxChoicebook(), N::integer()) -> integer()