Class GTK2.PrintOperation
- Description
GTK2.PrintOperation is the high-level, portable printing API. It looks a bit different than other GTK+ dialogs such as the GTK2.FileChooser, since some platforms don't expose enough infrastructure to implement a good print dialog. On such platforms, GTK2.PrintOperation uses the native print dialog. On platforms which do not provide a native print dialog, GTK+ uses its own, see GTK2.PrintUnixDialog. Properties: int allow-async int current-page GTK2.PageSetup default-page-setup string export-filename string job-name int n-pages GTK2.PrintSettings print-settings int show-progress GTK2.PrintStatus status string status-string int track-print-status int unit int use-full-page
Signals: begin_print
create_custom_widget
custom_width_apply
done
draw_page
end_print
paginate
preview
request_page_setup
status_changed
- Inherit
Object
inherit G.Object : Object
- Inherit
PrintOperationPreview
inherit GTK2.PrintOperationPreview : PrintOperationPreview