Package: gtk

Accessor gtk:combo-box-tearoff-title

Lambda List

gtk:combo-box-tearoff-title (object)

Syntax

(gtk:combo-box-tearoff-title object) => title
(setf (gtk:combo-box-tearoff-title object) title)

Arguments

object -- a gtk:combo-box widget
title -- a string for a title

Details

The accessor for the tearoff-title slot gets or sets the title that may be displayed by the window manager when the popup is torn-off.

Warning

This function has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2026-07-10