ShortcutsSection.title

Set title property.

  1. string title [@property getter]
  2. string title [@property setter]
    class ShortcutsSection
    @property
    void
    title
    (
    string propval
    )

Parameters

propval string

The string to show in the section selector of the gtk.shortcuts_window.ShortcutsWindow for this section.

If there is only one section, you don't need to set a title, since the section selector will not be shown in this case.