]> Pileus Git - ~andy/gtk/commit
Implement GtkExtendedLayout on Alignment
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 7 Apr 2010 00:47:15 +0000 (20:47 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 7 Apr 2010 00:47:15 +0000 (20:47 -0400)
commit85a55b2921ab7621d839c5391c1a489f572362f9
tree1bad09966644072b778b5e638627fcd156e65ec6
parent388ad4090c5b91f5265b3bcb7b8bfae99bf023f4
Implement GtkExtendedLayout on Alignment

GtkAlignment is already using the height for width api to align
the child in the cases where space is available, but also needed
to implement the extended layout in order to reflect natural sizes
to parent widgets.
gtk/gtkalignment.c