is_sticky


Description:

public bool is_sticky ()

Gets whether this is sticky.

Sticky state may change anytime a state_changed signal gets emitted.

Sticky here means "stuck to the glass", i.e. does not scroll with the viewport. In GDK/GTK+ (e.g. stick/gtk_window_stick()), sticky means "stuck to the glass" and also that the window is on all workspaces. But here it only means the viewport aspect of it.

Parameters:

this

a Window.

Returns:

true if this is "stuck to the glass", false otherwise.