HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs
row_column_widget.hpp File Reference

Defines row_column_widget. More...

#include "widget.hpp"
#include "grid_layout.hpp"
#include "../GUI/theme.hpp"
#include "../geometry/axis.hpp"
#include <memory>

Go to the source code of this file.

Data Structures

class  hi::v1::row_column_widget< Axis >
 A row/column widget lays out child widgets along a row or column. More...
 

Namespaces

namespace  hi
 The HikoGUI namespace.
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Typedefs

using hi::v1::row_widget = row_column_widget<axis::row>
 Lays out children in a row.
 
using hi::v1::column_widget = row_column_widget<axis::column>
 Lays out children in a column.
 

Detailed Description

Defines row_column_widget.