diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-11-09 13:23:12 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-11-09 13:23:12 +0900 |
commit | 2a3ae8da3a7dc3e818f7aa203e411eb323403ea6 (patch) | |
tree | e468bccbb67e8a7c16d19f9a4274a3a992a3a834 /tests/cellareascaffold.c | |
parent | 368cded84d2ca03a9cffb4e38a4837f2730758e0 (diff) | |
download | gtk+-2a3ae8da3a7dc3e818f7aa203e411eb323403ea6.tar.gz |
Added orientation control on testcellarea test
shows vertical orientation of cells lined up horizontally instead
of horizontal orientation of cells stacked up vertically.
Diffstat (limited to 'tests/cellareascaffold.c')
-rw-r--r-- | tests/cellareascaffold.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cellareascaffold.c b/tests/cellareascaffold.c index b199d7cf6e..4805a2832d 100644 --- a/tests/cellareascaffold.c +++ b/tests/cellareascaffold.c @@ -187,6 +187,7 @@ cell_area_scaffold_set_property (GObject *object, case PROP_ORIENTATION: gtk_orientable_set_orientation (GTK_ORIENTABLE (priv->area), g_value_get_enum (value)); + gtk_widget_queue_resize (GTK_WIDGET (scaffold)); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); |