Package: gtk

Accessor gtk:center-box-end-widget

Lambda List

gtk:center-box-end-widget (object)

Syntax

(gtk:center-box-end-widget object) => child
(setf (gtk:center-box-end-widget object) child)

Arguments

object -- a gtk:center-box widget
child -- a gtk:widget end widget

Details

The accessor for the end-widget slot of the gtk:center-box class gets or sets the widget that is placed at the end position in the box. Returns nil if the box has no end widget. To remove an existing end widget, pass nil.
 

See also

2025-07-29