Type Alias: GtkAppChooserDialogProps
GtkAppChooserDialogProps =
Omit<GtkDialogProps,"onNotify"> &object
Defined in: generated/jsx.ts:1538
Props for the GtkAppChooserDialog widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:1545 |
heading? | string | null | The text to show at the top of the dialog. The string may contain Pango markup. | generated/jsx.ts:1544 |
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:1551 |
ref? | Ref<Gtk.AppChooserDialog> | - | generated/jsx.ts:1552 |