On Sat, May 09, 2009 at 04:42:00AM +0000, jyoti wrote: > > Hi > > I have made a listbox using AG_Table. I need to delete some entries from the > list . how to do it?
AG_Table is designed much like AG_Tlist, to display existing data, not to contain data. You will probably find it easier to use AG_TableNewPolled() with a routine to populate the table, or alternatively use AG_Treetbl. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
