electron/docs/tutorial/desktop-environment-integration.md

36 lines
1 KiB
Markdown
Raw Normal View History

2015-09-01 02:13:27 +00:00
# Desktop Environment Integration
2015-09-01 02:13:27 +00:00
Different operating systems provide different features for integrating desktop
applications into their desktop environments. For example, on Windows,
applications can put shortcuts in the JumpList of task bar, and on Mac,
applications can put a custom menu in the dock menu.
2015-06-13 14:58:18 +00:00
This guide explains how to integrate your application into those desktop
2015-04-16 03:31:12 +00:00
environments with Electron APIs.
## Notifications
2018-02-20 00:20:10 +00:00
See the [Notifications documentation](notifications.md).
2015-11-10 07:28:14 +00:00
2018-02-20 00:20:10 +00:00
## Recent Documents
2018-02-20 00:20:10 +00:00
See [Recent Documents documentation](recent-documents.md).
2018-02-20 00:20:10 +00:00
## Progress Bar
2018-02-20 00:20:10 +00:00
See the [Progress Bar documentation](progress-bar.md).
2018-02-20 00:20:10 +00:00
## Unity Launcher
See the [Unity Launcher documentation][unity-launcher].
2018-02-20 00:20:10 +00:00
## Represented File for macOS Window
2018-02-20 00:20:10 +00:00
See the [Represented File documentation](represented-file.md).
2014-11-18 03:27:08 +00:00
2016-07-03 06:26:22 +00:00
## Dragging files out of the window
2018-02-20 00:20:10 +00:00
See the [Native File Drag & Drop documentation](native-file-drag-drop.md).
[unity-launcher]: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles#Adding_shortcuts_to_a_launcher