gtkSelectionConvert {RGtk2} | R Documentation |
Requests the contents of a selection. When received, a "selection_received" signal will be generated.
gtkSelectionConvert(object, selection, target, time = "GDK_CURRENT_TIME")
|
[GtkWidget ] The widget which acts as requestor |
|
[GdkAtom ] Which selection to get |
|
[GdkAtom ] Form of information desired (e.g., STRING) |
|
[numeric] Time of request (usually of triggering event)
In emergency, you could use GDK_CURRENT_TIME |
[logical] TRUE
if requested succeeded. FALSE
if we could not process
request. (e.g., there was already a request in process for
this widget).
Derived by RGtkGen from GTK+ documentation