MCPcopy
hub / github.com/g3n/engine / applyStyle

Method applyStyle

gui/menu.go:461–464  ·  view source on GitHub ↗

applyStyle applies the specified menu body style

(mbs *MenuBodyStyle)

Source from the content-addressed store, hash-verified

459
460// applyStyle applies the specified menu body style
461func (m *Menu) applyStyle(mbs *MenuBodyStyle) {
462
463 m.Panel.ApplyStyle(&mbs.PanelStyle)
464}
465
466// recalc recalculates the positions of this menu internal items
467// and the content width and height of the menu

Callers 1

updateMethod · 0.95

Calls 1

ApplyStyleMethod · 0.45

Tested by

no test coverage detected