gtkObjectGetSignals {RGtk2} | R Documentation |
DEPRECATED!! (compatibility wrappers for RGtk 1!)
This provides dynamic (run-time) reflectance information about the available signals for a Gtk type/class. It gives the names of the signals, the parameters for the associated callback function and when it is called (i.e. before or after the object calls its own handlers).
gtkObjectGetSignals(obj) gtkTypeGetSignals(type)
obj |
the Gtk object whose signals are to be queried. |
type |
a string or object of class GtkType whose signals
are to be retrieved. |
Duncan Temple Lang <duncan@research.bell-labs.com>
Information on the package is available from http://www.omegahat.org/RGtk.
Information on Gtk is available from http://www.gtk.org.