docs: Minor Efl.Access.Window EO fixes

This commit is contained in:
Xavi Artigas 2019-02-05 13:29:15 +01:00
parent f95163a9ba
commit 04d1c54e1f
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ interface Efl.Access.Window
events {
window,created: void; [[Called when new window has been created.]]
window,destroyed: void; [[Called when window has been destroyed.]]
window,activated: void; [[Called when window has been activated. (unfocused)]]
window,activated: void; [[Called when window has been activated. (focused)]]
window,deactivated: void; [[Called when window has been deactivated (unfocused).]]
window,maximized: void; [[Called when window has been maximmized]]
window,maximized: void; [[Called when window has been maximized]]
window,minimized: void; [[Called when window has been minimized]]
window,restored: void; [[Called when window has been restored]]
}