Re: Hover decorations in GtkIconView

2010-03-26 Thread Debarshi Ray
> I don't think items in icon view can be in prelit state. They are > either selected or not. You'll probably need to create custom icon > view widget to get on-hover effect. Can this be accomplished with a custom GtkIconView or do I need to write it from scratch? Thanks, Debarshi -- One reason

Re: Hover decorations in GtkIconView

2010-03-26 Thread Tadej Borovšak
Hi. I don't think items in icon view can be in prelit state. They are either selected or not. You'll probably need to create custom icon view widget to get on-hover effect. Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com

Hover decorations in GtkIconView

2010-03-26 Thread Debarshi Ray
I have a custom GtkCellRendererPixbuf which I am using to render some thumbnails in a GtkIconView. Now when the mouse passes over a rendered thumbnail I want to slightly highlight/decorate it. As far as I can understand from the documentation my render_vfunc should get GTK_CELL_RENDERER_PRELIT in t