Documentation
¶
Index ¶
- func CreateCustomListView(properties ListViewBoxProperties) *tview.List
- func CreateCustomShortCutsView(App *tview.Application, properties CustomShortCutProperties) *tview.Table
- func CreateCustomTableView(properties CustomTableViewProperties) *tview.Table
- func CreateModal(properties ModalProperties, currentFlex *tview.Flex) *tview.Modal
- type Column
- type CustomShortCut
- type CustomShortCutProperties
- type CustomTableViewProperties
- type ListViewBoxProperties
- type ModalChoice
- type ModalProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCustomListView ¶
func CreateCustomListView(properties ListViewBoxProperties) *tview.List
func CreateCustomShortCutsView ¶
func CreateCustomShortCutsView(App *tview.Application, properties CustomShortCutProperties) *tview.Table
func CreateCustomTableView ¶
func CreateCustomTableView(properties CustomTableViewProperties) *tview.Table
func CreateModal ¶
func CreateModal(properties ModalProperties, currentFlex *tview.Flex) *tview.Modal
Types ¶
type CustomShortCut ¶
type CustomShortCutProperties ¶
type CustomShortCutProperties struct {
Shortcuts []CustomShortCut
}
func (CustomShortCutProperties) Len ¶
func (c CustomShortCutProperties) Len() int
func (CustomShortCutProperties) Less ¶
func (c CustomShortCutProperties) Less(i, j int) bool
func (CustomShortCutProperties) Swap ¶
func (c CustomShortCutProperties) Swap(i, j int)
type ListViewBoxProperties ¶
type ModalChoice ¶
type ModalProperties ¶
type ModalProperties struct { Title string LeftChoice ModalChoice RightChoice ModalChoice }
Click to show internal directories.
Click to hide internal directories.