(self, parent)
| 5 | |
| 6 | class PFWidgetsContainer(PFListPane): |
| 7 | def __init__(self, parent): |
| 8 | PFListPane.__init__(self, parent) |
| 9 | |
| 10 | self.anim = animUtils.LoadAnimation(self, label="", size=(100, 12)) |
| 11 | self.anim.Stop() |
| 12 | self.anim.Show(False) |
| 13 | |
| 14 | def ShowLoading(self, mode=True): |
| 15 | if mode: |