Package: gtk

Accessor gtk:center-box-start-widget

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

2025-07-29