rectFor
Parameters
- self:Widget
- Widget
- id:Id
- Id
- min_size:Size
- Size
- e:Options.Expand
- Options.Expand
- g:Options.Gravity
- Options.Gravity
Source
Implementation
pub fn rectFor(self: Widget, id: Id, min_size: Size, e: Options.Expand, g: Options.Gravity) Rect {
return self.vtable.rectFor(self.ptr, id, min_size, e, g);
}