Interface

Gtk-4.0GtkEventControllerMotionConstructorProps

interface ConstructorProps {
    contains_pointer: boolean;
    containsPointer: boolean;
    is_pointer: boolean;
    isPointer: 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_pointer: boolean
containsPointer: boolean
is_pointer: boolean
isPointer: 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