Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions interface {
TrayIconActions
}
Actions describe all actions which can be triggered by the UI
type TrayIcon ¶
type TrayIcon interface {
OnCommand(msg *winapi.Message)
SetGrid(config *cmds.Config, index int)
Shutdown()
}
TrayIcon is an abstraction for the tray icon of the application
func NewTrayIcon ¶
NewTrayIcon creates a new tray for Grida encapsulating all tray related features
type TrayIconActions ¶
type TrayIconActions interface {
OnShowApplication()
OnExitApplication()
OnGridSelect(index int)
}
TrayIconActions defines all the actions which can be triggered by the user via the tray icon
Click to show internal directories.
Click to hide internal directories.