Another thing I noticed when I was playing with the GtkBox/GtkGrid switch is that your call to pack_start set the expand and fill parameters to True. That would explain why the second section would appear halfway down the window regardless of how many icons were there (though it doesn't explain the goofy wrapping we were seeing). If you change the arguments to pack_start to False, False, then you get slightly more sane wrapping behavior, however there is definitely a bug where a huge amount of extraneous space is placed beneath the final iconview and the scrollbar is available that scrolls down to nothing. It's most noticable when the window is relatively small, the wider and taller the window becomes, then the better the wrap fits and the less incorrect scrolling appears.
For now I'd recommend sticking with GtkGrid but I think this does warrant a dive into the lower-level Gtk code just to figure out what the heck is going on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036455 Title: GTK Rendering Issue (potentially a ScrolledWindow problem) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1036455/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
