2015-09-01 02:13:27 +00:00
|
|
|
# Desktop Environment Integration
|
2014-11-17 13:40:07 +00:00
|
|
|
|
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,
|
2014-11-17 13:40:07 +00:00
|
|
|
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.
|
2014-11-17 13:40:07 +00:00
|
|
|
|
2017-05-01 22:56:14 +00:00
|
|
|
## Notifications
|
2015-11-10 09:43:29 +00:00
|
|
|
|
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
|
2014-11-17 13:40:07 +00:00
|
|
|
|
2018-02-20 00:20:10 +00:00
|
|
|
See [Recent Documents documentation](recent-documents.md).
|
2014-11-17 13:40:07 +00:00
|
|
|
|
2018-02-20 00:20:10 +00:00
|
|
|
## Progress Bar
|
2014-11-17 13:40:07 +00:00
|
|
|
|
2018-02-20 00:20:10 +00:00
|
|
|
See the [Progress Bar documentation](progress-bar.md).
|
2014-11-17 13:40:07 +00:00
|
|
|
|
2018-02-20 00:20:10 +00:00
|
|
|
## Unity Launcher
|
2014-11-17 13:40:07 +00:00
|
|
|
|
2018-03-01 00:28:40 +00:00
|
|
|
See the [Unity Launcher documentation][unity-launcher].
|
2014-11-17 13:40:07 +00:00
|
|
|
|
2018-02-20 00:20:10 +00:00
|
|
|
## Represented File for macOS Window
|
2014-11-17 13:40:07 +00:00
|
|
|
|
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).
|
2018-03-01 00:28:40 +00:00
|
|
|
|
|
|
|
[unity-launcher]: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles#Adding_shortcuts_to_a_launcher
|