MCPcopy Create free account
hub / github.com/cogentcore/core / renderParts

Method renderParts

core/render.go:389–393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

RenderWidgetMethod · 0.95
RenderWidgetMethod · 0.80
RenderWidgetMethod · 0.80
RenderWidgetMethod · 0.80

Calls 1

RenderWidgetMethod · 0.65

Tested by

no test coverage detected