Interface

Gtk-4.0GtkNativeDialogConstructorProps

interface ConstructorProps {
    modal: boolean;
    title: string;
    transient_for: Gtk.Window;
    transientFor: Gtk.Window;
    visible: boolean;
}

Hierarchy (View Summary)

Index

Properties

modal: boolean
title: string
transient_for: Gtk.Window
transientFor: Gtk.Window
visible: boolean