BindingPropertyName

public enum BindingPropertyName : String, PropertyNameProtocol

Undocumented

  • Flags to be used to control the GBinding

    Declaration

    Swift

    case flags = "flags"
  • The GObject that should be used as the source of the binding

    Declaration

    Swift

    case source = "source"
  • The name of the property of GBinding:source that should be used as the source of the binding.

    This should be in canonical form to get the best performance.

    Declaration

    Swift

    case sourceProperty = "source-property"
  • The GObject that should be used as the target of the binding

    Declaration

    Swift

    case target = "target"
  • The name of the property of GBinding:target that should be used as the target of the binding.

    This should be in canonical form to get the best performance.

    Declaration

    Swift

    case targetProperty = "target-property"