Package: gtk

Accessor gtk:combo-box-popup-shown

Lambda List

gtk:combo-box-popup-shown (object)

Syntax

(gtk:combo-box-popup-shown object) => setting
(setf (gtk:combo-box-popup-shown object) setting)

Arguments

object -- a gtk:combo-box widget
setting -- a boolean whether the combo boxes dropdown is popped up

Details

Accessor of the popup-shown slot of the gtk:combo-box class. Whether the combo boxes dropdown is popped up. Note that this property is mainly useful, because it allows you to connect to the "notify::popup-shown" signal.

Warning

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

See also

2024-4-26