mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
b73ede690d
We want to make sure we notice when we mess up label attribute ordering again...
21 lines
940 B
XML
21 lines
940 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="use-markup">True</property>
|
|
<property name="label" translatable="yes">H<span color="#008000">ell</span>o <a href="http://example.com">l<span color="#00FF00">in</span>ky</a> <span color="#80FF80">Worl</span>d</property>
|
|
<attributes>
|
|
<attribute name="foreground" value="#ffff00000000" start="3" end="8"/>
|
|
<attribute name="foreground" value="#ffff80008000" start="10" end="14"/>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|