Documentation
¶
Index ¶
- func Column(items []Item) *tview.Flex
- func Dropdown(options []string, defaultOption int, selected func(text string, index int)) *tview.DropDown
- func InputField(placeholder string) *tview.InputField
- func Modal(title string, items []Item) *tview.Flex
- func Row(items []Item) *tview.Flex
- func Text(t string) *tview.TextView
- func TextArea(title string) *tview.TextArea
- func TextButton(title string, backgroundColor tcell.Color, border bool, onPressed func()) *tview.Button
- type Item
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InputField ¶
func InputField(placeholder string) *tview.InputField
Types ¶
Click to show internal directories.
Click to hide internal directories.