UIng::EditableCombobox
Inherits UIng::Control < UIng::BlockConstructor < Reference < Object
EditableCombobox follows libui-ng's uiEditableCombobox API, which is text-centric rather than a selectable list API. libui-ng intentionally does not expose selected item, insert, delete, clear, or item-count operations here because editable comboboxes have no consistent native concept of a selected item across backends. Use Combobox when you need list management and selection indices.
Constructors
new(*args, &)
Sourcenew(*args, **kwargs, &)
Sourcenew(items : Array(String))
Sourcenew
SourceInstance methods
append(text : String) : Nil
Sourceon_changed
Sourcetext
Sourcetext=(text : String) : Nil
Sourceto_unsafe
Source