gtk/testsuite/reftests/style-context-save-inheritance.ref.ui
Benjamin Otte ad199e4cf9 stylecontext: Use correct parent style for lookups
After 3a337156d1 style lookups still used
the parent context's style as the parent style, even though after a
gtk_style_context_save() the root style of the style context is the
proper parent.

Testcase attached.
2015-01-07 14:26:48 +01:00

20 lines
693 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkLabel" id="label1">
<property name="name">reference</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">GREEN
&lt;a href="http://www.gtk.org"&gt;GREEN&lt;/a&gt;</property>
<property name="use_markup">True</property>
</object>
</child>
</object>
</interface>