Package: gtk

Function gtk-container-child-property

Lambda List

gtk-container-child-property (container child property)

Syntax

(gtk-container-child-property container child property) => value
(setf (gtk-container-child-property container child property) value)

Arguments

container -- a gtk-container widget
child -- a gtk-widget object which is a child of container
property -- a string with the name of the property to get
value -- the value of the property

Details

Gets or sets the value of a child property for the child widget of the container.
 

See also

*2021-12-16