blob: 7379a68f8886e349b71fe0ec0c6b7a79ab02b606 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- invalid response value -->
<interface>
<object class="GtkInfoBar">
<child>
<object class="GtkButton" id="button_cancel"/>
</child>
<action-widgets>
<action-widget response="xyz">button_cancel</action-widget>
</action-widgets>
</object>
</interface>
|