Package: gtk

Accessor gtk:center-box-center-widget

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

2025-07-29