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