Add OS.request_attention() for Windows
This commit is contained in:
parent
628b0a9375
commit
5c355a63d3
6 changed files with 25 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue