getSignal: Retrieve information about available signals

Description Usage Arguments Author(s) References See Also

Description

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).

Usage

1
2

Arguments

obj

the Gtk object whose signals are to be queried.

type

a string or object of class GtkType whose signals are to be retrieved.

Author(s)

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

References

Information on the package is available from http://www.omegahat.net/RGtk.

Information on Gtk is available from http://www.gtk.org.

See Also

gtkAddCallback


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

Related to getSignal in RGtk2...