Method

GtkWindowset_skip_pager_hint

since: 2.2

Declaration [src]

void
gtk_window_set_skip_pager_hint (
  GtkWindow* window,
  gboolean setting
)

Description [src]

Windows may set a hint asking the desktop environment not to display the window in the pager. This function sets this hint. (A “pager” is any desktop navigation tool such as a workspace switcher that displays a thumbnail representation of the windows on the screen.)

Available since: 2.2

Parameters

setting

Type: gboolean

TRUE to keep this window from appearing in the pager.