Type Alias: GtkShortcutsGroupProps
GtkShortcutsGroupProps =
Omit<GtkBoxProps,"onNotify"> &object
Defined in: generated/jsx.ts:8279
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:8285 |
children? | ReactNode | - | generated/jsx.ts:8303 |
onNotify? | (self, propName) => void | null | Called when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case) | generated/jsx.ts:8309 |
ref? | Ref<Gtk.ShortcutsGroup> | - | generated/jsx.ts:8312 |
title? | string | The title for this group of shortcuts. | generated/jsx.ts:8287 |
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:8293 |
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:8302 |