Add OS.request_attention() for Windows

This commit is contained in:
George Marques 2016-07-05 12:29:08 -03:00
parent 628b0a9375
commit 5c355a63d3
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
6 changed files with 25 additions and 0 deletions

View file

@ -22729,6 +22729,11 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
<description>
</description>
</method>
<method name="request_attention">
<description>
Request the user attention to the window. It'll flash the taskbar button on Windows or bounce the dock icon on OSX.
</description>
</method>
<method name="set_borderless_window">
<argument index="0" name="borderless" type="bool">
</argument>