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

Method SetStyles

gui/folder.go:94–98  ·  view source on GitHub ↗

SetStyles set the folder styles overriding the default style.

(fs *FolderStyles)

Source from the content-addressed store, hash-verified

92
93// SetStyles set the folder styles overriding the default style.
94func (f *Folder) SetStyles(fs *FolderStyles) {
95
96 f.styles = fs
97 f.update()
98}
99
100// SetAlignRight sets the side of the alignment of the content panel
101// in relation to the folder.

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected