gtk2/testsuite/gtk/ui/infobar1.ui
2015-04-27 01:15:23 -04:00

18 lines
495 B
XML

<!-- test all valid infobar markup -->
<interface>
<object class="GtkInfoBar">
<child>
<object class="GtkButton" id="button_cancel"/>
</child>
<child>
<object class="GtkButton" id="button_ok">
<property name="can-default">True</property>
</object>
</child>
<action-widgets>
<action-widget response="-3">button_cancel</action-widget>
<action-widget response="ok">button_ok</action-widget>
</action-widgets>
</object>
</interface>