- # this throbber is created using a single, composite image
- self.otherThrobber = throb.Throbber(
- self, -1, throbImages.catalog['eclouds'].getBitmap(), frameDelay = 0.15,
- frames = 12, frameWidth = 48, label = "Stop"
- )
-
-
- self.otherThrobber.Bind(wx.EVT_LEFT_DOWN, self.OnClickThrobber)
-