passing on signals

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

  Does anybody know the correct way to pass on keypressed signals
received by one widget to another? Either of the following two lines
causes gtk to segfault when signal received by GtkCombo is passed to
GtkEntry:

gtk_signal_emit_by_name (GTK_OBJECT (entry),
"key_press_event",event,data,NULL);

gtk_signal_emit_by_name (GTK_OBJECT (entry),
"key_press_event",event,data);


TIA,

Edscott Wilson Garcia





_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux