class OptionSelectWindow
- OptionSelectWindow
- Window
- Reference
- Object
Direct Known Subclasses
Defined in:
option_select_window.crConstant Summary
-
HEIGHT =
15
-
WIDTH =
25
Constructors
- .new(x : Int32, y : Int32, height : Int32, width : Int32)
- .new(x : Int32, y : Int32, height : Int32, width : Int32, &)
Instance Method Summary
- #activate!
- #active : Bool
- #active=(active : Bool)
- #add_helps(win)
- #board_id=(board_id : String)
- #child : Window?
- #fetch
- #handle_key(key)
- #handle_select_next(selected)
- #handle_select_previous
- #height : Int32
- #json
- #options=(options : Array(OptionSelectOption))
- #params=(params : String)
- #parent : Window?
- #path=(path : String)
- #refresh
- #render_option_value(json : JSON::Any)
- #render_row(option)
- #row_offset : Int32
- #row_offset=(row_offset : Int32)
- #selected : Int8
- #selected=(selected : Int8)
- #title : String
- #title=(title : String)
- #width : Int32
- #win : NCurses::Window