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

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

See also

2024-10-1