Module rstk::listbox

source ·
Expand description

Listbox widget - displays a list of items from which the user can select one or more.

Events

Use bind to call a function on following event:

  • <<ListboxSelect>> - whenever selection is changed

Structs

Functions

  • Creates an instance of a listbox widget in given parent populating the listbox with the given set of values.