forked from AuroraMiddleware/gtk
92e21c3f1c
It was added at a time when default buttons had a very large external border that would disrupt aligment. Not a problem nowadays.
17 lines
442 B
XML
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>
|