Variable number of GraphBoxes. How can I identify which GB I'm sending clicks to?
nw = new window("graphs", vlb = v list box());
dirname = "jpegs";
set default directory(dirname);
foreach({jpeg}, files in directory(dirname), // dexter.jpg, samurai_jack.jpg, spongebob.jpg
img = new image(jpeg);
msg = eval insert("\!"^jpeg^\!"");
h = graphbox(
<<Add Image(
image( img ),
bounds( top( 90 ), Left( 10 ), Bottom( 10 ), Right( 90 ) )
),
mouse trap(
statusm...