gtkSelectionConvert: gtkSelectionConvert

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Requests the contents of a selection. When received, a "selection-received" signal will be generated.

Usage

1
gtkSelectionConvert(object, selection, target, time = "GDK_CURRENT_TIME")

Arguments

object

The widget which acts as requestor

selection

Which selection to get

target

Form of information desired (e.g., STRING)

time

Time of request (usually of triggering event) In emergency, you could use GDK_CURRENT_TIME

Value

[logical] TRUE if requested succeeded. FALSE if we could not process request. (e.g., there was already a request in process for this widget).

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.