class Tui::Window

Defined in:

tui/window.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, dimension : Tui::Dimension, refresh_channel : Channel(Nil)) #

[View source]

Instance Method Detail

def border(*args, **options) #

[View source]
def border(*args, **options, &) #

[View source]
def buffer : Array(Int32 | LibNCurses::KeyCode) #

[View source]
def mvaddstr(*args, **options) #

[View source]
def mvaddstr(*args, **options, &) #

[View source]
def print(string : String) #

[View source]
def print_buffer #

[View source]
def read #

[View source]
def refresh #

[View source]