gtkWindowSetUrgencyHint {RGtk2}R Documentation

gtkWindowSetUrgencyHint

Description

Windows may set a hint asking the desktop environment to draw the users attention to the window. This function sets this hint.

Usage

gtkWindowSetUrgencyHint(object, setting)

Arguments

object [GtkWindow] a GtkWindow
setting [logical] TRUE to mark this window as urgent

Details

Since 2.8

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]