Example #1
0
 def __init__(self, view):
     """Constructor."""
     self._view = view
     self._scroll_handler = self._view.connect('scroll_event',
                                               self._on_scrolling)
     self._fontsize_manipulator = FontsizeManipulator(self._view)