Versions in this module Expand all Collapse all v0 v0.0.1 Jul 28, 2019 Changes in this version + type EventItemSelected struct + Index int + Name string + func (e *EventItemSelected) Widget() views.Widget + type HighlightText struct + func (t *HighlightText) ActivateHighlight(index int) + func (t *HighlightText) AppendLine(line string) + func (t *HighlightText) ClearText() + func (t *HighlightText) CurrentHighlight() int + func (t *HighlightText) Draw() + func (t *HighlightText) HandleEvent(ev tcell.Event) bool + func (t *HighlightText) HighlightCount() int + func (t *HighlightText) HighlightPos(index int) (int, int) + func (t *HighlightText) Keyword() string + func (t *HighlightText) Resize() + func (t *HighlightText) SetKeyword(keyword string) + func (t *HighlightText) SetView(view views.View) + func (t *HighlightText) Size() (int, int) + type InputLine struct + func NewInputLine() *InputLine + func (w *InputLine) Draw() + func (w *InputLine) HandleEvent(ev tcell.Event) bool + func (w *InputLine) Resize() + func (w *InputLine) SetCursorAt(pos int) + func (w *InputLine) SetPrompt(prompt string) + func (w *InputLine) SetStyle(style tcell.Style) + func (w *InputLine) SetValue(value string) + func (w *InputLine) SetView(view views.View) + func (w *InputLine) Size() (int, int) + func (w *InputLine) Value() string + type ListView struct + func NewListView() *ListView + func (w *ListView) AddItem(text string, style tcell.Style) + func (w *ListView) DeleteItem(text string) + func (w *ListView) Draw() + func (w *ListView) HandleEvent(ev tcell.Event) bool + func (w *ListView) ItemCount() int + func (w *ListView) Resize() + func (w *ListView) SelectAt(index int) + func (w *ListView) SelectNext() + func (w *ListView) SelectPrev() + func (w *ListView) SetStyle(text string, style tcell.Style) + func (w *ListView) SetView(view views.View) + func (w *ListView) Size() (int, int) + type Pager struct + func NewPager() *Pager + func (w *Pager) AppendLine(line string) + func (w *Pager) ClearText() + func (w *Pager) Draw() + func (w *Pager) FindNext() bool + func (w *Pager) FindPrev() bool + func (w *Pager) GetScrollYPosition() float64 + func (w *Pager) HandleEvent(ev tcell.Event) bool + func (w *Pager) Keyword() string + func (w *Pager) Resize() + func (w *Pager) ScrollDown() + func (w *Pager) ScrollHalfPageDown() + func (w *Pager) ScrollHalfPageLeft() + func (w *Pager) ScrollHalfPageRight() + func (w *Pager) ScrollHalfPageUp() + func (w *Pager) ScrollPageDown() + func (w *Pager) ScrollPageUp() + func (w *Pager) ScrollToBottom() + func (w *Pager) ScrollToTop() + func (w *Pager) ScrollUp() + func (w *Pager) SetKeyword(keyword string) + func (w *Pager) SetView(view views.View) + func (w *Pager) Size() (int, int) + type Tabs struct + func NewTabs() *Tabs + func (w *Tabs) AddTab(name string) + func (w *Tabs) Clear() + func (w *Tabs) SelectAt(index int) + func (w *Tabs) SelectNext() + func (w *Tabs) SelectPrev() + func (w *Tabs) TabCount() int + type VerticalLine struct + func NewVerticalLine(char rune, style tcell.Style) *VerticalLine + func (w *VerticalLine) Draw() + func (w *VerticalLine) HandleEvent(ev tcell.Event) bool + func (w *VerticalLine) Resize() + func (w *VerticalLine) SetView(view views.View) + func (w *VerticalLine) Size() (int, int)