예제 #1
0
 def show_plot(self):
     wm.open_textviewer(header='Plot',
                        text=self.info['Plot'],
                        color='FFFFFFFF')
예제 #2
0
		def open_text(self):
			wm.open_textviewer(header='Overview', text=self.info['Plot'], color='FFFFFFFF')
예제 #3
0
 def show_review(self):
     author = self.listitem.getProperty('author')
     text = '[B]%s[/B][CR]%s' % (
         author, Utils.clean_text(self.listitem.getProperty('content')))
     wm.open_textviewer(header='Plot', text=text, color='FFFFFFFF')
예제 #4
0
 def show_plot(self):
     wm.open_textviewer(header='Overview',
                        text=self.info['biography'],
                        color=self.info['ImageColor'])