Re: Problem with EventBox enter/leave_notify_event and Buttons

2011-07-26 Thread Valentín
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

Re: Problem with EventBox enter/leave_notify_event and Buttons

2011-07-26 Thread Jannis Pohlmann
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

Re: Problem with EventBox enter/leave_notify_event and Buttons

2011-07-26 Thread Bill Czermak
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.

Problem with EventBox enter/leave_notify_event and Buttons

2011-07-26 Thread Valentín
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