Ejemplo n.º 1
0
 def clear(self):
     """Clear the currently displayed data (i.e. "close" the file)."""
     self.left_image.clear()
     self.right_image.clear()
     self.set_title(constants.APPNAME)
     self.statusbar.set_message('')
     self.set_bg_colour(prefs['bg colour'])
     enhance_dialog.clear_histogram()
Ejemplo n.º 2
0
 def clear(self):
     """Clear the currently displayed data (i.e. "close" the file)."""
     self.left_image.clear()
     self.right_image.clear()
     self.set_title(constants.APPNAME)
     self.statusbar.set_message('')
     self.set_bg_colour(prefs['bg colour'])
     enhance_dialog.clear_histogram()
Ejemplo n.º 3
0
 def clear(self):
     """Clear the currently displayed data (i.e. "close" the file)."""
     self._clear_main_area()
     self.set_title(constants.APPNAME)
     self.statusbar.set_message('')
     enhance_dialog.clear_histogram()
Ejemplo n.º 4
0
 def clear(self):
     """Clear the currently displayed data (i.e. "close" the file)."""
     self._clear_main_area()
     self.set_title(constants.APPNAME)
     self.statusbar.set_message('')
     enhance_dialog.clear_histogram()