dib = ImageWin.Dib(...)
hdc = ImageWin.HDC(left_frame.winfo_id())
m.PaintPicture(hdc)
dib.expose(hdc)

All seems okay, however I do not know what to insert
for the "..."

If I use just:
hdc = ImageWin.HDC(left_frame.winfo_id())
m.PaintPicture(hdc)

then I get no error but the image does not appear on the
screen. So do I have to use the expose method to
make it appear? If so, how to define dib?

Reiner


_______________________________________________
Tkinter-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to