Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
// contains filtered or unexported fields
}
Settings defines the configuration properties for this module
type Widget ¶
type Widget struct { view.KeyboardWidget view.ScrollableWidget // contains filtered or unexported fields }
A Widget represents a Todo widget
func (*Widget) Refresh ¶
func (widget *Widget) Refresh()
Refresh updates the data for this widget and displays it onscreen
func (*Widget) SelectedItem ¶ added in v0.24.0
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.