Documentation
¶
Index ¶
- type Tab
- func (to *Tab) Add(name string, w interface{}, key interface{}) (*TabInfo, error)
- func (to *Tab) SetCurrentInputFocus()
- func (to *Tab) SetDefaultBorderColor(color tcell.Color)
- func (to *Tab) SetHighlightBorderColor(color tcell.Color)
- func (to *Tab) SetInputDone() error
- func (to *Tab) SetInputFocus(key interface{})
- type TabInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tab ¶
type Tab struct { Name string TabList []*TabInfo CurrentIndex int PreviousIndex int Application *tview.Application }
Tab for all windows in a panel
func (*Tab) SetCurrentInputFocus ¶
func (to *Tab) SetCurrentInputFocus()
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
func (*Tab) SetInputFocus ¶
func (to *Tab) SetInputFocus(key interface{})
SetInputFocus sets the focus to the given event
Click to show internal directories.
Click to hide internal directories.