def ensure_visible(self, widget, event):
        widget_name = widget.get_name()
        internal_height = self.get("control_panel_options").get_size()[1]
        widget_posn = widget.allocation.y
        widget_height = widget.allocation.height