Description Usage Arguments Value Author(s) References See Also Examples
DEPRECATED!! (compatibility wrappers for RGtk 1!)
This retrieves the signal information for
all of the signals defined for each of the classes
specified by classes
.
This is just a convenient front-end to
gtkSignalGetInfo
for a large number of signals.
1 | getSignalInfo(classes=.GtkClasses, load=TRUE)
|
classes |
a character vector containing the names of different Gtk classes/types |
load |
This is now ignored. You don't need to worry about whether types are loaded. |
A list with elements for each of the classes.
Each element is itself a list with an element for
each of the signals defined for that class.
Each element within this list is the value returned
from gtkSignalGetInfo
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.
1 2 | if (gtkInit())
getSignalInfo("GtkButton")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.