[ Version ( since = "4.14" ) ]
public void add_shortcut (ShortcutsShortcut shortcut)
Adds a shortcut to the shortcuts group.
This widget will be removed in GTK 5
This is the programmatic equivalent to using [class@Gtk.Builder] and a `<child>` tag to add the child. Adding children with other API is not appropriate as `GtkShortcutsGroup` manages its children internally.
| this |
a `GtkShortcutsGroup` |
| shortcut |
the `GtkShortcutsShortcut` to add |