Function
Gtkselection_owner_set_for_display
since: 2.2
Declaration [src]
gboolean
gtk_selection_owner_set_for_display (
GdkDisplay* display,
GtkWidget* widget,
GdkAtom selection,
guint32 time_
)
Description [src]
Claim ownership of a given selection for a particular widget, or,
if widget is NULL, release ownership of the selection.
Available since: 2.2
Parameters
display-
Type:
GdkDisplayThe
GdkDisplaywhere the selection is set.The data is owned by the caller of the function. widget-
Type:
GtkWidgetNew selection owner (a
GtkWidget), orNULL.The argument can be NULL.The data is owned by the caller of the function. selection-
Type:
GdkAtomAn interned atom representing the selection to claim.
time_-
Type:
guint32Timestamp with which to claim the selection.