Sets our main struct and passes it to the parent class.
Get the main Gtk struct
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Adds @child as the last child to @box.
Gets the value set by gtk_box_set_baseline_position().
Returns whether the box is homogeneous (all children are the same size).
Gets the value set by gtk_box_set_spacing().
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 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 GtkShortcutsSection collects all the keyboard shortcuts and gestures for a major application mode.
If your application needs multiple sections, you should give each section a unique [property@Gtk.ShortcutsSection:section-name] and a [property@Gtk.ShortcutsSection:title] that can be shown in the section selector of the [class@Gtk.ShortcutsWindow].
The [property@Gtk.ShortcutsSection:max-height] property can be used to influence how the groups in the section are distributed over pages and columns.
This widget is only meant to be used with [class@Gtk.ShortcutsWindow].