gtk2/testsuite/gtk/ui/infobar1.ui

18 lines
495 B
Plaintext
Raw Normal View History

<!-- 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>