Re: Link Gtk.ListStore to the real data




Try a relational database. Sqlite is an easy one to use. It can sort and save data to multiple tables. Use 
the list model and treeview to retrieve and view the data. That way the columns can be set up dynamically 
along with the renderer. Use SQL to update the database.

Eric


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