Package: gtk

Function gtk:container-child-property

Lambda List

gtk:container-child-property (container child property &optional gtype)

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
gtype -- an optional g:type-t type ID for value
value -- the value of the property

Details

Gets or sets the value of a child property for the child widget of the container. If the gtype type ID is not given, it is determined from the specified property argument.
 

See also

2023-3-3