gdkWindowSetAcceptFocus {RGtk2} | R Documentation |
Setting accept.focus
to FALSE
hints the desktop environment that the
window doesn't want to receive input focus.
gdkWindowSetAcceptFocus(object, accept.focus)
|
[GdkWindow ] a toplevel GdkWindow |
|
[logical] TRUE if the window should receive input focus |
On X, it is the responsibility of the window manager to interpret this hint. ICCCM-compliant window manager usually respect it.
Since 2.4
Derived by RGtkGen from GTK+ documentation