class Tput::Namespace::Position
- Tput::Namespace::Position
- Reference
- Object
Overview
XXX This is eventually to be replaced with RPosition (patch waiting but postponed for now)
Defined in:
tput/namespace.crConstructors
Instance Method Summary
- #bottom : Int32 | Nil
- #bottom=(bottom : Int32 | Nil)
- #height : Int32 | String | Nil
- #height=(height : Int32 | String | Nil)
- #left : Int32 | String | Nil
- #left=(left : Int32 | String | Nil)
- #resizable=(resizable : Bool)
- #resizable? : Bool
- #right : Int32 | Nil
- #right=(right : Int32 | Nil)
- #top : Int32 | String | Nil
- #top=(top : Int32 | String | Nil)
- #width : Int32 | String | Nil
- #width=(width : Int32 | String | Nil)
Constructor Detail
def self.new(left : Int32 | String | Nil = nil, top : Int32 | String | Nil = nil, right : Int32 | Nil = nil, bottom : Int32 | Nil = nil, width = nil, height = nil)
#