mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
980934f82d
This allows getting rid of popup windows.
22 lines
626 B
XML
22 lines
626 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkBox" id="box1">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkImage" id="image1">
|
|
<property name="file">green-20x20.png</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkPicture" id="image2">
|
|
<property name="paintable">marble.xpm</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|