gtk/testsuite/tools/simplify-data-3to4/toolbar.expected
Benjamin Otte 27965d5fdc builder-tool: Don't simplify enums too much
Store the enum nick, not the enum value. That way the file remains
human-readable.

Updated reftests to new expected output.
2021-11-21 02:19:57 +01:00

23 lines
675 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkBox">
<property name="css-classes">toolbar</property>
<child>
<object class="GtkButton">
<property name="label" translatable="1">New</property>
<property name="icon-name">document-new</property>
<property name="tooltip-text" translatable="1">Create a new document</property>
</object>
</child>
<child>
<object class="GtkSeparator">
<property name="orientation">vertical</property>
</object>
</child>
<child>
<object class="GtkToggleButton"/>
</child>
</object>
</interface>