Package: gtk

Accessor gtk:combo-box-has-entry

Lambda List

gtk:combo-box-has-entry (object)

Syntax

(gtk:combo-box-has-entry object) => setting

Arguments

object -- a gtk:combo-box widget
setting -- a boolean whether the combo box has an entry

Details

Accessor of the has-entry slot of the gtk:combo-box class. The gtk:combo-box-has-entry function returns whether the combo box has an entry.

Warning

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

See also

2024-4-26