Re: gtk_tree_view



On Sun, 2004-05-16 at 17:07, Russell Shaw wrote:
Hi,
When i have all the rows and columns of a gtk_tree_view displayed,
can data be added to the gtk_tree_model by typing in the cells
(like a spreadsheet), or do you need to read the data from your
own gtk_entry widgets and then use gtk_list_store_append() ?

You need to look at making your cells editable.  Run the gtk-demo
program that you should have with your GTK+ install, and look under Tree
View for the Editable Cells demo.

Keith.




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