mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
cf3830704b
Note: Don't have 2 variables named "icon" and "gicon", you will screw them up. reftests included. Fixes #4269
17 lines
631 B
XML
17 lines
631 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkImage" id="just-creating-a-texture">
|
|
<property name="paintable">resource:///org/gtk/libgtk/icons/16x16/status/image-missing.png</property>
|
|
</object>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="width_request">10</property>
|
|
<property name="height_request">10</property>
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="gicon" bind-source="just-creating-a-texture" bind-property="paintable" bind-flags="sync-create"/>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|