| gtkContainerClassFindChildProperty {RGtk2} | R Documentation |
Finds a child property of a container class by name.
gtkContainerClassFindChildProperty(cclass, property.name)
|
[GObjectClass] a GtkContainerClass |
|
[character] the name of the child property to find |
[GParamSpec] the GParamSpec of the child property or NULL if class has no
child property with that name.
Derived by RGtkGen from GTK+ documentation