wxListBox
Module
Module Summary
Description
See external documentation: wxListBox.
This class is derived (and can use functions) from:
wxControlWithItems
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxListBox()
new(Parent, Id) -> wxListBox()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxListBox()
Types
create(This, Parent, Id, Pos, Size, Choices) -> boolean()
Types
Equivalent to create(This, Parent, Id, Pos, Size, Choices, []).
create(This, Parent, Id, Pos, Size, Choices, Options::[Option]) -> boolean()
Types
insertItems(This, Items, Pos) -> ok
isSelected(This, N) -> boolean()
hitTest(This, Point) -> integer()
See external documentation.
Also:
setFirstItem(This, S) -> 'ok' when
This::wxListBox(), S::unicode:chardata().
destroy(This::wxListBox()) -> ok