def stack_cycle_controls(self):
for txt_ctl, img_ctl in self.tni_controls:
self.xbmc_window.addControl(img_ctl)
if self.SHOW_TITLE:
self.txt_background=ControlImage(0, 685, 1280, 40, 'srr_dialog-bg.png', aspectRatio=1)
self.xbmc_window.addControl( self.txt_background )
#ControlLabel(x, y, width, height, label, font=None, textColor=None, disabledColor=None, alignment=0, hasPath=False, angle=0)
self.image_label=ControlLabel(10,688,1280,30,'',font='font16', textColor='', disabledColor='', alignment=6, hasPath=False, angle=0)
self.xbmc_window.addControl( self.image_label )
#for txt_ctl, img_ctl in self.tni_controls:
# self.xbmc_window.addControl(txt_ctl)
评论列表
文章目录