transient_is_most_recently_activated


Description:

[ Version ( since = "2.12" ) ]
public bool transient_is_most_recently_activated ()

Gets whether one of the transients of this is the most recently activated window.

See is_most_recently_activated for a more complete description of what is meant by most recently activated. This function is needed because clicking on a Tasklist once will activate a transient instead of this itself (wnck_window_activate_transient), and clicking again should minimize this and its transients. (Not doing this can be especially annoying in the case of modal dialogs that don't appear in the Tasklist).

Parameters:

this

a Window.

Returns:

true if one of the transients of this is the most recently activated window, false otherwise.