Skip to main content

Type Alias: GtkShortcutsGroupProps

GtkShortcutsGroupProps = Omit<GtkBoxProps, "onNotify"> & object

Defined in: generated/jsx.ts:8279

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:8285
children?ReactNode-generated/jsx.ts:8303
onNotify?(self, propName) => void | nullCalled 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?stringThe title for this group of shortcuts.generated/jsx.ts:8287
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:8293
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:8302