PrintOperationPreviewSignalName
public enum PrintOperationPreviewSignalName : String, SignalNameProtocol
Undocumented
-
The
got-page-size
signal is emitted once for each page that gets rendered to the preview.A handler for this signal should update the
context
according topage_setup
and set up a suitable cairo context, usinggtk_print_context_set_cairo_context()
.Declaration
Swift
case gotPageSize = "got-page-size"
-
The
ready
signal gets emitted once per preview operation, before the first page is rendered.A handler for this signal can be used for setup tasks.
Declaration
Swift
case ready = "ready"