Changeset 4125
- Timestamp:
- 06/05/07 11:40:01 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/image_display/trunk/image_display/image_display.py
r4089 r4125 171 171 class App(wx.App): 172 172 def OnInit(self): 173 image = wx.Image("/sdr/wxpython_cover.jpg", wx.BITMAP_TYPE_JPEG) 174 173 image = wx.EmptyImage(320,240) 175 174 self.frame = Frame(image) 176 175 self.frame.Show()