Name: Anonymous 2007-07-22 3:08 ID:Pnr5TZVs
OK guys, I've never done any GUI programming so help me out a bit
if I load a different Image, how do I get the window to display the new one?
window <- windowNew
image <- imageNewFromFile "/home/CENSORED/wiki.png"
set window [containerChild := image]if I load a different Image, how do I get the window to display the new one?