Re: mouse enter/leave notifications for insenstive widgets

2009-04-09 Thread Praveen Innamuri
Thanks for your reply. But that might go wrong if mouse enter signal is generated for widget-1 itself. (Suppose, some part of the widget-1 is exposed, then that logic might not be useful). I want to know whether mouse enter signal generated for widget-1 is due to the mouse entering into insenstive

Re: mouse enter/leave notifications for insenstive widgets

2009-04-09 Thread Mike Massonnet
Le Thu, 9 Apr 2009 14:28:11 +0530, Praveen Innamuri a écrit : > I have a insensitive (disabled) widget (let's call it as widget-3) > and is drawn over a GtkContainer (let's call it as widget-2). Both > widget-2 and widget-3 are children of a GtkContainer (let's call it > as widget-1). So, the la

mouse enter/leave notifications for insenstive widgets

2009-04-09 Thread Praveen Innamuri
I have a insensitive (disabled) widget (let's call it as widget-3) and is drawn over a GtkContainer (let's call it as widget-2). Both widget-2 and widget-3 are children of a GtkContainer (let's call it as widget-1). So, the layout is something like - On top of widget-1, there is widget-2. widget-3