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 context according to page_setup and set up a suitable cairo context, using [methodGtk.PrintContext.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"