Hi Rudra, On 23 August 2012 13:45, Rudra Banerjee <[email protected]> wrote: > whenever I am writing, it is saved, but to see the change, I have to > reopen the file(obviously).
What do you need to know? Do you want your textview to update as the file changes? If your program is appending to the file as well as displaying in the textview, it would be much simpler just to append to the textview itself. John _______________________________________________ gtk-app-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
