Add a frame to the examples

This commit is contained in:
Matthias Clasen 2010-04-30 23:51:56 -04:00
parent 1782151092
commit 4cf9ac5b4d

View File

@ -125,14 +125,20 @@ TestInterface interfaces[] = {
" </packing>" " </packing>"
" </child>" " </child>"
" <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=\"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>" " <child>"
" <property name=\"wrap\">True</property>" " <object class=\"GtkLabel\" id=\"label1\">"
" <property name=\"max_width_chars\">30</property>" " <property name=\"visible\">True</property>"
" <attributes>" " <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>"
" <attribute name=\"foreground\" value=\"#18c52119f796\"/>" " <property name=\"wrap\">True</property>"
" </attributes>" " <property name=\"max_width_chars\">30</property>"
" <attributes>"
" <attribute name=\"foreground\" value=\"#18c52119f796\"/>"
" </attributes>"
" </object>"
" </child>"
" </object>" " </object>"
" <packing>" " <packing>"
" <property name=\"expand\">False</property>" " <property name=\"expand\">False</property>"