Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ SetValueRaw
Method
SetValueRaw
gui.go:3489–3493 ·
view source on GitHub ↗
(value float32)
Source
from the content-addressed store, hash-verified
3487
}
3488
3489
func
(s *Scrollbar) SetValueRaw(value float32) {
3490
3491
s.SetValue((value - s.ValueMin) / (s.ValueMax - s.ValueMin))
3492
3493
}
3494
3495
func
(s *Scrollbar) Draw() {
3496
Callers
1
ConstructMenus
Function · 0.95
Calls
1
SetValue
Method · 0.95
Tested by
no test coverage detected