Changeset 3932
- Timestamp:
- 05/25/07 12:09:58 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/image_display/trunk/image_display/WorkModule.py
r3925 r3932 87 87 print "this is where I should be refreshing the image" 88 88 89 image = wx.Image("/sdr/bu sh.jpg", wx.BITMAP_TYPE_JPEG) # load a jpeg from file. maybe start out with None89 image = wx.Image("/sdr/buddha.jpg", wx.BITMAP_TYPE_JPEG) # load a jpeg from file. maybe start out with None 90 90 self.image_display_ref.app.refresh(image) #set 91 91