Container.childSetProperty
void childSetProperty(gtk.widget.Widget child, string propertyName, gobject.value.Value value)Sets a child property for child and container.
Parameters
child | a widget which is a child of container |
propertyName | the name of the property to set |
value | the value to set the property to |