re: signal passing



hi;

i have gtk_text_entry widget, i had an callback to the text_entry widget
"on_entry_activate" and i can able to get the text when enter pressed. 

       now i would like to have same functionality with next button. i
had created "on_button_next_clicked" callback. 

          these two are in callbacks.c, now how can i pass the signal to
"on_entry_activate" so that when i press next button it has to go to the
"on_entry_activate" and the text_entry widget will print the text
entered.

thanks;

vasu.




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