Class: Gtk::ShortcutsWindow

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#section_nameString

The name of the section to show.

This should be the section-name of one of the Gtk::ShortcutsSection objects that are in this shortcuts window.

Returns:

  • (String)

    section-name

#section_name=(section_name) ⇒ String

The name of the section to show.

This should be the section-name of one of the Gtk::ShortcutsSection objects that are in this shortcuts window.

Parameters:

  • section_name (String)

Returns:

  • (String)

    section-name

  • (String)

    section-name

#view_nameString

The view name by which to filter the contents.

This should correspond to the Gtk::ShortcutsGroup:view property of some of the Gtk::ShortcutsGroup objects that are inside this shortcuts window.

Set this to nil to show all groups.

Returns:

  • (String)

    view-name

#view_name=(view_name) ⇒ String

The view name by which to filter the contents.

This should correspond to the Gtk::ShortcutsGroup:view property of some of the Gtk::ShortcutsGroup objects that are inside this shortcuts window.

Set this to nil to show all groups.

Parameters:

  • view_name (String)

Returns:

  • (String)

    view-name

  • (String)

    view-name