Documentation ¶
Index ¶
- type ExtPage
- func (p *ExtPage) Item() tview.Primitive
- func (p *ExtPage) Name() string
- func (p *ExtPage) Params() []interface{}
- func (p *ExtPage) Resize() bool
- func (p *ExtPage) SetFuncOnDraw(handler func()) *ExtPage
- func (p *ExtPage) SetFuncOnHide(handler func()) *ExtPage
- func (p *ExtPage) SetFuncOnShow(handler func()) *ExtPage
- func (p *ExtPage) SetVisible(visible bool)
- func (p *ExtPage) Visible() bool
- type ExtPages
- func (p *ExtPages) AddPage(page *ExtPage) *ExtPages
- func (p *ExtPages) Current() *ExtPage
- func (p *ExtPages) Draw(screen tcell.Screen)
- func (p *ExtPages) Focus(delegate func(p tview.Primitive))
- func (p *ExtPages) GetFrontPage() (name string, item tview.Primitive)
- func (p *ExtPages) GetPageCount() int
- func (p *ExtPages) GetPrevious() string
- func (p *ExtPages) HasFocus() bool
- func (p *ExtPages) HasPage(name string) bool
- func (p *ExtPages) HidePage(name string) *ExtPages
- func (p *ExtPages) InputHandler() func(event *tcell.EventKey, setFocus func(p tview.Primitive))
- func (p *ExtPages) IsPreviousExists() bool
- func (p *ExtPages) MouseHandler() ...
- func (p *ExtPages) RemovePage(name string) *ExtPages
- func (p *ExtPages) SetChangedFunc(handler func()) *ExtPages
- func (p *ExtPages) SwitchToPage(name string, params ...interface{}) *ExtPages
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtPage ¶
type ExtPage struct {
// contains filtered or unexported fields
}
func (*ExtPage) SetFuncOnDraw ¶
func (*ExtPage) SetFuncOnHide ¶
func (*ExtPage) SetFuncOnShow ¶
func (*ExtPage) SetVisible ¶
type ExtPages ¶
func (*ExtPages) GetFrontPage ¶
func (*ExtPages) GetPageCount ¶
func (*ExtPages) GetPrevious ¶
func (*ExtPages) InputHandler ¶
func (*ExtPages) IsPreviousExists ¶
func (*ExtPages) MouseHandler ¶
func (*ExtPages) RemovePage ¶
func (*ExtPages) SetChangedFunc ¶
func (*ExtPages) SwitchToPage ¶
Click to show internal directories.
Click to hide internal directories.