Package: gtk

Accessor gtk:combo-box-popup-shown

Lambda List

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

Syntax

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

Arguments

object -- a gtk:combo-box widget
popup-shown -- 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.
 

See also

#2023-3-17