wxchoicebook(3) - Linux man page

Name

wxChoicebook - See external documentation: wxChoicebook.

Description

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.

Exports

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()

Types:

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()

Equivalent to addPage(This, Page, Text, []).

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

Types:

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

See external documentation.

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

Equivalent to advanceSelection(This, []).

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

Types:

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()

Equivalent to create(This, Parent, Id, []).

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

Types:

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()

Equivalent to insertPage(This, N, Page, Text, []).

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

Types:

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

Authors

<>