Package: gtk

Function gtk-buildable-name

Lambda List

gtk-buildable-name (buildable)

Syntax

(gtk-buildable-name buildable) => name
(setf (gtk-buildable-name buildable) name)

Arguments

buildable -- a gtk-buildable widget
name -- a string with the name

Details

Accessor of the name of the buildable widget.

The gtk-buildable-name function gets the name of the buildable widget. The (setf gtk-buildable-name) function sets the name.

The gtk-builder object sets the name based on the the gtk-builder UI definition used to construct the buildable widget.
 

See also

2021-9-13