Interface

Gtk-4.0GtkPrintDialogConstructorProps

interface ConstructorProps {
    accept_label: string;
    acceptLabel: string;
    modal: boolean;
    page_setup: Gtk.PageSetup | null;
    pageSetup: Gtk.PageSetup | null;
    print_settings: Gtk.PrintSettings | null;
    printSettings: Gtk.PrintSettings | null;
    title: string;
}

Hierarchy (View Summary)

Index

Properties

accept_label: string
acceptLabel: string
modal: boolean
page_setup: Gtk.PageSetup | null
pageSetup: Gtk.PageSetup | null
print_settings: Gtk.PrintSettings | null
printSettings: Gtk.PrintSettings | null
title: string