minwin
app
button
canvas
combo
component
dialog
event
font
geometry
group
icon
image
label
layout
listbox
menu
multidg
paint
peer
peerimpl
scroll
text
window
|
minwin.listbox
Display a list of items to choose from.
- class ListBox: minwin.component.WindowChild;
- Widget that shows a list of items to choose from.
- this(Component parent, char[][] text, char[] name = "");
- Constructs a new ListBox from the given details.
- int selection;
- Read/write property for the current selection.
-1 for none.
|