[go: up one dir, main page]

Skip to content

Bases: Event

Sent when the mouse is moved away from a widget, or if a widget is programmatically disabled while hovered.

Note that this widget bubbles, so a widget may receive Leave events for any child widgets. Check the node parameter for the original widget that was previously under the mouse.

  • Bubbles
  • Verbose

control property

control

Alias for the node that was previously under the mouse.

node instance-attribute

node = node

The node that was previously directly under the mouse.

See also