Gtk.PrintOperationClass

Fields

Name

Type

Access

Description

begin_print

object

r

Signal emitted after the user has finished changing print settings in the dialog, before the actual rendering starts.

create_custom_widget

object

r

Signal emitted when displaying the print dialog.

custom_widget_apply

object

r

Signal emitted right before “begin-print” if you added a custom widget in the “create-custom-widget” handler.

done

object

r

Signal emitted when the print operation run has finished doing everything required for printing.

draw_page

object

r

Signal emitted for every page that is printed.

end_print

object

r

Signal emitted after all pages have been rendered.

padding

[object]

r

paginate

object

r

Signal emitted after the “begin-print” signal, but before the actual rendering starts.

parent_class

GObject.ObjectClass

r

The parent class.

preview

object

r

Signal emitted when a preview is requested from the native dialog.

request_page_setup

object

r

Emitted once for every page that is printed, to give the application a chance to modify the page setup.

status_changed

object

r

Emitted at between the various phases of the print operation.

update_custom_widget

object

r

Emitted after change of selected printer.

Methods

None

Details

class Gtk.PrintOperationClass