MCPcopy Index your code
hub / github.com/g3n/engine / applyStatusStyle

Method applyStatusStyle

gui/table.go:1568–1572  ·  view source on GitHub ↗

applyStatusStyle applies the status style

()

Source from the content-addressed store, hash-verified

1566
1567// applyStatusStyle applies the status style
1568func (t *Table) applyStatusStyle() {
1569
1570 s := t.styles.Status
1571 t.statusPanel.ApplyStyle(&s.PanelStyle)
1572}
1573
1574// applyResizerStyle applies the status style
1575func (t *Table) applyResizerStyle() {

Callers 1

NewTableFunction · 0.80

Calls 1

ApplyStyleMethod · 0.45

Tested by

no test coverage detected