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

Accessor of the view slot of the gtk:shortcuts-group class. An 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

The gtk:shortcuts-group-view function is deprecated since 4.18. This widget will be removed in GTK 5.
 

See also

2025-05-14