~carifio/seahorse/seahorse-remove-broken-help-buttons

« back to all changes in this revision

Viewing changes to pgp/seahorse-add-subkey.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-07-22 09:20:59 UTC
  • mto: (3.2.1 sid) (1.4.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20080722092059-q336t49r9uaveij3
Tags: upstream-2.23.5
ImportĀ upstreamĀ versionĀ 2.23.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--*- mode: xml -*-->
 
4
<glade-interface>
 
5
  <widget class="GtkDialog" id="add-subkey">
 
6
    <property name="visible">True</property>
 
7
    <property name="border_width">5</property>
 
8
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
9
    <property name="has_separator">False</property>
 
10
    <signal name="delete_event" handler="delete_event"/>
 
11
    <child internal-child="vbox">
 
12
      <widget class="GtkVBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="spacing">2</property>
 
15
        <child>
 
16
          <widget class="GtkTable" id="table1">
 
17
            <property name="visible">True</property>
 
18
            <property name="border_width">5</property>
 
19
            <property name="n_rows">3</property>
 
20
            <property name="n_columns">3</property>
 
21
            <property name="column_spacing">12</property>
 
22
            <property name="row_spacing">6</property>
 
23
            <child>
 
24
              <placeholder/>
 
25
            </child>
 
26
            <child>
 
27
              <widget class="GtkLabel" id="label1">
 
28
                <property name="visible">True</property>
 
29
                <property name="xalign">0</property>
 
30
                <property name="label" translatable="yes">Key _Type:</property>
 
31
                <property name="use_underline">True</property>
 
32
                <property name="mnemonic_widget">type</property>
 
33
              </widget>
 
34
              <packing>
 
35
                <property name="x_options">GTK_FILL</property>
 
36
                <property name="y_options"></property>
 
37
              </packing>
 
38
            </child>
 
39
            <child>
 
40
              <widget class="GtkLabel" id="label2">
 
41
                <property name="visible">True</property>
 
42
                <property name="xalign">0</property>
 
43
                <property name="label" translatable="yes">Key _Length:</property>
 
44
                <property name="use_underline">True</property>
 
45
                <property name="mnemonic_widget">length</property>
 
46
              </widget>
 
47
              <packing>
 
48
                <property name="top_attach">1</property>
 
49
                <property name="bottom_attach">2</property>
 
50
                <property name="x_options">GTK_FILL</property>
 
51
                <property name="y_options"></property>
 
52
              </packing>
 
53
            </child>
 
54
            <child>
 
55
              <widget class="GtkLabel" id="label3">
 
56
                <property name="visible">True</property>
 
57
                <property name="xalign">0</property>
 
58
                <property name="label" translatable="yes">Expiration Date:</property>
 
59
              </widget>
 
60
              <packing>
 
61
                <property name="top_attach">2</property>
 
62
                <property name="bottom_attach">3</property>
 
63
                <property name="x_options">GTK_FILL</property>
 
64
                <property name="y_options"></property>
 
65
              </packing>
 
66
            </child>
 
67
            <child>
 
68
              <widget class="GtkCheckButton" id="never_expires">
 
69
                <property name="visible">True</property>
 
70
                <property name="can_focus">True</property>
 
71
                <property name="tooltip" translatable="yes">If key never expires</property>
 
72
                <property name="label" translatable="yes">Never E_xpires</property>
 
73
                <property name="use_underline">True</property>
 
74
                <property name="response_id">0</property>
 
75
                <property name="active">True</property>
 
76
                <property name="draw_indicator">True</property>
 
77
                <signal name="toggled" handler="never_expires_toggled"/>
 
78
              </widget>
 
79
              <packing>
 
80
                <property name="left_attach">2</property>
 
81
                <property name="right_attach">3</property>
 
82
                <property name="top_attach">2</property>
 
83
                <property name="bottom_attach">3</property>
 
84
                <property name="x_options">GTK_FILL</property>
 
85
                <property name="y_options"></property>
 
86
              </packing>
 
87
            </child>
 
88
            <child>
 
89
              <widget class="GtkSpinButton" id="length">
 
90
                <property name="visible">True</property>
 
91
                <property name="can_focus">True</property>
 
92
                <property name="tooltip" translatable="yes">Length of Key</property>
 
93
                <property name="adjustment">1024 768 1024 32 128 128</property>
 
94
                <property name="climb_rate">128</property>
 
95
                <property name="snap_to_ticks">True</property>
 
96
                <property name="numeric">True</property>
 
97
              </widget>
 
98
              <packing>
 
99
                <property name="left_attach">1</property>
 
100
                <property name="right_attach">3</property>
 
101
                <property name="top_attach">1</property>
 
102
                <property name="bottom_attach">2</property>
 
103
                <property name="y_options"></property>
 
104
              </packing>
 
105
            </child>
 
106
            <child>
 
107
              <widget class="GtkComboBox" id="type">
 
108
                <property name="visible">True</property>
 
109
                <signal name="changed" handler="type_changed"/>
 
110
              </widget>
 
111
              <packing>
 
112
                <property name="left_attach">1</property>
 
113
                <property name="right_attach">3</property>
 
114
                <property name="y_options"></property>
 
115
              </packing>
 
116
            </child>
 
117
          </widget>
 
118
          <packing>
 
119
            <property name="position">1</property>
 
120
          </packing>
 
121
        </child>
 
122
        <child internal-child="action_area">
 
123
          <widget class="GtkHButtonBox" id="dialog-action_area1">
 
124
            <property name="visible">True</property>
 
125
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
126
            <child>
 
127
              <widget class="GtkButton" id="helpbutton1">
 
128
                <property name="visible">True</property>
 
129
                <property name="can_focus">True</property>
 
130
                <property name="can_default">True</property>
 
131
                <property name="label">gtk-help</property>
 
132
                <property name="use_stock">True</property>
 
133
                <property name="response_id">-11</property>
 
134
                <signal name="clicked" handler="help"/>
 
135
              </widget>
 
136
            </child>
 
137
            <child>
 
138
              <widget class="GtkButton" id="cancelbutton1">
 
139
                <property name="visible">True</property>
 
140
                <property name="can_focus">True</property>
 
141
                <property name="can_default">True</property>
 
142
                <property name="label">gtk-cancel</property>
 
143
                <property name="use_stock">True</property>
 
144
                <property name="response_id">-6</property>
 
145
                <signal name="clicked" handler="closed"/>
 
146
              </widget>
 
147
              <packing>
 
148
                <property name="position">1</property>
 
149
              </packing>
 
150
            </child>
 
151
            <child>
 
152
              <widget class="GtkButton" id="okbutton1">
 
153
                <property name="visible">True</property>
 
154
                <property name="can_focus">True</property>
 
155
                <property name="can_default">True</property>
 
156
                <property name="has_default">True</property>
 
157
                <property name="tooltip" translatable="yes">Generate a new subkey</property>
 
158
                <property name="label">gtk-ok</property>
 
159
                <property name="use_stock">True</property>
 
160
                <property name="response_id">-5</property>
 
161
                <signal name="clicked" handler="ok_clicked"/>
 
162
              </widget>
 
163
              <packing>
 
164
                <property name="position">2</property>
 
165
              </packing>
 
166
            </child>
 
167
          </widget>
 
168
          <packing>
 
169
            <property name="expand">False</property>
 
170
            <property name="pack_type">GTK_PACK_END</property>
 
171
          </packing>
 
172
        </child>
 
173
      </widget>
 
174
    </child>
 
175
  </widget>
 
176
</glade-interface>