Files
electron/atom/browser/api
Birunthan Mohanathas c8dc2d3730 feat: Add will-resize event to TopLevelWindow (#13649)
The new `will-resize` event can be used to prevent the resize from
happening before the native window is actually resized. This is in
contrast to the existing the `resize` event, which is sent *after* the
native window has already been resized. For apps with e.g. custom window
snapping logic, the `resize` event is not sufficient because it will
result in flickering between the dragged size and the snapped size.

`will-resize` is only emitted on macOS and Windows.
2018-07-27 18:53:01 +09:00
..
2018-06-18 16:51:36 +09:00
2018-06-18 16:51:36 +09:00
2018-04-18 20:48:45 -04:00
2016-10-25 12:41:01 +02:00
2018-02-10 03:19:47 -08:00
2018-05-15 14:03:21 +09:00
2018-05-15 14:03:21 +09:00
2018-06-19 11:49:44 +10:00
2018-04-18 20:48:45 -04:00
2018-06-19 11:49:41 +10:00
2018-04-18 20:48:45 -04:00