PrintOperationResult

public extension PrintOperationResult
  • Cast constructor, converting any binary integer to a PrintOperationResult.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • An error has occurred.

    Declaration

    Swift

    static let error: GtkPrintOperationResult
  • The print settings should be stored.

    Declaration

    Swift

    static let apply: GtkPrintOperationResult
  • The print operation has been canceled, the print settings should not be stored.

    Declaration

    Swift

    static let cancel: GtkPrintOperationResult
  • The print operation is not complete yet. This value will only be returned when running asynchronously.

    Declaration

    Swift

    static let inProgress: GtkPrintOperationResult