Documentation ¶ Index ¶ type Kind type Manager func New(onShowPopup ShowPopupWidgetCallback) *Manager func (ppm *Manager) Page() tview.Primitive func (ppm *Manager) Setup() *tview.Flex func (ppm *Manager) ShowPopup(kind Kind, text string) type ShowPopupWidgetCallback Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Kind ¶ type Kind int const ( POPUP_ERROR Kind = iota POPUP_WARNING POPUP_SUCCESS ) type Manager ¶ type Manager struct { // contains filtered or unexported fields } func New ¶ func New(onShowPopup ShowPopupWidgetCallback) *Manager func (*Manager) Page ¶ func (ppm *Manager) Page() tview.Primitive func (*Manager) Setup ¶ func (ppm *Manager) Setup() *tview.Flex func (*Manager) ShowPopup ¶ func (ppm *Manager) ShowPopup(kind Kind, text string) type ShowPopupWidgetCallback ¶ type ShowPopupWidgetCallback func(tview.Primitive) Source Files ¶ View all Source files popup.go Click to show internal directories. Click to hide internal directories.