GNOME Bugzilla – Bug 615501
GtkIconView does not support prelight cells
Last modified: 2011-09-15 14:43:45 UTC
GtkIconView never renders its cells with GTK_CELL_RENDERER_PRELIT state. This makes it impossible for items in the GtkIconView to have a different appearance when a mouse cursor is hovered over them.
Created attachment 196550 [details] [review] iconview: add support for prelight cells Render GtkIconView cell items with the prelight state flag when they're being mouse hovered. This works basically in the same way it's done for GtkTreeView cells, and e.g. GtkCellRendererPixbuf will need to have its follow-state property to opt in to prelight rendering.
Review of attachment 196550 [details] [review]: Looks reasonable to me.
Attachment 196550 [details] pushed as e9de907 - iconview: add support for prelight cells Thanks, pushed to master.