Exemplo n.º 1
0
    def redraw(self, surface):
        """redraw

        :param surface:
        :return:
        """
        Container.draw(self, surface)
Exemplo n.º 2
0
    def redraw(self, surface):
        """redraw

        :param surface:
        :return:
        """
        Container.draw(self, surface)
    def draw(self, surface):
        """draw

        :param surface:
        :return:
        """
        Container.draw(self, surface)
        if self.tooltip[0]:
            self.tooltip[0].draw(surface)
Exemplo n.º 4
0
    def draw(self, surface):
        """draw

        :param surface:
        :return:
        """
        Container.draw(self, surface)
        if self.tooltip[0]:
            self.tooltip[0].draw(surface)
 def draw(self, surface):
     Container.draw(self, surface)
     if self.tooltip[0]:
         self.tooltip[0].draw(surface)
 def redraw(self, surface):
     Container.draw(self, surface)
Exemplo n.º 7
0
 def draw(self, surface):
     """Override Winbdow draw function"""
     Container.draw(self, surface)
     if self.tooltip[0]:
         self.tooltip[0].draw(surface)
Exemplo n.º 8
0
 def draw(self, surface):
     Container.draw(self, surface)
     if self.tooltip[0]:
         self.tooltip[0].draw(surface)
Exemplo n.º 9
0
 def draw(self, surface):
     """Override Winbdow draw function"""
     Container.draw(self, surface)
     if self.tooltip[0]:
         self.tooltip[0].draw(surface)
Exemplo n.º 10
0
 def redraw(self, surface):
     Container.draw(self, surface)