Merge branch 'master' of github.com:rivo/tview

pull/383/head
Oliver 5 years ago
commit c6236f4421

@ -226,6 +226,11 @@ func (b *Box) SetTitle(title string) *Box {
return b return b
} }
// GetTitle returns the box's current title.
func (b *Box) GetTitle() string {
return b.title
}
// SetTitleColor sets the box's title color. // SetTitleColor sets the box's title color.
func (b *Box) SetTitleColor(color tcell.Color) *Box { func (b *Box) SetTitleColor(color tcell.Color) *Box {
b.titleColor = color b.titleColor = color

Loading…
Cancel
Save