gtk2/testsuite/gtk/ui/infobar1.ui
Matthias Clasen 92e21c3f1c Drop the can-default property
It was added at a time when default buttons
had a very large external border that would disrupt
aligment. Not a problem nowadays.
2019-04-28 23:28:39 +00:00

17 lines
442 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">
</object>
</child>
<action-widgets>
<action-widget response="-3">button_cancel</action-widget>
<action-widget response="ok">button_ok</action-widget>
</action-widgets>
</object>
</interface>