MCPcopy Create free account
hub / github.com/SolarLune/masterplan / Draw

Method Draw

gui.go:708–718  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

706}
707
708func (spinner *NumberSpinner) Draw() {
709
710 if !spinner.Visible {
711 return
712 }
713
714 spinner.Label.Draw()
715 spinner.Increase.Draw()
716 spinner.Decrease.Draw()
717
718}
719
720func (spinner *NumberSpinner) Destroy() {}
721

Callers

nothing calls this directly

Calls 1

DrawMethod · 0.65

Tested by

no test coverage detected