minSizeForChild
Parameters
Source
Implementation
pub fn minSizeForChild(self: Widget, s: Size) void {
self.vtable.minSizeForChild(self.ptr, s);
}Source
pub fn minSizeForChild(self: Widget, s: Size) void {
self.vtable.minSizeForChild(self.ptr, s);
}