GNOME Bugzilla – Bug 585010
Port TidyGrid to Clutter-1.0 API
Last modified: 2009-06-08 21:16:53 UTC
- ClutterUnit is now replaced with float - allocate() now takes flags rather than absolute_origin_changed boolean
Created attachment 136060 [details] [review] Port TidyGrid to Clutter-1.0 API
everything there looks right, though as with the mutter change, maybe some constants should be changed from ints to floats: in the row-gap and column-gap paramspecs, and the default natural_width and natural_height in tidy_grid_get_preferred_{width,height}.
Pushed, changing the constants to floating-point.