Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkClipboardWaitIsUrisAvailable

gtkClipboardWaitIsUrisAvailable


Description

Test to see if there is a list of URIs available to be pasted This is done by requesting the TARGETS atom and checking if it contains the URI targets. This function waits for the data to be received using the main loop, so events, timeouts, etc, may be dispatched during the wait.

Usage

gtkClipboardWaitIsUrisAvailable(object)

Arguments

object

a GtkClipboard

Details

This function is a little faster than calling gtkClipboardWaitForUris since it doesn't need to retrieve the actual URI data. Since 2.14

Value

[logical] TRUE is there is an URI list available, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.