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

Method SetRectangle

gui.go:4450–4450  ·  view source on GitHub ↗
(rect *sdl.FRect)

Source from the content-addressed store, hash-verified

4448
4449func (tt *Tooltip) Rectangle() *sdl.FRect { return tt.Button.Rectangle() }
4450func (tt *Tooltip) SetRectangle(rect *sdl.FRect) { tt.Button.SetRectangle(rect) }
4451func (tt *Tooltip) Destroy() { tt.Button.Destroy() }
4452
4453// type Tooltip struct {

Callers

nothing calls this directly

Calls 1

SetRectangleMethod · 0.65

Tested by

no test coverage detected