.GtkCall {RGtk}R Documentation

A Gtk-specific .Call()

Description

This is a wrapper for the general .Call that adds an optional call to gdkFlush at the end to flush all of the Gdk and Gtk events to update the display, etc.

Usage

.GtkCall(name, ..., .flush=TRUE)

Arguments

name the name of the native C routine to call.
... the arguments to pass to the C routine. These can contain the specific named arguments for .Call such as PACKAGE and DUP.
.flush a logical value indicating whether to call gdkFlush after the .Call returns.

Details

Value

The value returned by the actual call to .Call.

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

See Also

.Call

Examples






[Package RGtk version 0.7-0 Index]