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

Method Style

core/meter.go:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (m *Meter) Style() {
106 m.WidgetBase.Style()
107 m.Width.ToDots(&m.Styles.UnitContext)
108}
109
110func (m *Meter) WidgetTooltip(pos image.Point) (string, image.Point) {
111 res := m.Tooltip

Callers

nothing calls this directly

Calls 2

StyleMethod · 0.65
ToDotsMethod · 0.45

Tested by

no test coverage detected