class

UIng::Combobox

Inherits UIng::Control < UIng::BlockConstructor < Reference < Object

Constructors

new(*args, &)
Source
new(*args, **kwargs, &)
Source
new(items : Array(String))
Source

Instance methods

append(text : String) : Nil
Source
clear
Source
delete(index : Int32) : Nil
Source
insert_at(index : Int32, text : String) : Nil
Source
num_items
Source
on_selected
Source
selected
Source
selected=(index : Int32) : Nil
Source
to_unsafe
Source