gtkWindowSetAcceptFocus {RGtk2}R Documentation

gtkWindowSetAcceptFocus

Description

Windows may set a hint asking the desktop environment not to receive the input focus. This function sets this hint.

Usage

gtkWindowSetAcceptFocus(object, setting)

Arguments

object [GtkWindow] a GtkWindow
setting [logical] TRUE to let this window receive input focus

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]