[comp.windows.x] Moving child widgets around

swick@ATHENA.MIT.EDU (Ralph R Swick) (03/08/89)

>    <Btn3Down>,<Btn3Motion>,<Btn3Up>:farble()\n\
>
> This all works fine if I keep the
> pointer within the child widget, but if I move it out into the parent widget
> (the box), then the translation table mechanism doesn't know about the Btn3Up
> event, and doesn't call "farble".

Try adding <Btn3Down>,<Btn3Motion>,<Leave>,<Btn3Up>:farble() to your
translation table as well.  This worked in my quick test using
the Xaw Command widget.  I can't vouch for the correctness of the
rest of what you described, but this particular problem has an
easy fix.