diff options
author | George Marques <george@gmarqu.es> | 2016-07-05 12:29:08 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2016-07-05 12:29:08 -0300 |
commit | 5c355a63d3a86039a8f1a88e6ea508209de97dbc (patch) | |
tree | 4d016a52dbccaad9e55bf5e3b1a5fd0bec909239 /doc/base | |
parent | 628b0a9375814bc811820f073df5f102bdb049fc (diff) |
Add OS.request_attention() for Windows
Diffstat (limited to 'doc/base')
-rw-r--r-- | doc/base/classes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 4b5c424d4b..285e6a812b 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -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> |