class
UIng::Combobox
- UIng::Combobox
- UIng::Control
- Reference
- Object
Defined in:
uing/combobox.crConstructors
Instance Method Summary
- #append(text : String) : Nil
- #clear : Nil
- #delete(index : Int32) : Nil
- #destroy
- #insert_at(index : Int32, text : String) : Nil
- #num_items : Int32
- #on_selected(&block : Int32 -> _) : Nil
- #selected : Int32
- #selected=(index : Int32) : Nil
- #to_unsafe : Pointer(Void)