ShortcutsGroup.view

Set view property.

  1. string view [@property getter]
  2. string view [@property setter]
    class ShortcutsGroup
    @property
    void
    view
    (
    string propval
    )

Parameters

propval string

An optional view that the shortcuts in this group are relevant for.

The group will be hidden if the property@Gtk.ShortcutsWindow:view-name property does not match the view of this group.

Set this to null to make the group always visible.