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