link treeview with file

2012-10-11 Thread Rudra Banerjee
Dear friends, I have a query. As the treeview is loaded from a file, in my program, new entries can also be entered. It writes to the Treeview, as well as in a file using: strAuth = gtk_entry_get_text(GTK_ENTRY(e-entryAuth)); /*Entering the data in Treeview */ gtk_list_store_append(store,

Re: link treeview with file

2012-10-11 Thread David Nečas
On Thu, Oct 11, 2012 at 06:58:04PM +0100, Rudra Banerjee wrote: As the treeview is loaded from a file, in my program, new entries can also be entered. It writes to the Treeview, as well as in a file using: strAuth = gtk_entry_get_text(GTK_ENTRY(e-entryAuth)); /*Entering the data in