Type Alias: GtkMessageDialogProps
GtkMessageDialogProps =
Omit<GtkDialogProps,"onNotify"> &object
Defined in: generated/jsx.ts:6556
Props for the GtkMessageDialog widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:6579 |
messageType? | Gtk.MessageType | The type of the message. | generated/jsx.ts:6558 |
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:6585 |
ref? | Ref<Gtk.MessageDialog> | - | generated/jsx.ts:6591 |
secondaryText? | string | The secondary text of the message dialog. | generated/jsx.ts:6560 |
secondaryUseMarkup? | boolean | %TRUE if the secondary text of the dialog includes Pango markup. See Pangoparse_markup. | generated/jsx.ts:6566 |
text? | string | The primary text of the message dialog. If the dialog has a secondary text, this will appear as the title. | generated/jsx.ts:6572 |
useMarkup? | boolean | %TRUE if the primary text of the dialog includes Pango markup. See Pangoparse_markup. | generated/jsx.ts:6578 |