*** empty log message ***

This commit is contained in:
gregw 2000-12-14 18:46:10 +00:00
parent bd33b97651
commit bcf1f9bd14
1 changed files with 7 additions and 1 deletions

View File

@ -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