Package: gtk

Accessor gtk:expander-spacing

Lambda List

gtk:expander-spacing (object)

Syntax

(gtk:expander-spacing object) => spacing
(setf (gtk:expand-spacing object) spacing)

Arguments

object -- a gtk:expander widget
spacing -- an integer with the distance between the expander and child widget in pixels

Details

Accessor of the spacing slot of the gtk:expander class. The gtk:expander-spacing function returns the spacing between the expander and child widget. The (setf gtk:expander-spacing) function sets the spacing field of the expander.

Warning

The gtk:expander-spacing function has been deprecated since version 3.20 and should not be used in newly written code. Use margins on the child instead.
 

See also

#2023-3-17