wxChoicebook

See external documentation: wxChoicebook.

See external documentation: wxChoicebook.

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 external documentation.

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 external documentation.

addPage(This::wxChoicebook(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool()

addPage(This::wxChoicebook(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool()

  • Option = {bSelect, bool()} | {imageId, integer()}

See external documentation.

advanceSelection(This::wxChoicebook()) -> ok

advanceSelection(This::wxChoicebook(), Options::[Option]) -> ok

  • Option = {forward, bool()}

See external documentation.

assignImageList(This::wxChoicebook(), ImageList::wxImageList() (see module wxImageList)) -> ok

See external documentation.

create(This::wxChoicebook(), Parent::wxWindow() (see module wxWindow), Id::integer()) -> bool()

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 external documentation.

deleteAllPages(This::wxChoicebook()) -> bool()

See external documentation.

deletePage(This::wxChoicebook(), N::integer()) -> bool()

See external documentation.

removePage(This::wxChoicebook(), N::integer()) -> bool()

See external documentation.

getCurrentPage(This::wxChoicebook()) -> wxWindow() (see module wxWindow)

See external documentation.

getImageList(This::wxChoicebook()) -> wxImageList() (see module wxImageList)

See external documentation.

getPage(This::wxChoicebook(), N::integer()) -> wxWindow() (see module wxWindow)

See external documentation.

getPageCount(This::wxChoicebook()) -> integer()

See external documentation.

getPageImage(This::wxChoicebook(), N::integer()) -> integer()

See external documentation.

getPageText(This::wxChoicebook(), N::integer()) -> string()

See external documentation.

getSelection(This::wxChoicebook()) -> integer()

See external documentation.

hitTest(This::wxChoicebook(), Pt::{X::integer(), Y::integer()}) -> {integer(), Flags::integer()}

See external documentation.

insertPage(This::wxChoicebook(), N::integer(), Page::wxWindow() (see module wxWindow), Text::string()) -> bool()

insertPage(This::wxChoicebook(), N::integer(), Page::wxWindow() (see module wxWindow), Text::string(), Options::[Option]) -> bool()

  • Option = {bSelect, bool()} | {imageId, integer()}

See external documentation.

setImageList(This::wxChoicebook(), ImageList::wxImageList() (see module wxImageList)) -> ok

See external documentation.

setPageSize(This::wxChoicebook(), Size::{W::integer(), H::integer()}) -> ok

See external documentation.

setPageImage(This::wxChoicebook(), N::integer(), ImageId::integer()) -> bool()

See external documentation.

setPageText(This::wxChoicebook(), N::integer(), StrText::string()) -> bool()

See external documentation.

setSelection(This::wxChoicebook(), N::integer()) -> integer()

See external documentation.

changeSelection(This::wxChoicebook(), N::integer()) -> integer()

See external documentation.

destroy(This::wxChoicebook()) -> ok

Destroys this object, do not use object again

View Functions