~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to gtk/gtkbuilder/dialog_new_repositroy.ui

  • Committer: Michael Terry
  • Date: 2011-09-26 16:30:35 UTC
  • Revision ID: michael.terry@canonical.com-20110926163035-bck8ol261ksu1gmi
move to lp:ubuntu/synaptic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!--*- mode: xml -*-->
3
 
<interface>
4
 
  <object class="GtkWindow" id="dialog_new_repository">
5
 
    <property name="border_width">6</property>
6
 
    <property name="visible">True</property>
7
 
    <property name="title" translatable="yes"/>
8
 
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
9
 
    <property name="window_position">GTK_WIN_POS_NONE</property>
10
 
    <property name="modal">False</property>
11
 
    <property name="resizable">False</property>
12
 
    <property name="destroy_with_parent">False</property>
13
 
    <property name="icon">synaptic_mini.xpm</property>
14
 
    <child>
15
 
      <object class="GtkVBox" id="vbox1">
16
 
        <property name="visible">True</property>
17
 
        <property name="homogeneous">False</property>
18
 
        <property name="spacing">12</property>
19
 
        <child>
20
 
          <object class="GtkHBox" id="hbox2">
21
 
            <property name="border_width">6</property>
22
 
            <property name="visible">True</property>
23
 
            <property name="homogeneous">False</property>
24
 
            <property name="spacing">12</property>
25
 
            <child>
26
 
              <object class="GtkImage" id="image1">
27
 
                <property name="visible">True</property>
28
 
                <property name="stock">gtk-dialog-question</property>
29
 
                <property name="icon_size">6</property>
30
 
                <property name="xalign">0.5</property>
31
 
                <property name="yalign">0</property>
32
 
                <property name="xpad">0</property>
33
 
                <property name="ypad">0</property>
34
 
              </object>
35
 
              <packing>
36
 
                <property name="padding">0</property>
37
 
                <property name="expand">False</property>
38
 
                <property name="fill">True</property>
39
 
              </packing>
40
 
            </child>
41
 
            <child>
42
 
              <object class="GtkVBox" id="vbox2">
43
 
                <property name="visible">True</property>
44
 
                <property name="homogeneous">False</property>
45
 
                <property name="spacing">12</property>
46
 
                <child>
47
 
                  <object class="GtkLabel" id="label1">
48
 
                    <property name="visible">True</property>
49
 
                    <property name="can_focus">True</property>
50
 
                    <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Enter the complete APT line of the repository that you want to add&lt;/b&gt;&lt;/big&gt;
51
 
 
52
 
The APT line contains the type, location and content of a repository, for example &lt;i&gt;"deb http://ftp.debian.org sarge main"&lt;/i&gt;. You can find a detailed description of the syntax in the documentation.</property>
53
 
                    <property name="use_underline">False</property>
54
 
                    <property name="use_markup">True</property>
55
 
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
56
 
                    <property name="wrap">True</property>
57
 
                    <property name="selectable">True</property>
58
 
                    <property name="xalign">0</property>
59
 
                    <property name="yalign">0.5</property>
60
 
                    <property name="xpad">0</property>
61
 
                    <property name="ypad">0</property>
62
 
                  </object>
63
 
                  <packing>
64
 
                    <property name="padding">0</property>
65
 
                    <property name="expand">False</property>
66
 
                    <property name="fill">False</property>
67
 
                  </packing>
68
 
                </child>
69
 
                <child>
70
 
                  <object class="GtkHBox" id="hbox3">
71
 
                    <property name="visible">True</property>
72
 
                    <property name="homogeneous">False</property>
73
 
                    <property name="spacing">10</property>
74
 
                    <child>
75
 
                      <object class="GtkLabel" id="label2">
76
 
                        <property name="visible">True</property>
77
 
                        <property name="label" translatable="yes">APT line:</property>
78
 
                        <property name="use_underline">False</property>
79
 
                        <property name="use_markup">False</property>
80
 
                        <property name="justify">GTK_JUSTIFY_LEFT</property>
81
 
                        <property name="wrap">False</property>
82
 
                        <property name="selectable">False</property>
83
 
                        <property name="xalign">0.5</property>
84
 
                        <property name="yalign">0.5</property>
85
 
                        <property name="xpad">0</property>
86
 
                        <property name="ypad">0</property>
87
 
                      </object>
88
 
                      <packing>
89
 
                        <property name="padding">0</property>
90
 
                        <property name="expand">False</property>
91
 
                        <property name="fill">False</property>
92
 
                      </packing>
93
 
                    </child>
94
 
                    <child>
95
 
                      <object class="GtkEntry" id="entry_aptline">
96
 
                        <property name="visible">True</property>
97
 
                        <property name="can_focus">True</property>
98
 
                        <property name="editable">True</property>
99
 
                        <property name="visibility">True</property>
100
 
                        <property name="max_length">0</property>
101
 
                        <property name="text" translatable="yes"/>
102
 
                        <property name="has_frame">True</property>
103
 
                        <property name="invisible_char" translatable="yes">*</property>
104
 
                        <property name="activates_default">False</property>
105
 
                      </object>
106
 
                      <packing>
107
 
                        <property name="padding">0</property>
108
 
                        <property name="expand">True</property>
109
 
                        <property name="fill">True</property>
110
 
                      </packing>
111
 
                    </child>
112
 
                  </object>
113
 
                  <packing>
114
 
                    <property name="padding">0</property>
115
 
                    <property name="expand">False</property>
116
 
                    <property name="fill">True</property>
117
 
                  </packing>
118
 
                </child>
119
 
              </object>
120
 
              <packing>
121
 
                <property name="padding">0</property>
122
 
                <property name="expand">True</property>
123
 
                <property name="fill">True</property>
124
 
              </packing>
125
 
            </child>
126
 
          </object>
127
 
          <packing>
128
 
            <property name="padding">0</property>
129
 
            <property name="expand">True</property>
130
 
            <property name="fill">True</property>
131
 
          </packing>
132
 
        </child>
133
 
        <child>
134
 
          <object class="GtkHBox" id="hbox1">
135
 
            <property name="border_width">6</property>
136
 
            <property name="visible">True</property>
137
 
            <property name="homogeneous">False</property>
138
 
            <property name="spacing">0</property>
139
 
            <child>
140
 
              <object class="GtkHButtonBox" id="hbuttonbox2">
141
 
                <property name="visible">True</property>
142
 
                <property name="layout_style">GTK_BUTTONBOX_START</property>
143
 
                <property name="spacing">0</property>
144
 
                <child>
145
 
                  <object class="GtkButton" id="button_help">
146
 
                    <property name="visible">True</property>
147
 
                    <property name="can_default">True</property>
148
 
                    <property name="can_focus">True</property>
149
 
                    <property name="label">gtk-help</property>
150
 
                    <property name="use_stock">True</property>
151
 
                    <property name="relief">GTK_RELIEF_NORMAL</property>
152
 
                  </object>
153
 
                </child>
154
 
              </object>
155
 
              <packing>
156
 
                <property name="padding">0</property>
157
 
                <property name="expand">True</property>
158
 
                <property name="fill">True</property>
159
 
              </packing>
160
 
            </child>
161
 
            <child>
162
 
              <object class="GtkHButtonBox" id="hbuttonbox1">
163
 
                <property name="visible">True</property>
164
 
                <property name="layout_style">GTK_BUTTONBOX_END</property>
165
 
                <property name="spacing">8</property>
166
 
                <child>
167
 
                  <object class="GtkButton" id="button_cancel">
168
 
                    <property name="visible">True</property>
169
 
                    <property name="can_default">True</property>
170
 
                    <property name="can_focus">True</property>
171
 
                    <property name="label">gtk-cancel</property>
172
 
                    <property name="use_stock">True</property>
173
 
                    <property name="relief">GTK_RELIEF_NORMAL</property>
174
 
                  </object>
175
 
                </child>
176
 
                <child>
177
 
                  <object class="GtkButton" id="button_add">
178
 
                    <property name="visible">True</property>
179
 
                    <property name="can_default">True</property>
180
 
                    <property name="can_focus">True</property>
181
 
                    <property name="relief">GTK_RELIEF_NORMAL</property>
182
 
                    <child>
183
 
                      <object class="GtkAlignment" id="alignment1">
184
 
                        <property name="visible">True</property>
185
 
                        <property name="xalign">0.5</property>
186
 
                        <property name="yalign">0.5</property>
187
 
                        <property name="xscale">0</property>
188
 
                        <property name="yscale">0</property>
189
 
                        <child>
190
 
                          <object class="GtkHBox" id="hbox4">
191
 
                            <property name="visible">True</property>
192
 
                            <property name="homogeneous">False</property>
193
 
                            <property name="spacing">2</property>
194
 
                            <child>
195
 
                              <object class="GtkImage" id="image2">
196
 
                                <property name="visible">True</property>
197
 
                                <property name="stock">gtk-add</property>
198
 
                                <property name="icon_size">4</property>
199
 
                                <property name="xalign">0.5</property>
200
 
                                <property name="yalign">0.5</property>
201
 
                                <property name="xpad">0</property>
202
 
                                <property name="ypad">0</property>
203
 
                              </object>
204
 
                              <packing>
205
 
                                <property name="padding">0</property>
206
 
                                <property name="expand">False</property>
207
 
                                <property name="fill">False</property>
208
 
                              </packing>
209
 
                            </child>
210
 
                            <child>
211
 
                              <object class="GtkLabel" id="label3">
212
 
                                <property name="visible">True</property>
213
 
                                <property name="label" translatable="yes">_Add Repository</property>
214
 
                                <property name="use_underline">True</property>
215
 
                                <property name="use_markup">False</property>
216
 
                                <property name="justify">GTK_JUSTIFY_LEFT</property>
217
 
                                <property name="wrap">False</property>
218
 
                                <property name="selectable">False</property>
219
 
                                <property name="xalign">0.5</property>
220
 
                                <property name="yalign">0.5</property>
221
 
                                <property name="xpad">0</property>
222
 
                                <property name="ypad">0</property>
223
 
                              </object>
224
 
                              <packing>
225
 
                                <property name="padding">0</property>
226
 
                                <property name="expand">False</property>
227
 
                                <property name="fill">False</property>
228
 
                              </packing>
229
 
                            </child>
230
 
                          </object>
231
 
                        </child>
232
 
                      </object>
233
 
                    </child>
234
 
                  </object>
235
 
                </child>
236
 
              </object>
237
 
              <packing>
238
 
                <property name="padding">0</property>
239
 
                <property name="expand">True</property>
240
 
                <property name="fill">True</property>
241
 
              </packing>
242
 
            </child>
243
 
          </object>
244
 
          <packing>
245
 
            <property name="padding">0</property>
246
 
            <property name="expand">False</property>
247
 
            <property name="fill">True</property>
248
 
          </packing>
249
 
        </child>
250
 
      </object>
251
 
    </child>
252
 
  </object>
253
 
</interface>