Skip to content

Hide

The Hide event is sent to a widget when it is hidden from view.

  • Bubbles
  • Verbose

Attributes

No additional attributes

Code

textual.events.Hide class

Bases: Event

Sent when a widget has been hidden.

  • Bubbles
  • Verbose

A widget may be hidden by setting its visible flag to False, if it is no longer in a layout, or if it has been offset beyond the edges of the terminal.