Skip to main content

Type Alias: GtkMessageDialogProps

GtkMessageDialogProps = GtkDialogProps & object

Defined in: generated/jsx.ts:5292

Props for the GtkMessageDialog widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:5315
messageType?Gtk.MessageTypeThe type of the message.generated/jsx.ts:5294
ref?Ref<Gtk.MessageDialog>-generated/jsx.ts:5316
secondaryText?stringThe 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?stringThe 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