1#ifndef OE_GUI_COMPONENT_LAYOUT_H
2#define OE_GUI_COMPONENT_LAYOUT_H
4#include "../component.h"
14 Column(Row&,
const float& height = 0.f);
36 Row(
const float& height,
const int& cols = 0);
Component(Manager *manager=nullptr)
component::Column * createColumn(const float &height=0.f)
Row(const float &height, const int &cols=0)
UI components.
Definition component.h:13