abstract class RiSC16::Window

Direct Known Subclasses

Defined in:

debugger/curses.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x, y, width, height, title : String | Nil = nil) #

[View source]

Instance Method Detail

abstract def content(window : NCurses::Window) #

[View source]
def down #

[View source]
def draw #

[View source]
def focus : Bool #

[View source]
def focus=(focus : Bool) #

[View source]
def height : Int32 #

[View source]
def title : String? #

[View source]
def up #

[View source]
def width : Int32 #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]