MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / SetText

Method SetText

internal/ui/components/header.go:55–57  ·  view source on GitHub ↗

SetText updates the header text directly.

(text string)

Source from the content-addressed store, hash-verified

53
54// SetText updates the header text directly.
55func (h *Header) SetText(text string) {
56 h.TextView.SetText(text)
57}
58
59// ShowLoading displays an animated loading indicator.
60func (h *Header) ShowLoading(message string) {

Callers 15

SetTitleMethod · 0.95
ShowSuccessMethod · 0.95
ShowErrorMethod · 0.95
ShowWarningMethod · 0.95
ShowActiveProfileMethod · 0.95
restoreProfileMethod · 0.95
animateLoadingMethod · 0.95
NewHelpModalFunction · 0.45
NewConfigWizardPageFunction · 0.45
NewHeaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected