Hide¶ The Hide event is sent to a widget when it is hidden from view. Bubbles Verbose Attributes¶ No additional attributes Code¶ Hide ¶ Bases: Event Sent when a widget has been hidden. 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.