getPropertyInfo {RGtkViewers} | R Documentation |
This computes the meta-data for the argument or property data of a Gtk class.
getPropertyInfo(type, ...)
type |
the name or GtkType of the Gtk class of interest. |
... |
arguments passed to gtkObjectGetArgInfo |
This uses gtkObjectGetArgInfo
.
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
.
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RGtk, http://www.gtk.org
showGtkInheritance
gtkObjectGetArgInfo