Class: Ruvi::Box
Instance Attribute Summary
Attributes inherited from Widget
#buffer, #cursor, #parent
Instance Method Summary
collapse
Methods inherited from Widget
#watch_buffer
Constructor Details
#initialize(app, parent) ⇒ Box
Returns a new instance of Box.
121
122
123
124
|
# File 'lib/widgets.rb', line 121
def initialize app, parent
@app, @parent = app, parent
@buffer = nil end
|
Instance Method Details
#height ⇒ Object
126
|
# File 'lib/widgets.rb', line 126
def height; nil; end
|
#width ⇒ Object
125
|
# File 'lib/widgets.rb', line 125
def width; nil; end
|