Re: tkWWW and Xv

joe@athena.mit.edu
Sat, 26 Jun 93 18:53:17 -0400


tkWWW uses xloadimage to display images inside the tkWWW executable.
It's actually quite simple to set up. All you have to do is to pass
the window argument to xloadimage. The only tricky part is that when
you you are finished displaying the image, you need to display a white
field to free the colormap cells.

tkWWW doesn't support the image tag (yet). This is because the
current version of tk doesn't support window children of the text
widget. As soon as the tk gurus have that working........