set_progress_pulse


Description:

[ CCode ( cname = "xapp_gtk_window_set_progress_pulse" ) ]
public void set_progress_pulse (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.

Parameters:

this

The GtkWindow to set the progress for

pulse

Whether to have pulsing set or not.