Documentation
¶
Index ¶
- type Menu
- func (instance *Menu) Clear() *Menu
- func (instance *Menu) GetItem(uid string) *fyne.MenuItem
- func (instance *Menu) GetItemContext() *fyne.MenuItem
- func (instance *Menu) GetItemQuit() *fyne.MenuItem
- func (instance *Menu) GetItemToggle() *fyne.MenuItem
- func (instance *Menu) Items() []*fyne.MenuItem
- func (instance *Menu) Menu() (response *fyne.Menu)
- func (instance *Menu) On(name string, callback func(event *gg_events.Event))
- func (instance *Menu) Options() *zcommons.MenuOptions
- func (instance *Menu) Refresh()
- func (instance *Menu) SetItemAction(uid string, action func()) *Menu
- func (instance *Menu) SetItemLabel(uid string, caption string) *Menu
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Menu ¶
type Menu struct {
// contains filtered or unexported fields
}
func (*Menu) GetItemContext ¶
func (*Menu) GetItemQuit ¶
func (*Menu) GetItemToggle ¶
func (*Menu) Options ¶
func (instance *Menu) Options() *zcommons.MenuOptions
func (*Menu) SetItemAction ¶
Click to show internal directories.
Click to hide internal directories.