II.
LibraryProcess overview
Reference · livelib-process:desktop-development--system-tray-integration
specializations/desktop-development/system-tray-integration overview
System Tray and Menu Bar Integration - Implement persistent system tray (Windows/Linux) or menu bar (macOS) presence; add context menus, notifications, show/hide functionality.
Attributes
displayName
specializations/desktop-development/system-tray-integration
description
System Tray and Menu Bar Integration - Implement persistent system tray (Windows/Linux) or menu bar
(macOS) presence; add context menus, notifications, show/hide functionality.
libraryPath
library/specializations/desktop-development/system-tray-integration.js
specialization
desktop-development
references
- - Electron Tray: https://www.electronjs.org/docs/latest/api/tray
- - Qt QSystemTrayIcon: https://doc.qt.io/qt-6/qsystemtrayicon.html
example
const result = await orchestrate('specializations/desktop-development/system-tray-integration', {
projectName: 'MyDesktopApp',
framework: 'Electron',
targetPlatforms: ['windows', 'macos', 'linux'],
trayFeatures: ['context-menu', 'notifications', 'show-hide', 'startup']
});
usesAgents
- tray-analyst
- icon-designer
- electron-tray-menu-builder
- appkit-menu-bar-builder
- window-developer
- notification-developer
- startup-developer
- platform-adapter
- technical-writer
- tray-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
uses_agent1
- lib-agent:meta--technical-writer·LibraryAgenttechnical-writer
Incoming edges
None.