mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
19 lines
674 B
Plaintext
19 lines
674 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.16.0 on Wed Feb 19 21:14:55 2014 -->
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.10 -->
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="width_request">400</property>
|
||
|
<property name="height_request">300</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="type">popup</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>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|