Documentation
¶
Index ¶
- type Tab
- func (to *Tab) Add(w interface{}, key interface{}) (*TabInfo, error)
- func (to *Tab) ColorBorder(a interface{}, color tcell.Color)
- func (to *Tab) SetDefaultBorderColor(color tcell.Color)
- func (to *Tab) SetFocus(a interface{})
- func (to *Tab) SetHighlightBorderColor(color tcell.Color)
- func (to *Tab) SetInputDone() error
- type TabInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tab ¶
Tab for all windows in a panel
func (*Tab) ColorBorder ¶
func (to *Tab) ColorBorder(a interface{}, color tcell.Color)
ColorBorder to the tview
func (*Tab) SetDefaultBorderColor ¶
func (to *Tab) SetDefaultBorderColor(color tcell.Color)
SetDefaultBorderColor to the normal non-selected border color
func (*Tab) SetHighlightBorderColor ¶
func (to *Tab) SetHighlightBorderColor(color tcell.Color)
SetHighlightBorderColor to the normal non-selected border color
Click to show internal directories.
Click to hide internal directories.