MCPcopy
hub / github.com/rivo/tview / SetTitle

Method SetTitle

box.go:341–344  ·  view source on GitHub ↗

SetTitle sets the box's title.

(title string)

Source from the content-addressed store, hash-verified

339
340// SetTitle sets the box's title.
341func (b *Box) SetTitle(title string) *Box {
342 b.title = title
343 return b
344}
345
346// GetTitle returns the box's current title.
347func (b *Box) GetTitle() string {

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
ColorsFunction · 0.45
TableFunction · 0.45
FlexFunction · 0.45
FormFunction · 0.45
TreeViewFunction · 0.45
HelloWorldFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected