forked from AuroraMiddleware/gtk
bf2a93ca0e
- Images are always correctly sized - Use a GtkPicture for the large file
23 lines
664 B
XML
23 lines
664 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="type">popup</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>
|