SetTitle updates the header text.
(title string)
| 48 | |
| 49 | // SetTitle updates the header text. |
| 50 | func (h *Header) SetTitle(title string) { |
| 51 | h.SetText(title) |
| 52 | } |
| 53 | |
| 54 | // SetText updates the header text directly. |
| 55 | func (h *Header) SetText(text string) { |