mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
41 lines
1.6 KiB
XML
41 lines
1.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="GtkInscription">
|
|
<property name="text" translatable="yes">We wrap supercalifragilisticexpialidocious into 3 lines</property>
|
|
<property name="text-overflow">clip</property>
|
|
<property name="yalign">0</property>
|
|
<property name="nat-lines">2</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkInscription">
|
|
<property name="text" translatable="yes">We wrap supercalifragilisticexpialidocious into 3 lines</property>
|
|
<property name="text-overflow">ellipsize-start</property>
|
|
<property name="nat-lines">2</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkInscription">
|
|
<property name="text" translatable="yes">We wrap supercalifragilisticexpialidocious into 3 lines</property>
|
|
<property name="text-overflow">ellipsize-middle</property>
|
|
<property name="nat-lines">2</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkInscription">
|
|
<property name="text" translatable="yes">We wrap supercalifragilisticexpialidocious into 3 lines</property>
|
|
<property name="text-overflow">ellipsize-end</property>
|
|
<property name="nat-lines">2</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|