wxCheckListBox

See external documentation: wxCheckListBox.

See external documentation: wxCheckListBox.

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

Types


wxCheckListBox() = wx:wx_object()

Functions


new() -> wxCheckListBox()

See external documentation.

new(Parent, Id) -> wxCheckListBox()

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

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

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

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {choices, [chardata() (see module unicode)]} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

check(This, Index) -> ok

  • This = wxCheckListBox()
  • Index = integer()

Equivalent to check(This, Index, []).

check(This, Index, Option::[Option]) -> ok

  • This = wxCheckListBox()
  • Index = integer()
  • Option = {check, boolean()}

See external documentation.

isChecked(This, Index) -> boolean()

  • This = wxCheckListBox()
  • Index = integer()

See external documentation.

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

Destroys this object, do not use object again