Expand description
tray icon
Modules§
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 TrayIcon
builder 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_rgba
with 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.
Functions§
- default_
tray_ icon - Returns a default tray icon menu
- init_
tray_ icon - initializes a tray icon
- use_
tray_ icon - Provides a hook to the tray icon
Type Aliases§
- Dioxus
Tray - tray icon type trait
- Dioxus
Tray Icon - tray icon icon type trait
- Dioxus
Tray Menu - tray icon menu type trait
- 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.