Hello Jannis!
This has nothing to do with vertical pointer movement vs. horizontal
> pointer movement.
>
Yes, I know, I was only trying to explain the situation --vertically between
EventBox vs. horizontally within the same EventBox, since I have all
EventBox widgets arranged in a VBox.
I recent
Hi,
On Tue, 26 Jul 2011 21:07:56 +0200
Valentín wrote:
> Hello!!
>
> I have a problem with enter_notify_event and leave_notify_event. Let
> me explain:
>
> I have an VBox with 5 EventBox widgets, and inside each EventBox I
> have a HBox with one Label and 2 Buttons. I connect the signals
> ent
A few comments.
Is the problem with gtk or the vala wrappers?
Setup a simple test with just a single eventbox in vala.
If you still have the problem then recode in C.
Check that after processing the callback on the button, it returns
true/false to stop the callback being passed to the parent.
Hello!!
I have a problem with enter_notify_event and leave_notify_event. Let me
explain:
I have an VBox with 5 EventBox widgets, and inside each EventBox I have a
HBox with one Label and 2 Buttons. I connect the signals enter_notify_event
and leave_notify_event of each of the EventBox widgets to