Re: Load and Display a JPG Image
- Posted by irv May 30, 2013
- 1299 views
constant img = create(GtkImage,"myphoto.jpg") add(win,img)
OK, it's not exactly as specified, but it WILL work on Windows 7, using libgtk3.
constant img = create(GtkImage,"myphoto.jpg") add(win,img)
OK, it's not exactly as specified, but it WILL work on Windows 7, using libgtk3.