summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.ui
blob: b078f5c89e8489cef8aba01fd9bdd0f4c87c4293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template parent="GtkWindow" class="GtkDialog" id="this">
    <child>
      <object class="GtkBox" id="vbox">
        <property name="visible">True</property>
        <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
        <child>
          <object class="GtkButtonBox" id="action_area">
            <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
            <property name="visible">True</property>
            <property name="layout_style">end</property>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="pack_type">end</property>
            <property name="position">0</property>
          </packing>
        </child>
      </object>
    </child>
  </template>
</interface>