Documentation ¶
Index ¶
- Variables
- type Item
- type List
- func (list *List) Add(text string)
- func (list *List) Delete()
- func (list *List) Demote()
- func (list *List) Len() int
- func (list *List) Less(i, j int) bool
- func (list *List) Next()
- func (list *List) Prev()
- func (list *List) Promote()
- func (list *List) Selected() *Item
- func (list *List) Swap(i, j int)
- func (list *List) Toggle()
- func (list *List) Unselect()
- func (list *List) Update(text string)
- type Widget
Constants ¶
This section is empty.
Variables ¶
View Source
var Config *config.Config
Config is a pointer to the global config object
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.