gtk2/testsuite/gtk/focus-chain/basic.ui
Matthias Clasen 436d7cc0d1 Add a focus chain test
Add a test that enumerates the focus chain by
emitting move-focus repeatedly, and compares
the result to expected output.

The test expects a ui file and a reference
file as input. The reference file can be created
using the --generate option.
2019-06-11 10:14:23 -04:00

19 lines
455 B
XML

<interface>
<object class="GtkWindow" id="window">
<child>
<object class="GtkBox">
<child>
<object class="GtkEntry" id="entry1">
<property name="name">entry1</property>
</object>
</child>
<child>
<object class="GtkEntry" id="entry2">
<property name="name">entry2</property>
</object>
</child>
</object>
</child>
</object>
</interface>