Interface

Gtk-4.0GtkPadControllerConstructorProps

interface ConstructorProps {
    action_group: Gio.ActionGroup;
    actionGroup: Gio.ActionGroup;
    name: string | null;
    pad: Gdk.Device;
    propagation_limit: Gtk.PropagationLimit;
    propagation_phase: Gtk.PropagationPhase;
    propagationLimit: Gtk.PropagationLimit;
    propagationPhase: Gtk.PropagationPhase;
    widget: Gtk.Widget | null;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.EventController.ConstructorProps

Properties

action_group: Gio.ActionGroup
actionGroup: Gio.ActionGroup
pad: Gdk.Device

Properties - Inherited from Gtk.EventController.ConstructorProps

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