<div dir="ltr">Something along those lines is what I had in mind, right. A pict box just produces a pict, not something that specially knows about subpicts (more than any other pict would). You can iterate over subpicts, I believe, but what you're doing is probably better than that.<div>
<br></div><div>Robby</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 20, 2013 at 10:36 AM, Konrad Hinsen <span dir="ltr"><<a href="mailto:konrad.hinsen@fastmail.net" target="_blank">konrad.hinsen@fastmail.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Robby Findler writes:<br>
<br>
 > Yes. You would use ct-find and friends to find the picts that you put into the box.<br>
<br>
</div>Sure, but what do I ask ct-find to look for?<br>
<br>
I found one way, even though it looks a bit clumsy:<br>
<br>
  (define my-text (t "inside the pict box"))<br>
  (define box ... put the pict box here and insert a Racket box containing "my-text" ...)<br>
  (ct-find box text1)<br>
<br>
That makes for a lot of define's, but it works. I'll go on playing<br>
with this.<br>
<div class="HOEnZb"><div class="h5"><br>
Konrad.<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</div></div></blockquote></div><br></div>