signalInfoToHTML {RGtkViewers}R Documentation

Create HTML representation of Gtk class information

Description

These functions convert information about a Gtk class, specifically signal types and signatures, and property/argument names and types, into an HTML form suitable for display and interaction.

Usage

signalInfoToHTML(signals, type)
propertyInfoToHTML(info, type)

Arguments

signals
info
type the name of the Gtk class being documented.

Value

Author(s)

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

References

http://www.omegahat.org/RGtk, http://www.gtk.org

See Also

showGtkInheritance getPropertyInfo

Examples



[Package RGtkViewers version 0.7-4 Index]