summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkmessagedialog.ui
blob: 4097a2a798c6ee617e059aa4f199c19fdd953ab4 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
  <!-- interface-requires gtk+ 3.10 -->
  <template class="GtkMessageDialog" parent="GtkDialog">
    <property name="title"></property>
    <property name="resizable">0</property>
    <property name="type-hint">dialog</property>
    <property name="skip-taskbar-hint">1</property>
    <child internal-child="headerbar">
      <object class="GtkHeaderBar" id="headerbar1">
      </object>
    </child>
    <child internal-child="vbox">
      <object class="GtkBox" id="dialog-vbox1">
        <property name="orientation">vertical</property>
        <property name="spacing">20</property>
        <child>
          <object class="GtkBox" id="box">
            <property name="margin-start">30</property>
            <property name="margin-end">30</property>
            <property name="spacing">30</property>
            <child>
              <object class="GtkBox" id="message_area">
                <property name="orientation">vertical</property>
                <property name="spacing">10</property>
                <property name="hexpand">1</property>
                <child>
                  <object class="GtkLabel" id="label">
                    <property name="halign">center</property>
                    <property name="valign">start</property>
                    <property name="wrap">1</property>
                    <property name="max-width-chars">60</property>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="secondary_label">
                    <property name="visible">0</property>
                    <property name="margin-bottom">2</property>
                    <property name="halign">center</property>
                    <property name="valign">start</property>
                    <property name="vexpand">1</property>
                    <property name="wrap">1</property>
                    <property name="max-width-chars">60</property>
                  </object>
                  <packing>
                    <property name="position">1</property>
                  </packing>
                </child>
              </object>
              <packing>
                <property name="position">1</property>
              </packing>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>