Module rstk::combobox

source ·
Expand description

Combobox widgets - text field with a drop-down list of options.

Events

Use bind to call a function on following event:

  • <<ComboboxSelected>> - when an element is selected

Structs

Functions

  • Creates an instance of a combo-box widget in given parent, populating the drop-down list with the given set of values.