event back to event stack ?



 hi how can put the event (keys) back to event stack,
i am checking for particular key in a call
backfunction  of some widget, if the key is  not the
one wht i wanted i want to pass it another
widget.below code is giving segmentaion fault,but
notebook_temp is correct one. can anybody help me, or
any other way of putting the event back to  event
stack.
                    thanx.

gint call_page_1_keypress
(GtkWidget*notebook_temp,GdkEventKey *event,gpointer
data) { if ( event->keyval != 0xff09) {
               printf (" this is  -- TAb key ---\n");
    gtk_propagate_event (notebook1,(GdkEvent *)event);
        }
 printf (" ..key_press => %x\n",event->keyval);
 }



________________________________________________________________________
Yahoo! India Matrimony: Find your partner online.
Go to http://yahoo.shaadi.com



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