class Tput::Namespace::Position

Overview

XXX This is eventually to be replaced with RPosition (patch waiting but postponed for now)

Defined in:

tput/namespace.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def bottom : Int32 | Nil #

[View source]
def bottom=(bottom : Int32 | Nil) #

[View source]
def height : Int32 | String | Nil #

[View source]
def height=(height : Int32 | String | Nil) #

[View source]
def left : Int32 | String | Nil #

[View source]
def left=(left : Int32 | String | Nil) #

[View source]
def resizable=(resizable : Bool) #

[View source]
def resizable? : Bool #

[View source]
def right : Int32 | Nil #

[View source]
def right=(right : Int32 | Nil) #

[View source]
def top : Int32 | String | Nil #

[View source]
def top=(top : Int32 | String | Nil) #

[View source]
def width : Int32 | String | Nil #

[View source]
def width=(width : Int32 | String | Nil) #

[View source]