enum Crysterm::LayoutType

Overview

Type of layout to use in an instance of Widget::Layout.

NOTE Widget::Layout could be split into 2 separate files/classes, and also additional variations of layouts could be added.

Defined in:

namespace.cr

Enum Members

Inline = 0
Grid = 1

Instance Method Summary

Instance Method Detail

def grid? #

[View source]
def inline? #

[View source]