Adds a shortcut to the shortcuts group.
Adds child as the last child to box.
Gets the value set by gtk.box.Box.setBaselineChild.
Gets the value set by gtk.box.Box.setBaselinePosition.
Returns whether the box is homogeneous (all children are the same size).
Gets the value set by gtk.box.Box.setSpacing.
Inserts child in the position after sibling in the list of box children.
Adds child as the first child to box.
Removes a child widget from box.
Moves child to the position after sibling in the list of box children.
Sets the baseline child of a box.
Sets the baseline position of a box.
Sets whether or not all children of box are given equal space in the box.
Sets the number of pixels to place between children of box.
A gtk.shortcuts_group.ShortcutsGroup represents a group of related keyboard shortcuts or gestures.
The group has a title. It may optionally be associated with a view of the application, which can be used to show only relevant shortcuts depending on the application context.
This widget is only meant to be used with gtk.shortcuts_window.ShortcutsWindow.
The recommended way to construct a gtk.shortcuts_group.ShortcutsGroup is with gtk.builder.Builder, by using the <child> tag to populate a gtk.shortcuts_group.ShortcutsGroup with one or more gtk.shortcuts_shortcut.ShortcutsShortcut instances.
If you need to add a shortcut programmatically, use gtk.shortcuts_group.ShortcutsGroup.addShortcut.