HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Files
2D layout algorithms

Files

file  spreadsheet_address.hpp
 Utilities for parsing spreadsheet addresses.
 

Detailed Description

Layout algorithms

hi::grid_layout: An algorithm that lays out boxes in rows and colunms. hi::row_layout: An algorithm that lays out boxes in a single row. hi::column_layout: An algorithm that lays out boxes in a single column. hi::flex_layout: An algorithm that lays out boxes next to each other, possibly flowing to a next line.