Package: gtk

Accessor gtk:combo-box-has-frame

Lambda List

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

Syntax

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

Arguments

object -- a gtk:combo-box widget
setting -- a boolean whether a frame is drawn around the text entry

Details

Accessor of the has-frame slot of the gtk:combo-box class. Controls whether a frame is drawn around the text entry.

Warning

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

See also

2024-4-26