Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionType = &actionType{
Quit: "0",
Focus: "1",
SystrayEvent: "2",
}
Functions ¶
This section is empty.
Types ¶
type ActionEnumType ¶
type ActionEnumType string
type SystrayAction ¶
type SystrayAction struct { Name string Label string ActionType ActionEnumType }
type SystrayPlugin ¶
type SystrayPlugin struct {
// contains filtered or unexported fields
}
SystrayPlugin implements flutter.Plugin and handles method.
func (*SystrayPlugin) InitPlugin ¶
func (p *SystrayPlugin) InitPlugin(messenger plugin.BinaryMessenger) error
InitPlugin initializes the plugin.
func (*SystrayPlugin) InitPluginGLFW ¶
func (p *SystrayPlugin) InitPluginGLFW(window *glfw.Window) error
InitPluginGLFW initializes the GLFW
Click to show internal directories.
Click to hide internal directories.