mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
cf3830704b
Note: Don't have 2 variables named "icon" and "gicon", you will screw them up. reftests included. Fixes #4269
17 lines
664 B
XML
17 lines
664 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkCellRendererPixbuf" id="just-creating-a-pixbuf">
|
|
<property name="pixbuf-expander-open">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-pixbuf" bind-property="pixbuf-expander-open" bind-flags="sync-create"/>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|