Package: gtk

Class gtk:print-dialog

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

accept-label
The accept-label property of type :string (Read / Write)
The label that may be shown on the accept button of a print dialog.
Default value: nil
modal
The modal property of type :boolean (Read / Write)
Whether the print dialog is modal.
Default value: true
page-setup
The page-setup property of type gtk:page-setup (Read / Write)
The page setup to use.
print-settings
The print-settings property of type gtk:print-settings (Read / Write)
The print settings to use.
title
The title property of type :string (Read / Write)
The title that may be shown on the print dialog.
Default value: nil

Details

The gtk:print-dialog object collects the arguments that are needed to present a print dialog to the user, such as a title for the dialog and whether it should be modal.

The dialog is shown with the gtk:print-dialog-setup function. The actual printing can be done with the gtk:print-dialog-print-file function. These APIs follows the GIO async pattern, and the results can be obtained by calling the corresponding finish methods.

Since 4.14
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-11-10