After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654179 - iconview: make it possible for selected cells to render a border
iconview: make it possible for selected cells to render a border
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-07-07 17:27 UTC by Cosimo Cecchi
Modified: 2011-07-08 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
iconview: make it possible for selected cells to render a border (1.45 KB, patch)
2011-07-07 17:27 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2011-07-07 17:27:51 UTC
As seen in http://gitorious.org/gnome-design/gnome-design/blobs/master/mockups/documents/documents-selections.jpg (but there's no real reason why borders should not be drawn there).
Comment 1 Cosimo Cecchi 2011-07-07 17:27:54 UTC
Created attachment 191485 [details] [review]
iconview: make it possible for selected cells to render a border

Call gtk_render_frame() after gtk_render_background() there.
Comment 2 Matthias Clasen 2011-07-08 05:13:13 UTC
I don't see why not. 
Since you say 'possible', I assume the default theme (and Adwaita ?) will not draw anything for the frame in this situation ?
Comment 3 Cosimo Cecchi 2011-07-08 13:18:59 UTC
Yeah, I should make sure both the default theme and the non-dark variant of Adwaita won't draw any border.
Comment 4 Cosimo Cecchi 2011-07-08 15:36:25 UTC
Attachment 191485 [details] pushed as 1fdfb18 - iconview: make it possible for selected cells to render a border