class RiSC16::Scroll

Direct Known Subclasses

Defined in:

debugger/curses.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def content(window : NCurses::Window) #

[View source]
def content_cursor : Int32 #

[View source]
def cursor #

[View source]
def down #

[View source]
def line_cursor : Int32 #

[View source]
def range : Range(Int32, Int32) | Range(Int32, Nil) #

[View source]
def scroll_end #

[View source]
def up #

[View source]