Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrExist means item already exist ErrExist = errors.New("Item already exist") // ErrEmptyLabel mean item label is empty ErrEmptyLabel = errors.New("Item label is empty") )
Functions ¶
func NewAddItemBotton ¶
func NewUIFromStatuses ¶
Types ¶
type ItemList ¶
type ItemList struct {
// contains filtered or unexported fields
}
func NewItemList ¶
func (*ItemList) AppendItem ¶
func (*ItemList) RemoveItem ¶
func (*ItemList) ToContainer ¶
func (l *ItemList) ToContainer() *fyne.Container
Click to show internal directories.
Click to hide internal directories.