wxChoicebook

See external documentation: wxChoicebook.

See external documentation: wxChoicebook.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

Functions


new() -> wxChoicebook()

See external documentation.

new(Parent, Id) -> wxChoicebook()

Equivalent to new(Parent, Id, []).

new(Parent, Id, Options::[Option]) -> wxChoicebook()

  • Parent = wxWindow:wxWindow()
  • Id = integer()
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

addPage(This, Page, Text) -> boolean()

addPage(This, Page, Text, Options::[Option]) -> boolean()

See external documentation.

advanceSelection(This) -> ok

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

See external documentation.

assignImageList(This, ImageList) -> ok

See external documentation.

create(This, Parent, Id) -> boolean()

create(This, Parent, Id, Options::[Option]) -> boolean()

  • This = wxChoicebook()
  • Parent = wxWindow:wxWindow()
  • Id = integer()
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

deleteAllPages(This) -> boolean()

See external documentation.

deletePage(This, N) -> boolean()

See external documentation.

removePage(This, N) -> boolean()

See external documentation.

getCurrentPage(This) -> wxWindow:wxWindow()

See external documentation.

getImageList(This) -> wxImageList:wxImageList()

See external documentation.

getPage(This, N) -> wxWindow:wxWindow()

See external documentation.

getPageCount(This) -> integer()

See external documentation.

getPageImage(This, N) -> integer()

See external documentation.

getPageText(This, N) -> unicode:charlist()

See external documentation.

getSelection(This) -> integer()

See external documentation.

hitTest(This, Pt) -> Result

  • Result = {Res::integer(), Flags::integer()}
  • This = wxChoicebook()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

insertPage(This, N, Page, Text) -> boolean()

insertPage(This, N, Page, Text, Options::[Option]) -> boolean()

See external documentation.

setImageList(This, ImageList) -> ok

See external documentation.

setPageSize(This, Size) -> ok

See external documentation.

setPageImage(This, N, ImageId) -> boolean()

See external documentation.

setPageText(This, N, StrText) -> boolean()

See external documentation.

setSelection(This, N) -> integer()

See external documentation.

changeSelection(This, N) -> integer()

See external documentation.

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

Destroys this object, do not use object again