class ListBox
- ListBox
- FocusableControl
- Control
- Reference
- Object
Defined in:
wif/controls.crConstructors
Instance Method Summary
- #clicked
- #draw
- #items : Array(String)
- #on_click : OnClickItem | Nil
- #on_click=(on_click : OnClickItem | Nil)
- #on_select : OnSelectItem | Nil
- #on_select=(on_select : OnSelectItem | Nil)
- #position : Int32
- #position=(value)
- #process_key(key : Key)
- #process_mouse(event : MouseEvent, x : Int32, y : Int32)
- #scroll_shift
- #scrollable : Bool
- #scrollable=(scrollable : Bool)
- #scrollpos : Int32
- #scrollpos=(scrollpos : Int32)
- #sel_color : ColorPair
- #sel_color=(sel_color : ColorPair)