Documentation ¶ Index ¶ type MapSelect func NewMapSelect(onChanged func(string)) *MapSelect func (m *MapSelect) Add(key string, value interface{}) func (m *MapSelect) Clear() func (m *MapSelect) Empty() bool func (m *MapSelect) Key() interface{} func (m *MapSelect) SetChanged(onChanged func(string)) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MapSelect ¶ type MapSelect struct { widget.Select // contains filtered or unexported fields } func NewMapSelect ¶ func NewMapSelect(onChanged func(string)) *MapSelect func (*MapSelect) Add ¶ func (m *MapSelect) Add(key string, value interface{}) func (*MapSelect) Clear ¶ func (m *MapSelect) Clear() func (*MapSelect) Empty ¶ added in v0.1.9 func (m *MapSelect) Empty() bool func (*MapSelect) Key ¶ func (m *MapSelect) Key() interface{} func (*MapSelect) SetChanged ¶ added in v0.1.9 func (m *MapSelect) SetChanged(onChanged func(string)) Source Files ¶ View all Source files mapselect.go Click to show internal directories. Click to hide internal directories.