class Tput::Namespace::Margins

Defined in:

tput/namespace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(left : Int32 = 0, top : Int32 = 0, right : Int32 = 0, bottom : Int32 = 0) #

[View source]

Instance Method Detail

def bottom : Int32 #

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

[View source]
def left : Int32 #

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

[View source]
def right : Int32 #

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

[View source]
def top : Int32 #

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

[View source]