mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
980934f82d
This allows getting rid of popup windows.
21 lines
1009 B
XML
21 lines
1009 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="label" translatable="yes">Hello linky World</property>
|
|
<attributes>
|
|
<attribute name="foreground" value="#000080000000" start="1" end="3"></attribute>
|
|
<attribute name="foreground" value="#ffff00000000" start="3" end="8"></attribute>
|
|
<attribute name="foreground" value="#0000ffff0000" start="8" end="9"></attribute>
|
|
<attribute name="foreground" value="#00000000ffff" start="9" end="10"></attribute>
|
|
<attribute name="foreground" value="#ffff80008000" start="10" end="14"></attribute>
|
|
<attribute name="foreground" value="#8000ffff8000" start="14" end="16"></attribute>
|
|
<attribute name="underline" value="True" start="6" end="11"></attribute>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|