Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatternDuration ¶
type PatternDuration struct {
// contains filtered or unexported fields
}
type Widget ¶
type Widget struct { view.ScrollableWidget // contains filtered or unexported fields }
A Widget represents a Todo widget
func NewWidget ¶
func NewWidget(tviewApp *tview.Application, redrawChan chan bool, pages *tview.Pages, settings *Settings) *Widget
NewWidget creates a new instance of a widget
func (*Widget) Refresh ¶
func (widget *Widget) Refresh()
Refresh updates the data for this widget and displays it onscreen
func (*Widget) SelectedItem ¶
func (widget *Widget) SelectedItem() *checklist.ChecklistItem
SelectedItem returns the currently-selected checklist item or nil if no item is selected
Click to show internal directories.
Click to hide internal directories.