Files
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
..
2016-02-12 22:38:08 +09:00
2016-02-16 07:51:14 +05:30
2015-08-26 16:41:25 -07:00
2016-04-04 12:05:53 -07:00
2016-02-16 11:34:39 +08:00
2016-03-31 14:30:14 +09:00
2016-04-14 10:50:08 -05:00
2016-03-30 10:57:42 +09:00
2015-12-01 13:43:52 +08:00
2016-01-28 18:59:58 +08:00
2016-01-07 20:21:11 +08:00
2016-04-04 12:05:53 -07:00
2016-03-31 14:22:28 +09:00
2016-01-13 12:20:49 +08:00
2016-04-14 10:29:55 -04:00