Gtk.PrintOperationClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
begin_print |
r |
Signal emitted after the user has finished changing print settings in the dialog, before the actual rendering starts. |
|
create_custom_widget |
r |
Signal emitted when displaying the print dialog. |
|
custom_widget_apply |
r |
Signal emitted right before “begin-print” if you added a custom widget in the “create-custom-widget” handler. |
|
done |
r |
Signal emitted when the print operation run has finished doing everything required for printing. |
|
draw_page |
r |
Signal emitted for every page that is printed. |
|
end_print |
r |
Signal emitted after all pages have been rendered. |
|
paginate |
r |
Signal emitted after the “begin-print” signal, but before the actual rendering starts. |
|
parent_class |
r |
The parent class. |
|
preview |
r |
Signal emitted when a preview is requested from the native dialog. |
|
request_page_setup |
r |
Emitted once for every page that is printed, to give the application a chance to modify the page setup. |
|
status_changed |
r |
Emitted at between the various phases of the print operation. |
|
update_custom_widget |
r |
Emitted after change of selected printer. |
Methods¶
None
Details¶
- class Gtk.PrintOperationClass¶