electron/docs/api
Ben Gotow c87c49f4c8 Allow sheets to be attached at a custom offset #4679
Adds a new "setSheetOffset" API to the `dialog` module, which allows you to change the attachment point for sheets on Mac OS X. I put the API on the dialog module, even though Mac OS X requires that the native window hold and return the desired offset.

1. I was originally hoping to make this an argument on the actual dialog.show* calls, but it seems the parameter set is defined in `libchromiumcontent` and I wasn't sure it would be appropriate to add there?

2.  The API could also be on the BrowserWindow (eg `BrowserWindow.setSheetOffset`). I don't have a strong preference, but I think it's more discoverable on the `dialog` module.
2016-04-16 10:16:43 -04:00
..
accelerator.md Merge pull request #4988 from atom/accelerator-docs 2016-04-03 14:03:32 +09:00
app.md Merge pull request #4963 from preco21/document-fixes-2 2016-03-31 15:44:31 -07:00
auto-updater.md Mention codesigning is required on OS X 2016-04-07 09:03:31 -07:00
browser-window.md Add backgroundThrottling option to webPreferences 2016-04-08 15:54:33 +09:00
chrome-command-line-switches.md Remove pageVisibility option 2016-01-07 12:28:20 +08:00
clipboard.md Remove unnecessary line feeds 2016-02-12 22:38:08 +09:00
content-tracing.md docs: fix a minor typo 2016-02-16 07:51:14 +05:30
crash-reporter.md docs: List breakpad server implementations 2016-03-17 22:29:32 +09:00
desktop-capturer.md mention getUserMedia options in desktop-capturer docs 2015-12-15 14:07:55 -08:00
dialog.md Allow sheets to be attached at a custom offset #4679 2016-04-16 10:16:43 -04:00
download-item.md
environment-variables.md Fix typos in environment-variables.md 2016-01-21 14:46:08 -08:00
file-object.md
frameless-window.md Update docs for new org 2016-04-04 12:05:53 -07:00
global-shortcut.md use cross-platform accelerator in globalShorcut documentation 2016-04-01 14:54:25 -07:00
ipc-main.md docs: Cleanup the IPC docs 2016-02-16 11:34:39 +08:00
ipc-renderer.md 📝 Add missing docs 2016-03-31 14:30:14 +09:00
menu-item.md Added information about the enabled, visible, and checked properties -- 2016-03-30 23:57:28 -04:00
menu.md Update menu.md 2016-04-14 10:50:08 -05:00
native-image.md docs: Make it clear image.getNativeHandle is OS X only 2016-03-17 21:55:44 +09:00
power-monitor.md 📝 Update docs styles 2016-03-30 10:57:42 +09:00
power-save-blocker.md
process.md docs: process.noAsar 2015-12-01 13:43:52 +08:00
protocol.md docs: uploadData is optional 2016-01-28 18:59:58 +08:00
remote.md Specify enumerable property accessibility 2016-01-10 21:02:07 -08:00
screen.md docs: Document the display object 2016-01-07 20:21:11 +08:00
session.md provide option to override status line 2016-04-08 14:03:57 +05:30
shell.md Use markdown list for new options param 2016-02-17 08:56:59 -08:00
synopsis.md Update docs for new org 2016-04-04 12:05:53 -07:00
tray.md 📝 Normailze note markers 2016-03-31 14:22:28 +09:00
web-contents.md Document resourceType arg for did-get-response-details event. 2016-04-08 13:03:22 -07:00
web-frame.md docs: webFrame.executeJavaScript 2016-01-13 12:20:49 +08:00
web-view-tag.md webview: add CSS styling notes 2016-04-14 10:29:55 -04:00
window-open.md Doc node integration inheritance 2016-04-01 16:48:21 -07:00