text view update.how?
i need to display some values in glade textview.in my program on a button click a function is called .the function will print values in textview.its dynamically printed in loop.so i need to create a window in each itration.
so how can i prevent multilple windows from being created in each itration?
i want to update textview in each itration..how?
|