Пример #1
0
 def _container_handle_mouse_event(self, event, suffix):
     """
     This method allows the container to handle a mouse event before its
     children get to see it.  Once the event gets handled, its .handled
     should be set to True, and contained components will not be called
     with the event.
     """
     #super(Container, self)._dispatch_stateful_event(event, suffix)
     Component._dispatch_stateful_event(self, event, suffix)