Function
Gtkselection_owner_set_for_display
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 |
GdkDisplay |
The |
|
The data is owned by the caller of the function. | |
widget |
GtkWidget |
New selection owner (a |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
selection |
GdkAtom |
An interned atom representing the selection to claim. |
|
time_ |
guint32 |
Timestamp with which to claim the selection. |