Skip to content

DescendantBlur

The DescendantBlur event is sent to a widget when one of its children loses focus.

  • Bubbles
  • Verbose

Attributes

No other attributes

Code

textual.events.DescendantBlur class

Bases: Event

Sent when a child widget is blurred.

  • Bubbles
  • Verbose

control property

control: Widget

The widget that was blurred (alias of widget).

widget instance-attribute

widget: Widget

The widget that was blurred.

See also