wxChoicebook

See external documentation: wxChoicebook.

See external documentation: wxChoicebook.

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

Types


wxChoicebook() = wx:wx_object()

Functions


new() -> wxChoicebook()

See external documentation.

new(Parent, Id) -> wxChoicebook()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()

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

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

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

See external documentation.

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

  • This = wxChoicebook()
  • Page = wxWindow() (see module wxWindow)
  • Text = chardata() (see module unicode)

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

  • This = wxChoicebook()
  • Page = wxWindow() (see module wxWindow)
  • Text = chardata() (see module unicode)
  • Option = {bSelect, boolean()} | {imageId, integer()}

See external documentation.

advanceSelection(This) -> ok

  • This = wxChoicebook()

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

  • This = wxChoicebook()
  • Option = {forward, boolean()}

See external documentation.

assignImageList(This, ImageList) -> ok

  • This = wxChoicebook()
  • ImageList = wxImageList() (see module wxImageList)

See external documentation.

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

  • This = wxChoicebook()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()

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

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

See external documentation.

deleteAllPages(This) -> boolean()

  • This = wxChoicebook()

See external documentation.

deletePage(This, N) -> boolean()

  • This = wxChoicebook()
  • N = integer()

See external documentation.

removePage(This, N) -> boolean()

  • This = wxChoicebook()
  • N = integer()

See external documentation.

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

  • This = wxChoicebook()

See external documentation.

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

  • This = wxChoicebook()

See external documentation.

getPage(This, N) -> wxWindow() (see module wxWindow)

  • This = wxChoicebook()
  • N = integer()

See external documentation.

getPageCount(This) -> integer()

  • This = wxChoicebook()

See external documentation.

getPageImage(This, N) -> integer()

  • This = wxChoicebook()
  • N = integer()

See external documentation.

getPageText(This, N) -> charlist() (see module unicode)

  • This = wxChoicebook()
  • N = integer()

See external documentation.

getSelection(This) -> integer()

  • This = wxChoicebook()

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

  • This = wxChoicebook()
  • N = integer()
  • Page = wxWindow() (see module wxWindow)
  • Text = chardata() (see module unicode)

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

  • This = wxChoicebook()
  • N = integer()
  • Page = wxWindow() (see module wxWindow)
  • Text = chardata() (see module unicode)
  • Option = {bSelect, boolean()} | {imageId, integer()}

See external documentation.

setImageList(This, ImageList) -> ok

  • This = wxChoicebook()
  • ImageList = wxImageList() (see module wxImageList)

See external documentation.

setPageSize(This, Size) -> ok

  • This = wxChoicebook()
  • Size = {W::integer(), H::integer()}

See external documentation.

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

  • This = wxChoicebook()
  • N = integer()
  • ImageId = integer()

See external documentation.

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

  • This = wxChoicebook()
  • N = integer()
  • StrText = chardata() (see module unicode)

See external documentation.

setSelection(This, N) -> integer()

  • This = wxChoicebook()
  • N = integer()

See external documentation.

changeSelection(This, N) -> integer()

  • This = wxChoicebook()
  • N = integer()

See external documentation.

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

Destroys this object, do not use object again