Interface

Gtk-4.0GtkEventControllerFocusConstructorProps

interface ConstructorProps {
    contains_focus: boolean;
    containsFocus: boolean;
    is_focus: boolean;
    isFocus: boolean;
    name: string;
    propagation_limit: Gtk.PropagationLimit;
    propagation_phase: Gtk.PropagationPhase;
    propagationLimit: Gtk.PropagationLimit;
    propagationPhase: Gtk.PropagationPhase;
    widget: Gtk.Widget;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.EventController.ConstructorProps

Properties

contains_focus: boolean
containsFocus: boolean
is_focus: boolean
isFocus: boolean

Properties - Inherited from Gtk.EventController.ConstructorProps

name: string
propagation_limit: Gtk.PropagationLimit
propagation_phase: Gtk.PropagationPhase
propagationLimit: Gtk.PropagationLimit
propagationPhase: Gtk.PropagationPhase
widget: Gtk.Widget