EventControllerScrollPropertyName

public enum EventControllerScrollPropertyName : String, PropertyNameProtocol

Undocumented

  • The flags affecting event controller behavior

    Declaration

    Swift

    case flags = "flags"
  • The propagation phase at which this controller will handle events.

    Declaration

    Swift

    case propagationPhase = "propagation-phase"
  • The widget receiving the GdkEvents that the controller will handle.

    Declaration

    Swift

    case widget = "widget"