My favorite new widget is GtkFlowBox. It can be used for the wallpaper plug or for displaying albums in Noise for example. It supports multiple selection and rubber band, so, is a good replacement for GtkIconView. The only problem with FlowBox is that it doesn't uses a model, and that causes some performance problems if you have a lot of widgets inside it, because all the widgets need to be instantiated at the same time. FlowBox is available in gtk 3.11.x, but you need valac 0.23 git, so take a look.
I think that you are right with the popovers thing, but not sure. 2014-02-19 15:32 GMT-03:00 Daniel Foré <[email protected]>: > I dunno about you guys, but lately I've been reading the git log for Gtk > just because so much cool stuff keeps landing. I'll list a few of my > favorite recent commits to see if they interest you: > > * Gtk.Box now allows you to center an item > > * "Populate popovers from menu models" Correct me if I'm wrong, but does > that mean we technically don't need Gtk.Menu anymore? And does that also > mean that we can replace our "popovers" in Wingpanel with Gtk.Popovers? > > * "destructive" and "suggested" action style classes are now in Gtk > > There are tons more, check it out: https://git.gnome.org/browse/gtk+/log/ > > -- > Best Regards, > > Daniel Foré > > elementaryos.org > > -- > Mailing list: https://launchpad.net/~elementary-dev-community > Post to : [email protected] > Unsubscribe : https://launchpad.net/~elementary-dev-community > More help : https://help.launchpad.net/ListHelp > -- Mailing list: https://launchpad.net/~elementary-dev-community Post to : [email protected] Unsubscribe : https://launchpad.net/~elementary-dev-community More help : https://help.launchpad.net/ListHelp

