Package: gtk

Accessor gtk:shortcuts-section-section-name

Lambda List

gtk:shortcuts-section-section-name (object)

Syntax

(gtk:shortcuts-section-section-name object) => section-name
(setf (gtk:shortcuts-section-section-name object) section-name)

Arguments

object -- a gtk:shortcuts-section widget
section-name -- a string with a unique name to identify this section

Details

Accessor of the section-name slot of the gtk:shortcuts-section class. A unique name to identify this section among the sections added to the gtk:shortcuts-window widget. Setting the section-name property to this string will make this section shown in the gtk:shortcuts-window widget.
 

See also

#2023-2-28