Re: trouble with event propagation

2008-04-05 Thread vronskij
LSE, > than default handler from GtkButton is called which returns true. > > Thats why if you connect using g_signal_connect_after than none of your > handler will get called > > > See gtk_button_button_press handler in gtkbutton.c > > bye > varun > > 2008/3/31 vron

trouble with event propagation

2008-03-31 Thread vronskij
Hi, I have a small code example, It should demonstrate the event propagation in GTK+. I have three widgets. A button, fixed container and a window. I have three callbacks. After I click on the button, I expect a message from all these three widgets. First from the button, then from fixed containe