abstract class Window
- Window
- Reference
- Object
Included Modules
Direct Known Subclasses
Defined in:
window.crConstructors
Instance Method Summary
- #activate!
- #activate_child!(option)
- #activate_parent!
- #active : Bool
- #active=(active : Bool)
- #active? : Bool
- #border : Bool
- #border=(border : Bool)
- #height : Int32
- #height=(height : Int32)
- #link_child(child : Window)
- #link_parent(parent : Window)
- #refresh
- #resize
- #title : String
- #title=(title : String)
- #visible : Bool
- #visible=(visible : Bool)
- #width : Int32
- #width=(width : Int32)
- #win : NCurses::Window
- #x : Int32
- #y : Int32
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)
#