class
GUI::Combo
- GUI::Combo
- GUI::Widget
- Reference
- Object
Defined in:
wrappers.crConstructors
Instance Method Summary
- #[]=(index, text : String, image : Image | Nil = nil)
- #add(text : String, image : Image | Nil = nil)
- #align=(value : Align)
- #autoselect=(value)
- #bgcolor=(value : Color)
- #bgcolor_focus=(value : Color)
- #clear(*args)
- #color=(value : Color)
- #color_focus=(value : Color)
- #copy(*args)
- #count(*args)
- #cut(*args)
- #delete(*args)
- #editable=(value)
- #insert(index : Int32, text : String, image : Image | Nil = nil)
- #items=(items : Enumerable(String))
- #list_height=(value)
- #min_width=(value)
- #on_change(&callback : -> )
- #on_filter(&callback : -> )
- #on_focus(&callback : -> )
- #on_select(&callback : -> )
- #passmode=(value)
- #paste(*args)
- #phcolor=(value : Color)
- #phstyle=(value)
- #phtext=(value : String)
- #place(layout : Layout, x : Int32, y : Int32)
- #select(start, aend)
- #selected
- #selected=(value)
- #text=(value : String)
- #tooltip=(value : String)
Instance methods inherited from class GUI::Widget
place(layout : Layout, x : Int32, y : Int32)
place,
to_unsafe
to_unsafe
Macros inherited from class GUI::Widget
define_place
define_place,
define_standard_initdefine_standard_init(args) define_standard_init, event(name) event, lib_function(name, *args) lib_function, lib_function_named(name, libname, *args) lib_function_named, lib_property(name)
lib_property(name, type) lib_property, lib_setter(name, typ)
lib_setter(name) lib_setter