Skip to main content

Type Alias: GtkShortcutsGroupProps

GtkShortcutsGroupProps = GtkBoxProps & object

Defined in: generated/jsx.ts:6671

Props for the GtkShortcutsGroup widget.

Type Declaration

NameTypeDescriptionDefined in
accelSizeGroup?Gtk.SizeGroupThe size group for the accelerator portion of shortcuts in this group. This is used internally by GTK, and must not be modified by applications.generated/jsx.ts:6677
children?ReactNode-generated/jsx.ts:6695
ref?Ref<Gtk.ShortcutsGroup>-generated/jsx.ts:6696
title?stringThe title for this group of shortcuts.generated/jsx.ts:6679
titleSizeGroup?Gtk.SizeGroupThe size group for the textual portion of shortcuts in this group. This is used internally by GTK, and must not be modified by applications.generated/jsx.ts:6685
view?stringAn optional view that the shortcuts in this group are relevant for. The group will be hidden if the ShortcutsWindow.view-name property does not match the view of this group. Set this to %NULL to make the group always visible.generated/jsx.ts:6694