gtkClipboardWaitIsTextAvailable: gtkClipboardWaitIsTextAvailable

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Test to see if there is text available to be pasted This is done by requesting the TARGETS atom and checking if it contains any of the supported text 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

1

Arguments

object

a GtkClipboard

Details

This function is a little faster than calling gtkClipboardWaitForText since it doesn't need to retrieve the actual text.

Value

[logical] TRUE is there is text available, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


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