getPropertyInfo {RGtkViewers}R Documentation

Compute meta-data for Argument/Property of Gtk class

Description

This computes the meta-data for the argument or property data of a Gtk class.

Usage

getPropertyInfo(type, ...)

Arguments

type the name or GtkType of the Gtk class of interest.
... arguments passed to gtkObjectGetArgInfo

Details

This uses gtkObjectGetArgInfo.

Value

A list with an element for each of the inherited Gtk classes (and the type class itself). Each element is itself a named list with an element for each of the properties defined within that class. The names are the class name concatenated with the property name and separated by :: (e.g. GtkContainer::child). Each element within this level describes a property and has 2 fields:

type the name of the Gtk type that this property holds
flag a flag indicating when it can be set, etc.


See gtkObjectGetArgInfo.

Author(s)

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

References

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

See Also

showGtkInheritance gtkObjectGetArgInfo

Examples



[Package RGtkViewers version 0.7 Index]