abstract struct TUI::Border

Direct Known Subclasses

Defined in:

tui/border.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

abstract def height(w : Int32) : Int32 | Nil #

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

[View source]
def initialize #

[View source]
abstract def paint(painter : Painter) #

Draw border and push an inner rect for the widget


[View source]
abstract def width(h : Int32) : Int32 | Nil #

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

[View source]