Documentation
¶
Index ¶
- type View
- func (v *View) NewCreateForm(header string) *tview.Form
- func (v *View) NewDeleteQ(header string) *tview.Modal
- func (v *View) NewEditValueForm(header string, value string) *tview.Form
- func (v *View) NewErrorMessageQ(header string, details string) *tview.Modal
- func (v *View) NewSearch() *tview.InputField
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View struct { App *tview.Application Frame *tview.Frame Pages *tview.Pages List *tview.List Details *tview.TextView ModalEdit func(p tview.Primitive, width, height int) tview.Primitive }
View ...
func (*View) NewEditValueForm ¶
func (*View) NewErrorMessageQ ¶
func (*View) NewSearch ¶
func (v *View) NewSearch() *tview.InputField
Click to show internal directories.
Click to hide internal directories.