Re: flow box

2013-10-06 Thread Matthias Clasen
I've changed the selection behaviour to be more similar to the traditional multi-selection in GtkTreeView, and merged things to master. Please try it out. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk

Re: flow box

2013-10-06 Thread Fan Chun-wei
Hi Matthias, Minor problem picking: I thought it might be a good idea if we use g_return_val_if_fail(GTK_IS_FLOW_BOX_CHILD (child), FALSE) instead of g_return_if_fail(GTK_IS_FLOW_BOX_CHILD (child)) in gtk_flow_box_child_is_selected() when an invalid GtkFlowBoxChild* is passed in to that funct

Re: flow box

2013-10-06 Thread Matthias Clasen
Sure, please push. Thanks ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GTK+3 Win32 Bundles : RFC

2013-10-06 Thread Fan Chun-wei
Hello Tarnyko, I build the latest GIT master (3.11.0) (up to and including Matthias' commits for GtkFlowBox) with Visual Studio 2008 and 2010 in both Win32/x86 and x64 configs, and the print demo didn't crash on either of my Windows 7 (a pretty clean installation) and my Windows 8 systems in