Name
listbox — Creates a listbox
Synopsis
listbox
[label title
] [type
[exclusive | implicit | multiple]
] [code
code
] [callback code
]
Description
Similar to the lcdui ListBox
class,
but implemented as a class that extends
Form
, in order to enable the use of
callbacks. Like forms and textboxes, it is necessary to
use the setcurrent command to actually
display a listbox.