mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
5d778175ee
Run the UI files through `gtk-builder-tool simplify --3to4` to update the layout properties.
14 lines
410 B
XML
14 lines
410 B
XML
<?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>
|