blueprint-compiler/tests/samples/parseable.ui
James Westman 2130c78da9
Accept string literals for parseable types
GtkBuilder knows some class-specific parsing methods, so we can use
string literals for these types and pass them straight to the XML.
2021-11-25 18:43:37 -06:00

7 lines
192 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkShortcut">
<property name="trigger">Escape</property>
</object>
</interface>