Expand description
The plugin to handle system tray from bevy world
Modules§
- error
- Defines the library result and error.
- menu
- Re-export of muda crate and used for tray context menu.
- plugin
- Defines the plugins allows you manipulation of the system tray.
- resource
- Resources used by this plugin.
Structs§
- Icon
- An icon used for the window titlebar, taskbar, etc.
- Rect
- Describes a rectangle including position (x - y axis) and size.
- Tray
Icon - Tray icon struct and associated methods.
- Tray
Icon Attributes - Attributes to use when creating a tray icon.
- Tray
Icon Builder TrayIconbuilder struct and associated methods.- Tray
Icon Id - An unique id that is associated with a tray icon.
Enums§
- BadIcon
- An error produced when using
Icon::from_rgbawith invalid arguments. - Error
- Errors returned by tray-icon.
- Mouse
Button - Describes which mouse button triggered the event..
- Mouse
Button State - Describes the mouse button state.
- Tray
Icon Event - Describes a tray icon event.
Type Aliases§
- Result
- Convenient type alias of Result type for tray-icon.
- Tray
Icon Event Receiver - A reciever that could be used to listen to tray events.