gtkGetEventWidget {RGtk2}R Documentation

gtkGetEventWidget

Description

If event is NULL or the event was not associated with any widget, returns NULL, otherwise returns the widget that received the event originally.

Usage

gtkGetEventWidget(event)

Arguments

event [GdkEvent] a GdkEvent

Value

[GtkWidget] the widget that originally received event, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]