Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkPrintOperationResult |
Enum : | PrintOperationResult |
Properties | |
---|---|
guint32 Gtk.PrintOperationResult.APPLY : 1
|
|
guint32 Gtk.PrintOperationResult.CANCEL : 2
|
|
guint32 Gtk.PrintOperationResult.ERROR : 0
|
|
guint32 Gtk.PrintOperationResult.IN_PROGRESS : 3
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
EvinceView.PrintOperation
Signal |
done
(PrintOperation self, PrintOperationResult object)
:
none
|
Gtk.PrintOperation
Signal |
done
(PrintOperation self, PrintOperationResult result)
:
none
Emitted when the print operation run has finished doing
everything required for printing. |
Gtk.PrintOperation
Method |
Runs the print operation, by first letting the user modify
print settings in the print dialog, and then print the document. |
WebKit.WebFrame
Method |
Prints the given WebKitWebFrame, using the given GtkPrintOperation
and GtkPrintOperationAction. |