Package: gtk

Function gtk:widget-composite-name

Lambda List

gtk:widget-composite-name (widget)

Syntax

(gtk:widget-composite-name widget) => name
(setf gtk:widget-composite-name widget) name)

Arguments

widget -- a gtk:widget object
name -- a string with the name to set

Details

Accessor of the composite name of the widget. The gtk:widget-composite-name function obtains the composite name of a widget. The (setf gtk:widget-composite-name) function sets a widgets composite name. The widget must be a composite child of its parent.

Warning

The gtk:widget-composite-name function has been deprecated since version 3.10 and should not be used in newly written code. Use the gtk:widget-class-set-template function, or do not use this API at all.
 

See also

#2023-3-8