Package: gtk

Accessor gtk:paned-child-shrink

Lambda List

gtk:paned-child-shrink (container child)

Syntax

(gtk:paned-child-shrink container child) => shrink)
(setf (gtk:paned-child-shrink container child) shrink)

Arguments

container -- a gtk:paned widget
child -- a gtk:widget child widget
shrink -- a boolean whether the child widget can be made smaller than its requisition

Details

Accessor of the shrink child property of the gtk:paned class. The gtk:paned-child-shrink function determines whether the child widget can be made smaller than its requisition. The (setf gtk:paned-child-shrink) function gets the value of the child property.
 

See also

2023-3-5