> PointerWindow is more for the fact that the window context
> isn't
> guaranteed (c.f. things like NeverFocus style on
> FvwmButtons) -- the
> real key to your requirement is to use a function for the
> moving of
> the window -- if you want to use a function here so that
> the pointer
> is grabbed immediately.
>
> -- Thomas Adam
I got that, thank you.
At first I suspected it would require the use of a function,
but I didn't know how to *conditionally* use that function.
I was recently reading about "conditional commands", and
everything was not very clear then. So it didn't really work as
planned and I thought it wasn't the right way to do it after all.
But I was wrong. And it's all much clearer now.