mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.0"/>
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="type">popup</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label1">
|
||
|
<property name="label">abc</property>
|
||
|
<signal name="map" handler="reftest:set_letter_spacing" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|