ShortcutControllerPropertyName

public enum ShortcutControllerPropertyName : String, PropertyNameProtocol

Undocumented

  • The modifiers that need to be pressed to allow mnemonics activation.

    Declaration

    Swift

    case mnemonicModifiers = "mnemonic-modifiers"
  • A list model to take shortcuts from.

    Declaration

    Swift

    case model = "model"
  • The name for this controller, typically used for debugging purposes.

    Declaration

    Swift

    case name = "name"
  • The limit for which events this controller will handle.

    Declaration

    Swift

    case propagationLimit = "propagation-limit"
  • The propagation phase at which this controller will handle events.

    Declaration

    Swift

    case propagationPhase = "propagation-phase"
  • What scope the shortcuts will be handled in.

    Declaration

    Swift

    case scope = "scope"
  • The widget receiving the GdkEvents that the controller will handle.

    Declaration

    Swift

    case widget = "widget"