Type Alias: GtkMessageDialogProps
GtkMessageDialogProps =
GtkDialogProps&object
Defined in: generated/jsx.ts:5292
Props for the GtkMessageDialog widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:5315 |
messageType? | Gtk.MessageType | The type of the message. | generated/jsx.ts:5294 |
ref? | Ref<Gtk.MessageDialog> | - | generated/jsx.ts:5316 |
secondaryText? | string | The secondary text of the message dialog. | generated/jsx.ts:5296 |
secondaryUseMarkup? | boolean | %TRUE if the secondary text of the dialog includes Pango markup. See Pangoparse_markup. | generated/jsx.ts:5302 |
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:5308 |
useMarkup? | boolean | %TRUE if the primary text of the dialog includes Pango markup. See Pangoparse_markup. | generated/jsx.ts:5314 |