You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tray Icons are usually used to show an application is running but not display a window. Sometimes the window is visible with the TrayIcon as well. The Icon also usually allows for a context menu to select some actions.
Proposed Properties
TrayIcon.Icon
Description: Sets the Icon
Type: src.core.toga.widgets.icon
Access: RW
TrayIcon.Title
Description: Sets the Title
Type: Str
Access: RW
TrayIcon.Tooltip
Description: Sets the Tooltip (some platforms may not support this)
Type: Str (or New Widget)
Access: RW
TrayIcon.Menu
Description: Adds a context menu widget
Type: ContextMenu (New Widget)
Access: RW
Review all implementations to ensure Proposed abstraction is generic enough.
Tray Icon Proposal
Tray Icons are usually used to show an application is running but not display a window. Sometimes the window is visible with the TrayIcon as well. The Icon also usually allows for a context menu to select some actions.
Proposed Properties
Resources
Windows:
Mac OS:
IOS:
Android:
GTK:
The text was updated successfully, but these errors were encountered: