Implement the window::move event

The window::move event should be emitted when the window moves position
in the tree.
This commit is contained in:
Tony Crisci
2014-06-19 04:58:03 -04:00
committed by Michael Stapelberg
parent 25ca78bbba
commit cf6cc134b8
4 changed files with 67 additions and 0 deletions

View File

@ -721,6 +721,7 @@ This event consists of a single serialized map containing a property
* +focus+ - the window has received input focus
* +title+ - the window's title has changed
* +fullscreen_mode+ - the window has entered or exited fullscreen mode
* +move+ - the window has changed its position in the tree
Additionally a +container (object)+ field will be present, which consists
of the window's parent container. Be aware that for the "new" event, the