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

Method applyResizerStyle

gui/table.go:1575–1581  ·  view source on GitHub ↗

applyResizerStyle applies the status style

()

Source from the content-addressed store, hash-verified

1573
1574// applyResizerStyle applies the status style
1575func (t *Table) applyResizerStyle() {
1576
1577 s := t.styles.Resizer
1578 t.resizerPanel.SetBordersFrom(&s.Border)
1579 t.resizerPanel.SetBordersColor4(&s.BorderColor)
1580 t.resizerPanel.SetColor4(&s.BgColor)
1581}
1582
1583// tableSortString is an internal type implementing the sort.Interface
1584// and is used to sort a table column interpreting its values as strings

Callers 1

NewTableFunction · 0.80

Calls 3

SetBordersFromMethod · 0.80
SetBordersColor4Method · 0.80
SetColor4Method · 0.45

Tested by

no test coverage detected