Description Usage Arguments Details Author(s) References See Also
DEPRECATED!! (compatibility wrappers for RGtk 1!)
This allows us to emit or raise a Gtk signal from a Gtk object directly from R. This should not be used widely. The conversion of the arguments to their C equivalents is complex.
1 | gtkObjectSignalEmit(obj, signal, ...)
|
obj |
the GtkObject from which the event is to be emitted. |
signal |
the identifier of the signal/event, typically a string giving the name of the event. |
... |
the arguments that are passed in the signal emission to the callbacks/signal handlers. |
One should not rely on this, and fortunately one rarely needs to when developing regular GUIs in R. Typically, we only need this when we are developing Gtk classes.
Duncan Temple Lang <duncan@research.bell-labs.com>
Information on the package is available from http://www.omegahat.net/RGtk.
Information on Gtk is available from http://www.gtk.org.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.