Documentation ¶
Index ¶
- func Draw(texts []StyledText, screen tcell.Screen, styleSheet map[Class]tcell.Style) error
- type Alignment
- type Class
- type Mapping
- type StatusBar
- type StyledText
- type Table
- func (t *Table) Bottom() error
- func (t *Table) Refresh() error
- func (t *Table) Resize(width int, height int) error
- func (t *Table) Scroll(amount int) error
- func (t *Table) SetFold(open bool, all bool) error
- func (t Table) Size() (int, int)
- func (t *Table) Text() ([]StyledText, error)
- func (t *Table) Top() error
- type Widget
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StatusBar ¶
type StatusBar struct { InputBuffer string ShowInput bool // contains filtered or unexported fields }
func NewStatusBar ¶
func (StatusBar) Text ¶
func (s StatusBar) Text() ([]StyledText, error)
type StyledText ¶
func Clear ¶
func Clear(widget Widget, class Class) []StyledText
Click to show internal directories.
Click to hide internal directories.