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

Method SetStatusText

gui/table.go:578–581  ·  view source on GitHub ↗

SetStatusText sets the text of status line at the bottom of the table It does not change its current visibility

(text string)

Source from the content-addressed store, hash-verified

576// SetStatusText sets the text of status line at the bottom of the table
577// It does not change its current visibility
578func (t *Table) SetStatusText(text string) {
579
580 t.statusLabel.SetText(text)
581}
582
583// Rows returns a slice of maps with the contents of the table rows
584// specified by the rows first and last index.

Callers

nothing calls this directly

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected