Page 1 of 1

how to stop clicks from going through widgets

Posted: Wed Sep 05, 2007 16:29
by ilveroluca
Hi all. I'm having the following issue. I have a root background GUI sheet that handles double-click events. I also have a window that is child of the root, and the funny thing that happens is that when I double-click on the child window the root still receives the double-click event.

Is this normal? What's the best way to stop this behaviour? In essence, I'd like the top-most widget below the pointer to hide the widgets below it.

Thanks!