From bcf1f9bd141c68295f917627ee843727935e856c Mon Sep 17 00:00:00 2001 From: gregw <> Date: Thu, 14 Dec 2000 18:46:10 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/gui/PickList.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/direct/src/gui/PickList.py b/direct/src/gui/PickList.py index d857276ecd..be84bcd753 100644 --- a/direct/src/gui/PickList.py +++ b/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