MCPcopy Create free account
hub / github.com/cogentcore/core / Style

Method Style

core/frame.go:155–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155func (fr *Frame) Style() {
156 fr.WidgetBase.Style()
157 for d := math32.X; d <= math32.Y; d++ {
158 if fr.HasScroll[d] && fr.scrolls[d] != nil {
159 fr.scrolls[d].Style()
160 }
161 }
162}
163
164func (fr *Frame) Destroy() {
165 for d := math32.X; d <= math32.Y; d++ {

Callers 2

mainFunction · 0.95
makeStylesFunction · 0.95

Calls 1

StyleMethod · 0.65

Tested by

no test coverage detected