1#ifndef OE_GUI_COMPONENT_LAYOUT_H
2#define OE_GUI_COMPONENT_LAYOUT_H
4#include "../component.h"
36 Row(
const float& height,
const int&
cols = 0);
Definition component.h:22
T * createChild(Args &&... args)
Definition component.h:64
component::Column * createColumn(const float &height=0.f)
Row(const float &height, const int &cols=0)
UI components.
Definition component.h:15