Package: gtk

Accessor gtk:shortcuts-window-view-name

Lambda List

gtk:shortcuts-window-view-name (object)

Syntax

(gtk:shortcuts-window-view-name object) => name
(setf (gtk:shortcuts-window-view-name object) name)

Arguments

object -- a gtk:shortcuts-window widget
name -- a string for the view name by which to filter the contents

Details

The accessor for the view-name slot gets or sets the view name by which to filter the contents. This should correspond to the view property of some of the gtk:shortcuts-group objects that are inside this shortcuts window. Set this to nil to show all groups.

Warning

This function is deprecated since 4.18. This widget will be removed in GTK 5.
 

See also

2026-08-17