mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
06321511ad
The pixbuf property doesn't exist anymore. It is commonly set to a path in ui files, so translate it to the file property.
11 lines
230 B
XML
11 lines
230 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow">
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="pixbuf">test.svg</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|