1
0
Fork 0
zenolith/src/attreebutes/BoxStyle.zig
2023-11-26 14:01:22 +01:00

6 lines
177 B
Zig

//! This attreebute specifies how the box widget should look.
const BackgroundStyle = @import("../background_style.zig").BackgroundStyle;
background: BackgroundStyle = .none,