Interface

Gtk-3.0GtkNativeDialogConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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