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

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

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: flow box

2013-10-01 Thread Alexander Larsson
On sön, 2013-09-29 at 22:28 -0400, Matthias Clasen wrote: I've pushed a flowbox branch, which adds a GtkFlowBox widget. It is a copy of the EggFlowBox widget that has been developed in the egg-list-box module for a while, which is in turn based on an earlier EggSpreadTable in libegg. I

Re: flow box

2013-10-01 Thread Matthias Clasen
On Tue, Oct 1, 2013 at 3:35 PM, Alexander Larsson al...@redhat.com wrote: On sön, 2013-09-29 at 22:28 -0400, Matthias Clasen wrote: - multi-selection including rubberband selection and autoscroll Multiple selection doesn't feel quite right. Nothing is ever unselected unless you click on

Intermediate children [was: Re: flow box]

2013-10-01 Thread Philip Chimento
On Mon, Sep 30, 2013 at 4:16 PM, Matthias Clasen matthias.cla...@gmail.comwrote: On Mon, Sep 30, 2013 at 1:53 PM, Tristan Van Berkom trista...@openismus.com wrote: o gtk_flow_box_insert() or gtk_container_add() add an intermediate child, breaking the logical widget hierarchy.

Re: flow box

2013-09-30 Thread Tristan Van Berkom
Hi Matthias, On Sun, 2013-09-29 at 22:28 -0400, Matthias Clasen wrote: I've pushed a flowbox branch, which adds a GtkFlowBox widget. It is a copy of the EggFlowBox widget that has been developed in the egg-list-box module for a while, which is in turn based on an earlier EggSpreadTable in

Re: flow box

2013-09-30 Thread Matthias Clasen
On Mon, Sep 30, 2013 at 1:53 PM, Tristan Van Berkom trista...@openismus.com wrote: Hi Matthias, On Sun, 2013-09-29 at 22:28 -0400, Matthias Clasen wrote: I've pushed a flowbox branch, which adds a GtkFlowBox widget. It is a copy of the EggFlowBox widget that has been developed in the