Exemplo n.º 1
0
 def draw(self):
     Panel.draw(self)
     self.lbls.draw()
Exemplo n.º 2
0
 def draw(self):
     Panel.draw(self)
     self.lbls.draw()
Exemplo n.º 3
0
 def draw(self):
     Panel.draw(self)
     self.label.draw()
Exemplo n.º 4
0
 def draw(self):
     Panel.draw(self)
     self.labels.draw()
Exemplo n.º 5
0
 def draw(self):
     Panel.draw(self)
     pic = self.pic
     glColor3f(1, 1, 1)
     self.pic.blit(self.width - pic.width - 10,
                   self.height - pic.height - 10)
Exemplo n.º 6
0
 def draw(self):
     Panel.draw(self)
     pic = self.pic
     glColor3f(1, 1, 1)
     self.pic.blit(self.width - pic.width - 10, self.height - pic.height - 10)