Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
func
(m *Meter) Style() {
106
m.WidgetBase.Style()
107
m.Width.ToDots(&m.Styles.UnitContext)
108
}
109
110
func
(m *Meter) WidgetTooltip(pos image.Point) (string, image.Point) {
111
res := m.Tooltip
Callers
nothing calls this directly
Calls
2
Style
Method · 0.65
ToDots
Method · 0.45
Tested by
no test coverage detected