tiny.arrange.Insets
Defined in tiny.arrange.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/arrange/src/types.zig:20
zig
pub const Insets = struct { top: ?f32 = null, left: ?f32 = null, right: ?f32 = null, bottom: ?f32 = null,};Source: lib/arrange/src/root.zig:16
zig
pub const Insets = types.Insets;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |