Package: gtk

Accessor gtk:shortcuts-group-view

Lambda List

gtk:shortcuts-group-view (object)

Syntax

(gtk:shortcuts-group-view object) => view
(setf (gtk:shortcuts-group-view object) view)

Arguments

object -- a gtk:shortcuts-group widget
view -- a string for an optional view

Details

The accessor for the view slot gets or sets the optional view that the shortcuts in this group are relevant for. The group will be hidden if the view-name property does not match the view of this group. Set this to nil to make the group always visible.

Warning

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

See also

2026-08-17