Versions in this module Expand all Collapse all v1 v1.0.0 Sep 8, 2019 Changes in this version + func AddSeparator() + func Quit() + func Run(onReady func(), onExit func()) + func SetIcon(iconBytes []byte) + func SetIconFile(filepath string) — windows/amd64 + func SetTitle(title string) + func SetTooltip(tooltip string) + func SystrayHWND() syscall.Handle — windows/amd64 + type MenuItem struct + ClickedCh chan struct{} + func AddMenuItem(title string, tooltip string) *MenuItem + func (item *MenuItem) Check() + func (item *MenuItem) Checked() bool + func (item *MenuItem) Disable() + func (item *MenuItem) Disabled() bool + func (item *MenuItem) Enable() + func (item *MenuItem) Hide() + func (item *MenuItem) SetIcon(iconBytes []byte) + func (item *MenuItem) SetTitle(title string) + func (item *MenuItem) SetTooltip(tooltip string) + func (item *MenuItem) Show() + func (item *MenuItem) Uncheck()