Emmanuele Bassi 141a155690 [layout] Make LayoutManager a floating object
A layout manager instance makes only sense if it's owned by a
container. For this reason, it should have a floating reference
instead of a full reference on construction; this allows constructing
Boxes like:

  box = clutter_box_new (clutter_fixed_layout_new ());

without leaking the layout manager instance.
2009-10-14 11:27:18 +01:00
..
2009-10-05 12:37:08 +01:00
2009-08-17 14:14:18 +01:00
2009-08-11 13:27:25 +01:00
2009-10-05 12:37:08 +01:00
2009-01-20 18:47:50 +00:00
2009-10-14 11:27:18 +01:00
2009-07-10 11:38:42 +01:00
2009-07-10 11:38:42 +01:00
2009-10-14 11:27:18 +01:00
2009-10-14 11:27:18 +01:00