()
| 387 | } |
| 388 | |
| 389 | func (wb *WidgetBase) renderParts() { |
| 390 | if wb.Parts != nil { |
| 391 | wb.Parts.RenderWidget() |
| 392 | } |
| 393 | } |
| 394 | |
| 395 | // renderChildren renders all of the widget's children. |
| 396 | func (wb *WidgetBase) renderChildren() { |
no test coverage detected