Type Alias: GtkShortcutsGroupProps
GtkShortcutsGroupProps =
GtkBoxProps&object
Defined in: generated/jsx.ts:6671
Props for the GtkShortcutsGroup widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
accelSizeGroup? | 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. | generated/jsx.ts:6677 |
children? | ReactNode | - | generated/jsx.ts:6695 |
ref? | Ref<Gtk.ShortcutsGroup> | - | generated/jsx.ts:6696 |
title? | string | The title for this group of shortcuts. | generated/jsx.ts:6679 |
titleSizeGroup? | 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. | generated/jsx.ts:6685 |
view? | string | An 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 |