DVUI

max_sizeGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

#
pub fn max_sizeGet(self: *const Options) Size {
    return self.padSize(self.max_size_contentGet());
}