Package: gtk

Accessor gtk:combo-box-child

Lambda List

gtk:combo-box-child (object)

Syntax

(gtk:combo-box-child object) => child
(setf (gtk:combo-box-child object) child)

Arguments

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

Details

Accessor of the child slot of the gtk:combo-box class. The gtk:combo-box-child function gets the child of the combo box. The (setf gtk:combo-box-child) function sets the child widget.

Warning

The gtk:combo-box implementation is deprecated since 4.10. Use the gtk:drop-down widget instead.
 

See also

2024-4-26