gtk/testsuite/reftests/inscription-overflow-multiline.ref.ui
2022-06-12 02:42:00 +02:00

67 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow">
<property name="default-width">200</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkOverlay">
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">
</property>
</object>
</child>
<child type="overlay">
<object class="GtkLabel">
<property name="label" translatable="yes">We wrap supercalifragilisticexpialidocious into 3 lines</property>
<property name="wrap">1</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<layout>
<property name="clip-overlay">1</property>
</layout>
</object>
</child>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">We wrap supercalifragilisticexpialidocious into 3 lines</property>
<property name="wrap">1</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="lines">2</property>
<property name="ellipsize">start</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">We wrap supercalifragilisticexpialidocious into 3 lines</property>
<property name="wrap">1</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="lines">2</property>
<property name="ellipsize">middle</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">We wrap supercalifragilisticexpialidocious into 3 lines</property>
<property name="wrap">1</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="lines">2</property>
<property name="ellipsize">end</property>
</object>
</child>
</object>
</child>
</object>
</interface>