forked from AuroraMiddleware/gtk
5ddce32e1a
- Replace GtkImage::pixbuf with GtkImage::paintable - Use a GtkPicture so the sizing is correct
16 lines
473 B
XML
16 lines
473 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkWindow">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkPicture">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="paintable">green-20x20.png</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|