RenderStandardBox renders the standard box model.
()
| 410 | |
| 411 | // RenderStandardBox renders the standard box model. |
| 412 | func (wb *WidgetBase) RenderStandardBox() { |
| 413 | pos := wb.Geom.Pos.Total |
| 414 | sz := wb.Geom.Size.Actual.Total |
| 415 | wb.Scene.PaintContext.DrawStandardBox(&wb.Styles, pos, sz, wb.parentActualBackground()) |
| 416 | } |
| 417 | |
| 418 | ////////////////////////////////////////////////////////////////// |
| 419 | // Widget position functions |
no test coverage detected