Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ Rectangle
Method
Rectangle
gui.go:1300–1303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1298
}
1299
1300
func
(bg *ButtonGroup) Rectangle() *sdl.FRect {
1301
rect := *bg.Rect
1302
return
&rect
1303
}
1304
1305
func
(bg *ButtonGroup) SetRectangle(rect *sdl.FRect) {
1306
bg.Rect.X = rect.X
Callers
1
Update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected