tiny.arrange.Constraints
Defined in tiny.arrange.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/arrange/src/types.zig:27
zig
pub const Constraints = struct { min_width: ?f32 = null, min_height: ?f32 = null, max_width: ?f32 = null, max_height: ?f32 = null,};Source: lib/arrange/src/root.zig:17
zig
pub const Constraints = types.Constraints;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |