Class: Gtk::ShortcutsGroup

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

Instance Method Summary collapse

Instance Method Details

#accel_size_group=(accel_size_group) ⇒ Gtk::SizeGroup

The size group for the accelerator portion of shortcuts in this group.

This is used internally by GTK+, and must not be modified by applications.

Parameters:

Returns:

#heightInteger

A rough measure for the number of lines in this group.

This is used internally by GTK+, and is not useful for applications.

Returns:

  • (Integer)

    height

#height=(height) ⇒ Integer

A rough measure for the number of lines in this group.

This is used internally by GTK+, and is not useful for applications.

Parameters:

  • height (Integer)

Returns:

  • (Integer)

    height

  • (Integer)

    height

#titleString

The title for this group of shortcuts.

Returns:

  • (String)

    title

#title=(title) ⇒ String

The title for this group of shortcuts.

Parameters:

  • title (String)

Returns:

  • (String)

    title

  • (String)

    title

#title_size_group=(title_size_group) ⇒ Gtk::SizeGroup

The size group for the textual portion of shortcuts in this group.

This is used internally by GTK+, and must not be modified by applications.

Parameters:

Returns:

#viewString

An optional view that the shortcuts in this group are relevant for. The group will be hidden if the Gtk::ShortcutsWindow:view-name property does not match the view of this group.

Set this to nil to make the group always visible.

Returns:

  • (String)

    view

#view=(view) ⇒ String

An optional view that the shortcuts in this group are relevant for. The group will be hidden if the Gtk::ShortcutsWindow:view-name property does not match the view of this group.

Set this to nil to make the group always visible.

Parameters:

  • view (String)

Returns:

  • (String)

    view

  • (String)

    view