aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/email-custom-header/org-gnome-email-custom-header.glade
blob: 142f0b7408af5c1b4064d30f36fe7d1a51ca2965 (plain) (blame)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">

<glade-interface>
<requires lib="gnome"/>

<widget class="GtkDialog" id="email-custom-header-dialog">
  <property name="visible">True</property>
  <property name="can_default">True</property>
  <property name="title" translatable="yes">Email Custom Header</property>
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
  <property name="window_position">GTK_WIN_POS_MOUSE</property>
  <property name="modal">False</property>
  <property name="resizable">False</property>
  <property name="destroy_with_parent">False</property>
  <property name="decorated">True</property>
  <property name="skip_taskbar_hint">False</property>
  <property name="skip_pager_hint">False</property>
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  <property name="focus_on_map">True</property>
  <property name="urgency_hint">False</property>
  <property name="has_separator">True</property>

  <child internal-child="vbox">
    <widget class="GtkVBox" id="email-custom-header-vbox">
      <property name="visible">True</property>
      <property name="can_default">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">0</property>

      <child internal-child="action_area">
    <widget class="GtkHButtonBox" id="dialog-action_area1">
      <property name="visible">True</property>
      <property name="layout_style">GTK_BUTTONBOX_END</property>

      <child>
        <widget class="GtkButton" id="helpbutton1">
          <property name="visible">True</property>
          <property name="can_default">True</property>
          <property name="can_focus">True</property>
          <property name="label">gtk-help</property>
          <property name="use_stock">True</property>
          <property name="relief">GTK_RELIEF_NORMAL</property>
          <property name="focus_on_click">True</property>
          <property name="response_id">-11</property>
        </widget>
      </child>

      <child>
        <widget class="GtkButton" id="cancelbutton1">
          <property name="visible">True</property>
          <property name="can_default">True</property>
          <property name="can_focus">True</property>
          <property name="label">gtk-cancel</property>
          <property name="use_stock">True</property>
          <property name="relief">GTK_RELIEF_NORMAL</property>
          <property name="focus_on_click">True</property>
          <property name="response_id">-6</property>
        </widget>
      </child>

      <child>
        <widget class="GtkButton" id="okbutton1">
          <property name="visible">True</property>
          <property name="can_default">True</property>
          <property name="can_focus">True</property>
          <property name="label">gtk-ok</property>
          <property name="use_stock">True</property>
          <property name="relief">GTK_RELIEF_NORMAL</property>
          <property name="focus_on_click">True</property>
          <property name="response_id">-5</property>
        </widget>
      </child>
    </widget>
    <packing>
      <property name="padding">0</property>
      <property name="expand">False</property>
      <property name="fill">True</property>
      <property name="pack_type">GTK_PACK_END</property>
    </packing>
      </child>

      <child>
    <widget class="GtkTable" id="email-custom-header-options">
      <property name="border_width">12</property>
      <property name="visible">True</property>
      <property name="n_rows">4</property>
      <property name="n_columns">4</property>
      <property name="homogeneous">False</property>
      <property name="row_spacing">12</property>
      <property name="column_spacing">12</property>
    </widget>
    <packing>
      <property name="padding">0</property>
      <property name="expand">False</property>
      <property name="fill">False</property>
    </packing>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>