[ CCode ( cname = "xapp_set_window_progress_pulse" ) ]
public void set_window_progress_pulse (Window window, bool pulse)
Sets the progress pulse hint hint for a window manager (like muffin) to make available when applications want to display indeterminate or ongoing progress in a task manager.
Note: If a window will stick around after progress is complete, you will probably need to set progress to 0 to remove any progress effects on taskbars and window lists. This will also remove the pulse state, if it is set.
Setting an explicit progress value will unset this flag.
| window |
The Window to set the progress for |
| pulse |
Whether to have pulsing set or not. |