Documentation
¶
Index ¶
- type View
- func (v *View) NewConfirm() *tview.Modal
- func (v *View) NewCreateForm(header string) *tview.Form
- func (v *View) NewCreateProfileForm(header string) *tview.Form
- func (v *View) NewErrorMessageQ(header string, details string) *tview.Modal
- func (v *View) NewProgressMessage() *tview.Modal
- func (v *View) NewSuccessMessageQ(header string) *tview.Modal
- func (v *View) SetFrameText(helpText string)
- func (v *View) SetHeaderVersionText(versionText string)
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) NewConfirm ¶
func (*View) NewErrorMessageQ ¶
func (*View) NewProgressMessage ¶
func (*View) SetFrameText ¶
func (*View) SetHeaderVersionText ¶
Click to show internal directories.
Click to hide internal directories.