EventControllerFocusPropertyName
public enum EventControllerFocusPropertyName : String, PropertyNameProtocol
Undocumented
-
true
if focus is contained in the controllers widget.See [property
Gtk.EventControllerFocus:is-focus
] for whether the focus is in the widget itself or inside a descendent.When handling focus events, this property is updated before [signal
Gtk.EventControllerFocus::enter
] or [signalGtk.EventControllerFocus::leave
] are emitted.Declaration
Swift
case containsFocus = "contains-focus"
-
true
if focus is in the controllers widget itself, as opposed to in a descendent widget.See also [property
Gtk.EventControllerFocus:contains-focus
].When handling focus events, this property is updated before [signal
Gtk.EventControllerFocus::enter
] or [signalGtk.EventControllerFocus::leave
] are emitted.Declaration
Swift
case isFocus = "is-focus"
-
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"
-
The widget receiving the
GdkEvents
that the controller will handle.Declaration
Swift
case widget = "widget"