forked from AuroraMiddleware/gtk
65aa367029
These tests contain non-canonical and non-existing property names.
11 lines
263 B
XML
11 lines
263 B
XML
<!-- missing attribute in dialog markup -->
|
|
<interface>
|
|
<object class="GtkDialog">
|
|
<child type="action">
|
|
<object class="GtkButton" id="button_ok">
|
|
<property name="can_default">1</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|