gtkWidgetHasFocus {RGtk2}R Documentation

gtkWidgetHasFocus

Description

Determines if the widget has the global input focus. See gtkWidgetIsFocus for the difference between having the global input focus, and only having the focus within a toplevel.

Usage

gtkWidgetHasFocus(object)

Arguments

object

a GtkWidget

Details

Since 2.18

Value

[logical] TRUE if the widget has the global input focus.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]