]> Pileus Git - ~andy/gtk/commit
Make GtkFrame allocate its label considering natural size requests
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 6 Aug 2010 19:58:12 +0000 (15:58 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 6 Aug 2010 20:57:11 +0000 (16:57 -0400)
commit208ba9bb50227a2681515b9847c651dd943c7127
tree1dc15bc92df305377f0b065963b31f865f6009af
parentc9579f3ca480d931bbdd359091311710bd113cc3
Make GtkFrame allocate its label considering natural size requests

Also like the GtkExpander, the label widget is allocated the minimum
height for its allocated width and the remaining space is given to
the child, test case included.
gtk/gtkframe.c
tests/testheightforwidth.c