"select_item", "select_region"
"Shamik Chaudhuri" <[email protected]> Tue, 7 Mar 2006 21:33:33 +0530
| Newsgroups | gmane.comp.scigraphica.gtkextra |
|---|---|
| Message-ID | <[email protected]> |
Hello
I am developing a program based on GTK+2.8 and gtkextra 2.1.1. I want
to use two signals with the canvas
gtk_signal_connect(GTK_OBJECT(canvas), "select_item", (GtkSignalFunc)
select_item, NULL);
gtk_signal_connect(GTK_OBJECT(canvas), "select_region", (GtkSignalFunc)
select_region, NULL);
If I use them seperately they are working, but if I put them together they
are not working. I am not a expert in GTK, can anyone give me some solution.
Thanks in advance
Shamik