gtkWidgetGetReceivesDefault {RGtk2}R Documentation

gtkWidgetGetReceivesDefault

Description

Determines whether widget is alyways treated as default widget withing its toplevel when it has the focus, even if another widget is the default.

Usage

gtkWidgetGetReceivesDefault(object)

Arguments

object

a GtkWidget

Details

See gtkWidgetSetReceivesDefault. Since 2.18

Value

[logical] TRUE if widget acts as default widget when focussed, FALSE otherwise

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]