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(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxListBox()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Options::[Option]) -> wxListBox()
Types:
Equivalent to create(This, Parent, Id, Pos, Size, Choices, []).
Types:
deselect(This::wxListBox(), N::integer()) -> ok
getSelections(This::wxListBox()) -> {integer(), ASelections::[integer()]}
insertItems(This::wxListBox(), Items::[[string()]], Pos::integer()) -> ok
isSelected(This::wxListBox(), N::integer()) -> bool()
set(This::wxListBox(), Items::[[string()]]) -> ok
hitTest(This::wxListBox(), Point::{X::integer(), Y::integer()}) -> integer()
setFirstItem(This::wxListBox(), X::integer() | string()) -> ok
See external documentation.
Alternatives:
setFirstItem(This::wxListBox(), N::integer()) -> ok
setFirstItem(This::wxListBox(), S::string()) -> ok