From Murray Cumming.
authorMarius Vollmer <marius.vollmer@nokia.com>
Mon, 3 Apr 2006 14:32:49 +0000 (14:32 +0000)
committerMarius Vollmer <marius.vollmer@nokia.com>
Mon, 3 Apr 2006 14:32:49 +0000 (14:32 +0000)
commit79b4e8a6e6363ecf1dc0c867f33735aed41e0f97
treed11da574294d30efba653ebfcdfdef217362f397
parent87b8df35958f89d75a17211f1e2a69b596937a4a
From Murray Cumming.

* hildon-lgpl/hildon-caption.c:
(hildon_caption_init): Do the hildon_caption_set_child_expand()
here.
(hildon_caption_new): Use the child property from GtkContainer
instead of calling gtk_container_add(), because _new() functions
should just use g_object_new(), so that language-bindings can do
the same.

* ut/hildon-widgets_tests.c: Added test42 for hildon_caption_new.
hildon-widgets/hildon-caption.c
ut/hildon-widgets_tests.c