class RiSC16::Scroll
- RiSC16::Scroll
- RiSC16::Window
- Reference
- Object
Direct Known Subclasses
Defined in:
debugger/curses.crConstructors
Instance Method Summary
- #content(window : NCurses::Window)
- #content_cursor : Int32
- #cursor
- #down
- #line_cursor : Int32
- #range : Range(Int32, Int32) | Range(Int32, Nil)
- #scroll_end
- #up
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, title = nil, range : Range(Int32, Int32) | Range(Int32, Nil) = (0..), &block : Int32 -> String | Nil)
#