Documentation ¶
Index ¶
- type Images
- func (img *Images) ClearData()
- func (img *Images) Draw(screen tcell.Screen)
- func (img *Images) Focus(delegate func(p tview.Primitive))
- func (img *Images) GetTitle() string
- func (img *Images) HasFocus() bool
- func (img *Images) HideAllDialogs()
- func (img *Images) InputHandler() func(event *tcell.EventKey, setFocus func(p tview.Primitive))
- func (img *Images) SetFastRefreshChannel(refresh chan bool)
- func (img *Images) SubDialogHasFocus() bool
- func (img *Images) UpdateData()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Images ¶
Images implements the images primitive.
func (*Images) Draw ¶
func (img *Images) Draw(screen tcell.Screen)
Draw draws this primitive onto the screen.
func (*Images) HideAllDialogs ¶ added in v0.3.0
func (img *Images) HideAllDialogs()
HideAllDialogs hides all sub dialogs.
func (*Images) InputHandler ¶
InputHandler returns the handler for this primitive.
func (*Images) SetFastRefreshChannel ¶ added in v0.3.1
SetFastRefreshChannel sets channel for fastRefresh func.
func (*Images) SubDialogHasFocus ¶ added in v0.2.0
SubDialogHasFocus returns whether or not sub dialog primitive has focus.
Click to show internal directories.
Click to hide internal directories.