summaryrefslogtreecommitdiff
path: root/tests/extendedlayoutexample.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-04-30 23:51:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-01 21:40:44 -0400
commit4cf9ac5b4da4e5320536feb97c1553a87d5c60f5 (patch)
tree42489ba2b17a9018fd42dd0be01f97af10c9b424 /tests/extendedlayoutexample.c
parent17821510927ebf75ee9564d47bf29af4b65fa429 (diff)
downloadgdk-pixbuf-4cf9ac5b4da4e5320536feb97c1553a87d5c60f5.tar.gz
Add a frame to the examples
Diffstat (limited to 'tests/extendedlayoutexample.c')
-rw-r--r--tests/extendedlayoutexample.c20
1 files changed, 13 insertions, 7 deletions
diff --git a/tests/extendedlayoutexample.c b/tests/extendedlayoutexample.c
index 11d9047ad..9a54295ad 100644
--- a/tests/extendedlayoutexample.c
+++ b/tests/extendedlayoutexample.c
@@ -125,14 +125,20 @@ TestInterface interfaces[] = {
" </packing>"
" </child>"
" <child>"
- " <object class=\"GtkLabel\" id=\"label1\">"
+ " <object class=\"GtkFrame\" id=\"frame1\">"
+ " <property name=\"label\">Long label</property>"
" <property name=\"visible\">True</property>"
- " <property name=\"label\" translatable=\"yes\">This is a really long label for the purpose of testing line wrapping is working correctly in conjunction with height-for-width support in GTK+</property>"
- " <property name=\"wrap\">True</property>"
- " <property name=\"max_width_chars\">30</property>"
- " <attributes>"
- " <attribute name=\"foreground\" value=\"#18c52119f796\"/>"
- " </attributes>"
+ " <child>"
+ " <object class=\"GtkLabel\" id=\"label1\">"
+ " <property name=\"visible\">True</property>"
+ " <property name=\"label\" translatable=\"yes\">This is a really long label for the purpose of testing line wrapping is working correctly in conjunction with height-for-width support in GTK+</property>"
+ " <property name=\"wrap\">True</property>"
+ " <property name=\"max_width_chars\">30</property>"
+ " <attributes>"
+ " <attribute name=\"foreground\" value=\"#18c52119f796\"/>"
+ " </attributes>"
+ " </object>"
+ " </child>"
" </object>"
" <packing>"
" <property name=\"expand\">False</property>"