Treeviews.

2005-10-22 Thread Dennis Morgan
Hi, This may sound really stupid, how do you go about updating the information that is displayed in a treeview when the underlying TreeStore or ListStore has had rows added to it. Presently this is what i have: enum { FILE_NAME,DATE_CREATED,LAST_MODIFIED,

Re: Treeviews.

2005-10-22 Thread Fabio Marzocca
On 10/22/05, Dennis Morgan [EMAIL PROTECTED] wrote: Hi, it seems to work okay when i try to update it in the same function in which the column is created but when its changed away from that it seems to just want to ignore additions. That code won't work. Your model is a

Programming style

2005-10-22 Thread César Leonardo Blum Silveira
Hello all, I have a few doubts about the way I code my GTK applications. One of them is: Is it ok to use many global variables for the widgets? For example, in a glade app where callbacks are of the form void callback(GtkWIdget *widget) I can only have access to the widget that received the