Browse Source

*** empty log message ***

gregw 25 years ago
parent
commit
bcf1f9bd14
1 changed files with 7 additions and 1 deletions
  1. 7 1
      direct/src/gui/PickList.py

+ 7 - 1
direct/src/gui/PickList.py

@@ -101,7 +101,13 @@ class PickList(PandaObject.PandaObject):
 
     def unmanage(self):
         self.frame.unmanage()
-        
+
+    def recompute(self):
+        self.frame.recompute()
+
+    def setPos(self, x, y):
+        self.frame.setPos(x, y)
+
     # event handlers
     def __incrementChoice(self):
         # handle the up arrow