GNOME Bugzilla – Bug 705822
GtkListBox should support rendering a border
Last modified: 2016-01-23 06:44:19 UTC
I would like to be able to define a border around a GtkListBox using css border-width border-style etc I guess adding gtk_render_frame in the draw method would be sufficient. This is to implement the gnome-tweak-tool mockups as seen here https://raw.github.com/gnome-design-team/gnome-mockups/master/tweak-tool/tweak-tool-wireframes-v2.png (see extensions and startup applications section of the mockups)
<alex> I don't necessarily disagree. I think all widgets should (be able to) render full css boxes (i.e. bg + border) <alex> not sure if its right for the proposed design though <alex> you generally want the frame to be outside the scrolledview, not inside it
(And its only a matter of time before your "small" lists grow and may need to scroll)
it does now