class

GSDL::UI::FlowBox

Inherits GSDL::UI::Container < GSDL::UI::Element < Reference < Object

Constructors

new(orientation : Orientation = Orientation::Horizontal, spacing : Int32 = 0, line_spacing : Int32 = 0, width : Int32 = FillParent, height : Int32 = FitContent, x : Int32 = 0, y : Int32 = 0, anchor : Anchor = Anchor::TopLeft, flex : UInt8 = 0_u8, padding : SpacingInput = 0, margin : SpacingInput = 0, background_color : Color | Nil = nil)
Source
new(*args, **kwargs)
Source
new(*args, **kwargs, &)
Source

Instance methods

layout!
Source
line_spacing
Source
line_spacing=(line_spacing : Int32)
Source
orientation
Source
orientation=(orientation : Orientation)
Source
spacing
Source
spacing=(spacing : Int32)
Source