layout icon indicating copy to clipboard operation
layout copied to clipboard

Single-file library for calculating 2D UI layouts using stacking boxes. Compiles as C99 or C++.

Results 12 layout issues
Sort by recently updated
recently updated
newest added

node1 is root node. with `LAY_WRAP | LAY_COLUMN` flags. margin 5, 5, 5, 5 node2 is a child of node1. margin 5, 5, 5, 5 node3 is a child of...

This adds: - `lay_set_paddings` - `lay_set_paddings_ltrb` - `lay_get_paddings` - `lay_get_paddings_ltrb` This acts as the opposite of margin. Allows us to avoid creating a secondary container item with a margin to...