Package: gtk

Accessor gtk:combo-box-popup-fixed-width

Lambda List

gtk:combo-box-popup-fixed-width (object)

Syntax

(gtk:combo-box-popup-fixed-width object) => fixed
(setf (gtk:combo-box-popup-fixed-width object) fixed)

Arguments

object -- a gtk:combo-box widget
fixed -- a boolean whether to use a fixed popup width

Details

Accessor of the popup-fixed-width slot of the gtk:combo-box class. The gtk:combo-box-popup-fixed-width function gets whether the popup uses a fixed width matching the allocated width of the combo box. The (setf gtk:combo-box-popup-fixed-width) function specifies whether the width of the popup should be a fixed.

Warning

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

See also

2024-4-26