Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkPrintOperationAction |
Enum : | PrintOperationAction |
Properties | |
---|---|
guint32 Gtk.PrintOperationAction.EXPORT : 3
|
|
guint32 Gtk.PrintOperationAction.PREVIEW : 2
|
|
guint32 Gtk.PrintOperationAction.PRINT : 1
|
|
guint32 Gtk.PrintOperationAction.PRINT_DIALOG : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
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. |