Fwd: button_press_event signal in GtkCellRendererToggle

2007-04-15 Thread Matí­as Alejandro Torres
Solved, I missed the "toggled" signal on the cell renderer. ___ gtk-app-devel-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

button_press_event signal in GtkCellRendererToggle

2007-04-14 Thread Matí­as Alejandro Torres
Hi, How can i add a GtkCellRendererToggle the button_press_event signal without making a new widget? I have a GtkTreeView with a CheckBox (GtkCellRendererToggle) in it and I want the user modify its value by clicking on it. How can I do this? Thanks in advance. Matias. ___