class RiSC16::Table
- RiSC16::Table
- RiSC16::Scroll
- RiSC16::Window
- Reference
- Object
Defined in:
debugger/curses.crConstructors
Instance methods inherited from class RiSC16::Scroll
content(window : NCurses::Window)
content,
content_cursor : Int32
content_cursor,
cursor
cursor,
down
down,
line_cursor : Int32
line_cursor,
range : Range(Int32, Int32) | Range(Int32, Nil)
range,
scroll_end
scroll_end,
up
up
Constructor methods inherited from class RiSC16::Scroll
new(x, y, width, height, title = nil, range : Range(Int32, Int32) | Range(Int32, Nil) = (0..), &block : Int32 -> String | Nil)
new
Instance methods inherited from class RiSC16::Window
content(window : NCurses::Window)
content,
down
down,
draw
draw,
focus : Bool
focus,
focus=(focus : Bool)
focus=,
height : Int32
height,
title : String?
title,
up
up,
width : Int32
width,
x : Int32
x,
y : Int32
y
Constructor methods inherited from class RiSC16::Window
new(x, y, width, height, title : String | Nil = nil)
new
Constructor Detail
def self.new(x, y, width, height, columns : Array(Int), title = nil, range = (0..), &block : Int32 -> Array(String) | Nil)
#