summaryrefslogtreecommitdiff
path: root/testsuite/gtk/ui/infobar1.ui
blob: 26d667f4783ab2751db741dd253c51509a66038a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- 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>