gtkDragGetSourceWidget {RGtk2}R Documentation

gtkDragGetSourceWidget

Description

Determines the source widget for a drag.

Usage

gtkDragGetSourceWidget(context)

Arguments

context [GdkDragContext] a (destination side) drag context.

Value

[GtkWidget] if the drag is occurring within a single application, a pointer to the source widget. Otherwise, NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]