DrawContextPropertyName

public enum DrawContextPropertyName : String, PropertyNameProtocol

Undocumented

  • The GdkDisplay used to create the GdkDrawContext.

    Declaration

    Swift

    case display = "display"
  • The GdkSurface the context is bound to.

    Declaration

    Swift

    case surface = "surface"