mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
609723b3c1
Strictly, this belongs in gdk-pixbuf, but GtkImage should have this working, too. https://bugzilla.gnome.org/show_bug.cgi?id=694148
16 lines
491 B
XML
16 lines
491 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkImage" id="image1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="file">green-20x20.png</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|