Default icon in treeview DnD

2008-08-26 Thread Jeffrey Barish
Until this morning, whenever I dragged a row to a new location in the same treeview, the drag icon would look like the original row. I still get that icon when I drag from another treeview to the one in question. Is that icon considered to be the default? Now the icon that I get looks like a pag

Re: GtkTreeView row colors

2008-08-26 Thread Damien Caliste
Hello, Le 26/08/2008, Roland Roberts <[EMAIL PROTECTED]> a écrit : > I'm having trouble figuring out how to change the font color/weight > for each row individually in my GtkTreeView. Have a look to this answer: http://www.mail-archive.com/gtk-app-devel-list%40gnome.org/msg11865.html Don't hesita

GtkTreeView row colors

2008-08-26 Thread Roland Roberts
I'm having trouble figuring out how to change the font color/weight for each row individually in my GtkTreeView. I'm using a GtkListStore and want the rows color coded depending on the data used to fill the row. Actually, I want color coding based on data which is *not* actually displayed (te

key-press-event event clears cell in treeview

2008-08-26 Thread dhk
I have a key-press-event connected to my treeview so a Tab can be used to navigate through the cells. It work well except that when the Tab is pressed it clear all the data in the cell. If I use the mouse to move to another cell the data remains. My callback doesn't touch the data. All it d

Re: how to display photo in the GnomeDbGrid?

2008-08-26 Thread Vivien Malerba
2008/8/26 paragasu <[EMAIL PROTECTED]>: > i am developing gtk application using libgnome-db and postgresql. > i store photo as bytea inside one of the table column. > > how to display the photo using the gnomedbgrid? > is it possible to do it? > > thank you You can have a look at the gnome-db-demo

how to display photo in the GnomeDbGrid?

2008-08-26 Thread paragasu
i am developing gtk application using libgnome-db and postgresql. i store photo as bytea inside one of the table column. how to display the photo using the gnomedbgrid? is it possible to do it? thank you ___ gtk-app-devel-list mailing list gtk-app-devel