Type Alias: GtkDropControllerMotionProps
GtkDropControllerMotionProps =
EventControllerBaseProps&object
Defined in: generated/jsx.ts:10043
Props for the GtkDropControllerMotion controller element.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
onEnter()? | (x, y, self) => void | null | Signals that the pointer has entered the widget. | generated/jsx.ts:10045 |
onLeave()? | (self) => void | null | Signals that the pointer has left the widget. | generated/jsx.ts:10047 |
onMotion()? | (x, y, self) => void | null | Emitted when the pointer moves inside the widget. | generated/jsx.ts:10049 |
ref? | Ref<Gtk.DropControllerMotion> | - | generated/jsx.ts:10050 |