mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
21 lines
769 B
Plaintext
21 lines
769 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.16.0 on Sun Feb 23 14:45:31 2014 -->
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.10 -->
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="type">popup</property>
|
||
|
<property name="default_width">300</property>
|
||
|
<property name="default_height">200</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="label" translatable="yes">Hello World</property>
|
||
|
<property name="valign">start</property>
|
||
|
<property name="wrap">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|