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

Accessor of the end-widget slot of the gtk:center-box class. The gtk:center-box-end-widget function gets the end widget, or nil if there is none. The (setf gtk:center-box-end-widget) function sets the end widget. To remove the existing end widget, pass nil.
 

See also

2024-10-1