Re: drawing area and button press event

2005-08-12 Thread Tristan Van Berkom
Yiannis wrote: On 12/08/05, Yiannis <[EMAIL PROTECTED]> wrote: [...] Yiannis, If you are using glade/libglade you shouldn't need to add the gtk_widget_add_events() to your code, just use the "Events" property found in the "Common" tab. Cheers, -Tristan No

Re: drawing area and button press event

2005-08-12 Thread Yiannis
On 12/08/05, Yiannis <[EMAIL PROTECTED]> wrote: > On 12/08/05, Michal Porzuczek <[EMAIL PROTECTED]> wrote: > > On 8/12/05, Yiannis <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > my callback on the button press event seems not to be called... in > > > fact I am not sure if a button press event occ

Re: drawing area and button press event

2005-08-12 Thread Yiannis
On 12/08/05, Michal Porzuczek <[EMAIL PROTECTED]> wrote: > On 8/12/05, Yiannis <[EMAIL PROTECTED]> wrote: > > Hi, > > > > my callback on the button press event seems not to be called... in > > fact I am not sure if a button press event occurs. Find below a simple > > program (using glade/libglade)

Re: drawing area and button press event

2005-08-12 Thread Michal Porzuczek
On 8/12/05, Yiannis <[EMAIL PROTECTED]> wrote: > Hi, > > my callback on the button press event seems not to be called... in > fact I am not sure if a button press event occurs. Find below a simple > program (using glade/libglade) that makes a drawing area and a 2 > callbacks... The expose event an

drawing area and button press event

2005-08-12 Thread Yiannis
Hi, my callback on the button press event seems not to be called... in fact I am not sure if a button press event occurs. Find below a simple program (using glade/libglade) that makes a drawing area and a 2 callbacks... The expose event and the button press event callback. Any clues? Cheers. --