blob: d2c1a4063793bdaf560f8352ec30818766c2c793 (
plain)
1
2
3
4
5
6
7
8
|
<!-- test all valid infobar markup -->
<interface>
<object class="GtkInfoBar">
<action-widgets>
<action-widget response="ok">xyzzy</action-widget>
</action-widgets>
</object>
</interface>
|