Skip to documentation
SLOP

tiny.arrange.Insets

Reference tiny.arrange Insets

Defined in tiny.arrange.

API (4)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.arrangeInsets
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names1
Members4
Version26.7.0
Revisiondaab053ee433