PropagationLimit

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Events are handled regardless of what their target is.

    Declaration

    Swift

    static let none: GtkPropagationLimit
  • Events are only handled if their target is in the same GtkNative as the event controllers widget. Note that some event types have two targets (origin and destination).

    Declaration

    Swift

    static let sameNative: GtkPropagationLimit