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

Function StyleDefault

gui/style_default.go:16–19  ·  view source on GitHub ↗

StyleDefault returns a pointer to the current default style

()

Source from the content-addressed store, hash-verified

14
15// StyleDefault returns a pointer to the current default style
16func StyleDefault() *Style {
17
18 return defaultStyle
19}
20
21// SetStyleDefault sets the default style
22func SetStyleDefault(s *Style) {

Callers 15

newSplitterFunction · 0.85
NewMenuFunction · 0.85
NewImageButtonFunction · 0.85
initializeMethod · 0.85
NewDropDownFunction · 0.85
NewImageLabelFunction · 0.85
SetIconMethod · 0.85
initializeMethod · 0.85
InitializeMethod · 0.85
newTreeNodeFunction · 0.85
NewWindowFunction · 0.85
newWindowTitleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected