tiny.arrange.LayoutResult
Defined in tiny.arrange.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/arrange/src/types.zig:234
zig
pub const LayoutResult = struct { id: usize, rect: Rect, children: []LayoutResult,};Source: lib/arrange/src/root.zig:31
zig
pub const LayoutResult = types.LayoutResult;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |