struct
Obsctl::TUI::Rect
- Obsctl::TUI::Rect
- Struct
- Value
- Object
Overview
Rectangular terminal region used by layout calculations.
Defined in:
obsctl/tui/layout.crConstructors
Instance Method Summary
- #clone
- #copy_with(x _x = @x, y _y = @y, width _width = @width, height _height = @height)
- #height : Int32
- #width : Int32
- #x : Int32
- #y : Int32
Constructor Detail
Instance Method Detail
def copy_with(x _x = @x, y _y = @y, width _width = @width, height _height = @height)
#