PadControllerPropertyName
public enum PadControllerPropertyName : String, PropertyNameProtocol
Undocumented
-
Undocumented
Declaration
Swift
case actionGroup = "action-group"
-
The name for this controller, typically used for debugging purposes.
Declaration
Swift
case name = "name"
-
Undocumented
Declaration
Swift
case pad = "pad"
-
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"
-
The widget receiving the
GdkEvents
that the controller will handle.Declaration
Swift
case widget = "widget"