DVUI

width

Parameters

#
w:f32
f32

Source

Implementation

#
pub fn width(w: f32) MaxSize {
        return .{ .w = w, .h = dvui.max_float_safe };
    }