|
HikoGUI
A low latency retained GUI
|
#include "widget.hpp"#include "row_column_delegate.hpp"#include "../GUI/theme.hpp"#include "../flow_layout.hpp"#include "../geometry/axis.hpp"#include <memory>Go to the source code of this file.
Data Structures | |
| class | tt::row_column_widget< Axis > |
| A row/column widget lays out child widgets along a row or column. More... | |
Typedefs | |
| using | tt::row_widget = row_column_widget<axis::row> |
| Lays out children in a row. | |
| using | tt::column_widget = row_column_widget<axis::column> |
| Lays out children in a column. | |
| using tt::column_widget = row_column_widget<axis::column> |
Lays out children in a column.
| using tt::row_widget = row_column_widget<axis::row> |
Lays out children in a row.