abstract class Window

Included Modules

Direct Known Subclasses

Defined in:

window.cr

Constructors

Instance Method Summary

Instance methods inherited from module Wrap

wrap(text : String, width : Int32) wrap

Constructor Detail

def self.new(x : Int32, y : Int32, height : Int32, width : Int32, border : Bool = false) #

[View source]

Instance Method Detail

def activate! #

[View source]
def activate_child!(option) #

[View source]
def activate_parent! #

[View source]
def active : Bool #

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

[View source]
def active? : Bool #

[View source]
def border : Bool #

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

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def link_child(child : Window) #

[View source]
def link_parent(parent : Window) #

[View source]
def refresh #

[View source]
def resize #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def visible : Bool #

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

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]
def win : NCurses::Window #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]