Documentation ¶
Index ¶
- type Secrets
- func (s *Secrets) ClearData()
- func (s *Secrets) Draw(screen tcell.Screen)
- func (s *Secrets) Focus(delegate func(p tview.Primitive))
- func (s *Secrets) GetTitle() string
- func (s *Secrets) HasFocus() bool
- func (s *Secrets) HideAllDialogs()
- func (s *Secrets) InputHandler() func(event *tcell.EventKey, setFocus func(p tview.Primitive))
- func (s *Secrets) SubDialogHasFocus() bool
- func (s *Secrets) UpdateData()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secrets ¶
Secrets implements the secrets page primitive.
func (*Secrets) Draw ¶
func (s *Secrets) Draw(screen tcell.Screen)
Draw draws this primitive onto the screen.
func (*Secrets) HideAllDialogs ¶
func (s *Secrets) HideAllDialogs()
HideAllDialogs hides all sub dialogs.
func (*Secrets) InputHandler ¶
InputHandler returns the handler for this primitive.
func (*Secrets) SubDialogHasFocus ¶
SubDialogHasFocus returns whether or not sub dialog primitive has focus.
Click to show internal directories.
Click to hide internal directories.