示例#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()
示例#2
0
文件: main.py 项目: brambg/mcomix
 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()
示例#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()
示例#4
0
文件: main.py 项目: drdrpyan/mcomix
 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()