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