mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="decorated">0</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label1">
|
||
|
<property name="label">Hello World</property>
|
||
|
<property name="max-width-chars">1000</property>
|
||
|
<property name="wrap">1</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|