PrintOperationPreviewSignalName
public enum PrintOperationPreviewSignalName : String, SignalNameProtocol
Undocumented
-
Emitted once for each page that gets rendered to the preview.
A handler for this signal should update the
contextaccording topage_setupand set up a suitable cairo context, using [methodGtk.PrintContext.set_cairo_context].Declaration
Swift
case gotPageSize = "got-page-size" -
The
readysignal 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"
View on GitHub
Install in Dash
PrintOperationPreviewSignalName Enumeration Reference