flow-layout: Add :snap-to-grid property

Desktop / GNOME / Clutter - Bastian Winkler [netbuz.org] - 11 May 2013 10:04 UTC

Add a :snap-to-grid property to FlowLayout to prevent the layout from assigning it's children a position based on the size of the largest child.

https://bugzilla.gnome.org/show_bug.cgi?id=648873

55ec9f5 flow-layout: Add :snap-to-grid property
clutter/clutter-flow-layout.c | 206 +++++++++++++++++++++------
clutter/clutter-flow-layout.h | 3 +
clutter/clutter.symbols | 2 +
doc/reference/clutter/clutter2-sections.txt | 2 +
examples/flow-layout.c | 10 ++
5 files changed, 180 insertions(+), 43 deletions(-)

Upstream: git.gnome.org


  • Share