Simple layout for arranging nodes in a column (vertical line)
Class ColumnLayout
#include <Noahh/ui/Layout.hpp>classColumnLayout:publicnoahh::AxisLayout{ ... }
Examples0
Public static methods1
staticnoahh::ColumnLayout*create()
Create a new ColumnLayout. See the chainable setters on RowLayout for what options you can customize for the layout
Created ColumnLayout