Files
electron/atom/browser/ui
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-19 11:49:43 +10:00
2018-04-18 20:48:45 -04:00
2018-06-19 11:49:44 +10:00
2016-07-03 13:58:31 +09:00
2018-06-27 20:58:37 +02:00
2018-04-18 20:48:45 -04:00
2018-04-18 20:48:45 -04:00
2018-04-18 20:48:45 -04:00