Madhusudan E wrote: > I am defining a new widget and within the class_init I am mapping > > Widget_class->key_press_event to local key press event handling function. > > But none of the keypress event is caught by my local function.
Maybe you forgot to activate key events when creating a GdkWindow. That is a common mistake to forget the events you need, I made it too... Paul _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list