wxListBox

See external documentation: wxListBox.

See external documentation: wxListBox.

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

Functions


new() -> wxListBox()

See external documentation.

new(Parent, Id) -> wxListBox()

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

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

See external documentation.

create(This, Parent, Id, Pos, Size, Choices) -> boolean()

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

See external documentation.

deselect(This, N) -> ok

See external documentation.

getSelections(This) -> Result

  • Result = {Res::integer(), ASelections::[integer()]}
  • This = wxListBox()

See external documentation.

insertItems(This, Items, Pos) -> ok

See external documentation.

isSelected(This, N) -> boolean()

See external documentation.

set(This, Items) -> ok

See external documentation.

hitTest(This, Point) -> integer()

  • This = wxListBox()
  • Point = {X::integer(), Y::integer()}

See external documentation.

setFirstItem(This, N) -> ok

See external documentation.
Also:
setFirstItem(This, S) -> 'ok' when
This::wxListBox(), S::unicode:chardata().

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

Destroys this object, do not use object again