Package: gtk

Accessor gtk:combo-box-add-tearoffs

Lambda List

gtk:combo-box-add-tearoffs (object)

Syntax

(gtk:combo-box-add-tearoffs object) => add-tearoffs
(setf (gtk:combo-box-add-tearoffs object) add-tearoffs)

Arguments

object -- a gtk:combo-box widget
add-tearoffs -- true to add tearoff menu items

Details

Accessor of the add-tearoffs slot of the gtk:combo-box class. The gtk:combo-box-add-tearoffs function gets whether the popup menu should have a tearoff menu item. The (setf gtk:combo-box-add-tearoffs) function sets the property.

Warning

The gtk:combo-box-add-tearoffs function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

#2023-3-17