예제 #1
0
 def addHintList(self, hintList):
     self.hintList = hintList
     self.hintListBackground = OpenGL3lib.GL_Filled_Rectangle(
         self.width, 20, 1, OpenGL3lib.COLOR_BLUE)
예제 #2
0
 def setBackgroundColorSelected(self, color):
     self.backgroundRectangleSelected = OpenGL3lib.GL_Filled_Rectangle(
         self.width, self.height, 1, color)