class Tui::Window
- Tui::Window
- Reference
- Object
Defined in:
tui/window.crConstructors
Instance Method Summary
- #border(*args, **options)
- #border(*args, **options, &)
- #buffer : Array(Int32 | LibNCurses::KeyCode)
- #mvaddstr(*args, **options)
- #mvaddstr(*args, **options, &)
- #print(string : String)
- #print_buffer
- #read
- #refresh
Constructor Detail
def self.new(name : String, dimension : Tui::Dimension, refresh_channel : Channel(Nil))
#