Esempio n. 1
0
    def notify (self, event):
        """D.notify (...) -> None

        Notifies the DialogWindow about an event.
        """
        Window.notify (self, event)
        # Recursively notify all attached children.
        if self.child:
            self._notify_children (self.child, event)