|
2246 | 2246 | Makes the window specified by [param window_id] request attention, which is materialized by the window title and taskbar entry blinking until the window is focused. This usually has no visible effect if the window is currently focused. The exact behavior varies depending on the operating system.
|
2247 | 2247 | </description>
|
2248 | 2248 | </method>
|
2249 |
| - <method name="window_set_taskbar_progress_value"> |
2250 |
| - <return type="void" /> |
2251 |
| - <param index="0" name="value" type="float" /> |
2252 |
| - <param index="1" name="window_id" type="int" default="0" /> |
2253 |
| - <description> |
2254 |
| - Create a progress bar on taskbar icon of the window specified by [param window_id] if not exists, set the progress of the taskbar icon. |
2255 |
| - [param value] act as a percentage relative, ranges from [code]0.0[/code] (lowest) to [code]1.0[/code] (highest). |
2256 |
| - [b]Note:[/b] This method is implemented only on Windows. |
2257 |
| - </description> |
2258 |
| - </method> |
2259 |
| - <method name="window_set_taskbar_progress_state"> |
2260 |
| - <return type="void" /> |
2261 |
| - <param index="0" name="state" type="int" enum="DisplayServer.ProgressState" /> |
2262 |
| - <param index="1" name="window_id" type="int" default="0" /> |
2263 |
| - <description> |
2264 |
| - Sets the type and state of the progress bar on the taskbar icon of the window specified by [param window_id]. See [enum ProgressState] for possible values and how each mode behaves. |
2265 |
| - [b]Note:[/b] This method is implemented only on Windows. |
2266 |
| - </description> |
2267 |
| - </method> |
2268 | 2249 | <method name="window_set_current_screen">
|
2269 | 2250 | <return type="void" />
|
2270 | 2251 | <param index="0" name="screen" type="int" />
|
|
2445 | 2426 | [b]Note:[/b] It's recommended to change this value using [member Window.size] instead.
|
2446 | 2427 | </description>
|
2447 | 2428 | </method>
|
| 2429 | + <method name="window_set_taskbar_progress_value"> |
| 2430 | + <return type="void" /> |
| 2431 | + <param index="0" name="value" type="float" /> |
| 2432 | + <param index="1" name="window_id" type="int" default="0" /> |
| 2433 | + <description> |
| 2434 | + Create a progress bar on taskbar icon of the window specified by [param window_id] if not exists, set the progress of the taskbar icon. |
| 2435 | + [param value] act as a percentage relative, ranges from [code]0.0[/code] (lowest) to [code]1.0[/code] (highest). |
| 2436 | + [b]Note:[/b] This method is implemented only on Windows. |
| 2437 | + </description> |
| 2438 | + </method> |
| 2439 | + <method name="window_set_taskbar_progress_state"> |
| 2440 | + <return type="void" /> |
| 2441 | + <param index="0" name="state" type="int" enum="DisplayServer.ProgressState" /> |
| 2442 | + <param index="1" name="window_id" type="int" default="0" /> |
| 2443 | + <description> |
| 2444 | + Sets the type and state of the progress bar on the taskbar icon of the window specified by [param window_id]. See [enum ProgressState] for possible values and how each mode behaves. |
| 2445 | + [b]Note:[/b] This method is implemented only on Windows. |
| 2446 | + </description> |
| 2447 | + </method> |
2448 | 2448 | <method name="window_set_title">
|
2449 | 2449 | <return type="void" />
|
2450 | 2450 | <param index="0" name="title" type="String" />
|
|
0 commit comments