wxControlWithItemswxControlwxWindowwxEvtHandlerabstract datatype: wxListBox()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
| create/6* | Equivalent to create(This, Parent, Id, Pos, Size, Choices, []). |
| create/7* | See external documentation. |
| deselect/2* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| getSelections/1* | See external documentation. |
| insertItems/3* | See external documentation. |
| isSelected/2* | See external documentation. |
| new/0* | See external documentation. |
| new/2* | Equivalent to new(Parent, Id, []). |
| new/3* | See external documentation. |
| set/2* | See external documentation. |
| setFirstItem/2* | See external documentation. |
create(This::wxListBox(), Parent::wxWindow:wxWindow(), Id::integer(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[string()]) -> bool()
Equivalent to create(This, Parent, Id, Pos, Size, Choices, []).
create(This::wxListBox(), Parent::wxWindow:wxWindow(), Id::integer(), Pos::{X::integer(), Y::integer()}, Size::{W::integer(), H::integer()}, Choices::[string()], Options::[Option]) -> bool()
deselect(This::wxListBox(), N::integer()) -> ok
destroy(This::wxListBox()) -> ok
Destroys this object, do not use object again
getSelections(This::wxListBox()) -> {integer(), ASelections::[integer()]}
insertItems(This::wxListBox(), Items::[string()], Pos::integer()) -> ok
isSelected(This::wxListBox(), N::integer()) -> bool()
new() -> wxListBox()
new(Parent::wxWindow:wxWindow(), Id::integer()) -> wxListBox()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow:wxWindow(), Id::integer(), Options::[Option]) -> wxListBox()
set(This::wxListBox(), Items::[string()]) -> ok
setFirstItem(This::wxListBox(), X::integer() | string()) -> ok
See external documentation.
Alternatives:
Generated by EDoc, May 26 2008, 12:35:32.