~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-addins/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace Mono.Addins.Gui
 
4
{
 
5
        internal partial class AddinManagerDialog
 
6
        {
 
7
                private global::Gtk.VBox vbox93;
 
8
                private global::Gtk.HBox hbox65;
 
9
                private global::Gtk.HBox hbox72;
 
10
                private global::Gtk.Notebook notebook;
 
11
                private global::Gtk.HBox hbox2;
 
12
                private global::Gtk.VBox vbox6;
 
13
                private global::Gtk.ScrolledWindow scrolledwindow13;
 
14
                private global::Gtk.TreeView addinTree;
 
15
                private global::Gtk.EventBox eventbox2;
 
16
                private global::Mono.Addins.Gui.AddinInfoView addininfoInstalled;
 
17
                private global::Gtk.Label label7;
 
18
                private global::Gtk.HBox boxUpdates;
 
19
                private global::Gtk.VBox vboxUpdates;
 
20
                private global::Gtk.EventBox eboxRepoUpdates;
 
21
                private global::Gtk.HBox hbox67;
 
22
                private global::Gtk.Label labelUpdates;
 
23
                private global::Gtk.Button buttonRefreshUpdates;
 
24
                private global::Gtk.Button buttonUpdateAll;
 
25
                private global::Gtk.ScrolledWindow scrolledUpdates;
 
26
                private global::Gtk.TreeView updatesTreeView;
 
27
                private global::Gtk.EventBox eventbox3;
 
28
                private global::Mono.Addins.Gui.AddinInfoView addininfoUpdates;
 
29
                private global::Gtk.Label label4;
 
30
                private global::Gtk.HBox hbox6;
 
31
                private global::Gtk.VBox vboxGallery;
 
32
                private global::Gtk.EventBox eboxRepo;
 
33
                private global::Gtk.HBox hbox66;
 
34
                private global::Gtk.Label label112;
 
35
                private global::Gtk.ComboBox repoCombo;
 
36
                private global::Gtk.Button buttonRefresh;
 
37
                private global::Gtk.ScrolledWindow scrolledGallery;
 
38
                private global::Gtk.TreeView galleryTreeView;
 
39
                private global::Gtk.EventBox eventbox1;
 
40
                private global::Mono.Addins.Gui.AddinInfoView addininfoGallery;
 
41
                private global::Gtk.Label label8;
 
42
                private global::Gtk.Button buttonInstallFromFile;
 
43
                private global::Gtk.Button btnClose;
 
44
 
 
45
                protected virtual void Build ()
 
46
                {
 
47
                        global::Stetic.Gui.Initialize (this);
 
48
                        // Widget Mono.Addins.Gui.AddinManagerDialog
 
49
                        this.Name = "Mono.Addins.Gui.AddinManagerDialog";
 
50
                        this.Title = global::Mono.Unix.Catalog.GetString ("Add-in Manager");
 
51
                        this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
 
52
                        this.BorderWidth = ((uint)(6));
 
53
                        this.DefaultWidth = 700;
 
54
                        this.DefaultHeight = 550;
 
55
                        // Internal child Mono.Addins.Gui.AddinManagerDialog.VBox
 
56
                        global::Gtk.VBox w1 = this.VBox;
 
57
                        w1.Name = "dialog-vbox8";
 
58
                        w1.Spacing = 3;
 
59
                        w1.BorderWidth = ((uint)(2));
 
60
                        // Container child dialog-vbox8.Gtk.Box+BoxChild
 
61
                        this.vbox93 = new global::Gtk.VBox ();
 
62
                        this.vbox93.Name = "vbox93";
 
63
                        this.vbox93.Spacing = 6;
 
64
                        this.vbox93.BorderWidth = ((uint)(6));
 
65
                        // Container child vbox93.Gtk.Box+BoxChild
 
66
                        this.hbox65 = new global::Gtk.HBox ();
 
67
                        this.hbox65.Name = "hbox65";
 
68
                        this.hbox65.Spacing = 12;
 
69
                        // Container child hbox65.Gtk.Box+BoxChild
 
70
                        this.hbox72 = new global::Gtk.HBox ();
 
71
                        this.hbox72.Name = "hbox72";
 
72
                        this.hbox72.Spacing = 12;
 
73
                        // Container child hbox72.Gtk.Box+BoxChild
 
74
                        this.notebook = new global::Gtk.Notebook ();
 
75
                        this.notebook.CanFocus = true;
 
76
                        this.notebook.Name = "notebook";
 
77
                        this.notebook.CurrentPage = 0;
 
78
                        this.notebook.ShowBorder = false;
 
79
                        // Container child notebook.Gtk.Notebook+NotebookChild
 
80
                        this.hbox2 = new global::Gtk.HBox ();
 
81
                        this.hbox2.Name = "hbox2";
 
82
                        this.hbox2.Spacing = 9;
 
83
                        this.hbox2.BorderWidth = ((uint)(9));
 
84
                        // Container child hbox2.Gtk.Box+BoxChild
 
85
                        this.vbox6 = new global::Gtk.VBox ();
 
86
                        this.vbox6.Name = "vbox6";
 
87
                        this.vbox6.Spacing = 6;
 
88
                        // Container child vbox6.Gtk.Box+BoxChild
 
89
                        this.scrolledwindow13 = new global::Gtk.ScrolledWindow ();
 
90
                        this.scrolledwindow13.CanFocus = true;
 
91
                        this.scrolledwindow13.Name = "scrolledwindow13";
 
92
                        this.scrolledwindow13.ShadowType = ((global::Gtk.ShadowType)(1));
 
93
                        // Container child scrolledwindow13.Gtk.Container+ContainerChild
 
94
                        this.addinTree = new global::Gtk.TreeView ();
 
95
                        this.addinTree.CanFocus = true;
 
96
                        this.addinTree.Name = "addinTree";
 
97
                        this.scrolledwindow13.Add (this.addinTree);
 
98
                        this.vbox6.Add (this.scrolledwindow13);
 
99
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow13]));
 
100
                        w3.Position = 0;
 
101
                        this.hbox2.Add (this.vbox6);
 
102
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox6]));
 
103
                        w4.Position = 0;
 
104
                        // Container child hbox2.Gtk.Box+BoxChild
 
105
                        this.eventbox2 = new global::Gtk.EventBox ();
 
106
                        this.eventbox2.Name = "eventbox2";
 
107
                        // Container child eventbox2.Gtk.Container+ContainerChild
 
108
                        this.addininfoInstalled = new global::Mono.Addins.Gui.AddinInfoView ();
 
109
                        this.addininfoInstalled.Events = ((global::Gdk.EventMask)(256));
 
110
                        this.addininfoInstalled.Name = "addininfoInstalled";
 
111
                        this.addininfoInstalled.AllowInstall = false;
 
112
                        this.eventbox2.Add (this.addininfoInstalled);
 
113
                        this.hbox2.Add (this.eventbox2);
 
114
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.eventbox2]));
 
115
                        w6.Position = 1;
 
116
                        w6.Expand = false;
 
117
                        w6.Fill = false;
 
118
                        this.notebook.Add (this.hbox2);
 
119
                        // Notebook tab
 
120
                        this.label7 = new global::Gtk.Label ();
 
121
                        this.label7.Name = "label7";
 
122
                        this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Installed");
 
123
                        this.notebook.SetTabLabel (this.hbox2, this.label7);
 
124
                        this.label7.ShowAll ();
 
125
                        // Container child notebook.Gtk.Notebook+NotebookChild
 
126
                        this.boxUpdates = new global::Gtk.HBox ();
 
127
                        this.boxUpdates.Name = "boxUpdates";
 
128
                        this.boxUpdates.Spacing = 9;
 
129
                        this.boxUpdates.BorderWidth = ((uint)(9));
 
130
                        // Container child boxUpdates.Gtk.Box+BoxChild
 
131
                        this.vboxUpdates = new global::Gtk.VBox ();
 
132
                        this.vboxUpdates.Name = "vboxUpdates";
 
133
                        // Container child vboxUpdates.Gtk.Box+BoxChild
 
134
                        this.eboxRepoUpdates = new global::Gtk.EventBox ();
 
135
                        this.eboxRepoUpdates.Name = "eboxRepoUpdates";
 
136
                        // Container child eboxRepoUpdates.Gtk.Container+ContainerChild
 
137
                        this.hbox67 = new global::Gtk.HBox ();
 
138
                        this.hbox67.Name = "hbox67";
 
139
                        this.hbox67.Spacing = 6;
 
140
                        // Container child hbox67.Gtk.Box+BoxChild
 
141
                        this.labelUpdates = new global::Gtk.Label ();
 
142
                        this.labelUpdates.Name = "labelUpdates";
 
143
                        this.labelUpdates.LabelProp = global::Mono.Unix.Catalog.GetString ("No updates found");
 
144
                        this.hbox67.Add (this.labelUpdates);
 
145
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox67 [this.labelUpdates]));
 
146
                        w8.Position = 0;
 
147
                        w8.Expand = false;
 
148
                        w8.Fill = false;
 
149
                        // Container child hbox67.Gtk.Box+BoxChild
 
150
                        this.buttonRefreshUpdates = new global::Gtk.Button ();
 
151
                        this.buttonRefreshUpdates.CanFocus = true;
 
152
                        this.buttonRefreshUpdates.Name = "buttonRefreshUpdates";
 
153
                        this.buttonRefreshUpdates.UseUnderline = true;
 
154
                        this.buttonRefreshUpdates.Relief = ((global::Gtk.ReliefStyle)(2));
 
155
                        // Container child buttonRefreshUpdates.Gtk.Container+ContainerChild
 
156
                        global::Gtk.Alignment w9 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
 
157
                        // Container child GtkAlignment.Gtk.Container+ContainerChild
 
158
                        global::Gtk.HBox w10 = new global::Gtk.HBox ();
 
159
                        w10.Spacing = 2;
 
160
                        // Container child GtkHBox.Gtk.Container+ContainerChild
 
161
                        global::Gtk.Image w11 = new global::Gtk.Image ();
 
162
                        w11.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
 
163
                        w10.Add (w11);
 
164
                        // Container child GtkHBox.Gtk.Container+ContainerChild
 
165
                        global::Gtk.Label w13 = new global::Gtk.Label ();
 
166
                        w13.LabelProp = global::Mono.Unix.Catalog.GetString ("Refresh");
 
167
                        w13.UseUnderline = true;
 
168
                        w10.Add (w13);
 
169
                        w9.Add (w10);
 
170
                        this.buttonRefreshUpdates.Add (w9);
 
171
                        this.hbox67.Add (this.buttonRefreshUpdates);
 
172
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox67 [this.buttonRefreshUpdates]));
 
173
                        w17.PackType = ((global::Gtk.PackType)(1));
 
174
                        w17.Position = 1;
 
175
                        w17.Expand = false;
 
176
                        w17.Fill = false;
 
177
                        // Container child hbox67.Gtk.Box+BoxChild
 
178
                        this.buttonUpdateAll = new global::Gtk.Button ();
 
179
                        this.buttonUpdateAll.CanFocus = true;
 
180
                        this.buttonUpdateAll.Name = "buttonUpdateAll";
 
181
                        this.buttonUpdateAll.UseUnderline = true;
 
182
                        this.buttonUpdateAll.Relief = ((global::Gtk.ReliefStyle)(2));
 
183
                        // Container child buttonUpdateAll.Gtk.Container+ContainerChild
 
184
                        global::Gtk.Alignment w18 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
 
185
                        // Container child GtkAlignment.Gtk.Container+ContainerChild
 
186
                        global::Gtk.HBox w19 = new global::Gtk.HBox ();
 
187
                        w19.Spacing = 2;
 
188
                        // Container child GtkHBox.Gtk.Container+ContainerChild
 
189
                        global::Gtk.Image w20 = new global::Gtk.Image ();
 
190
                        w20.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("download.png");
 
191
                        w19.Add (w20);
 
192
                        // Container child GtkHBox.Gtk.Container+ContainerChild
 
193
                        global::Gtk.Label w22 = new global::Gtk.Label ();
 
194
                        w22.LabelProp = global::Mono.Unix.Catalog.GetString ("Update All");
 
195
                        w22.UseUnderline = true;
 
196
                        w19.Add (w22);
 
197
                        w18.Add (w19);
 
198
                        this.buttonUpdateAll.Add (w18);
 
199
                        this.hbox67.Add (this.buttonUpdateAll);
 
200
                        global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox67 [this.buttonUpdateAll]));
 
201
                        w26.PackType = ((global::Gtk.PackType)(1));
 
202
                        w26.Position = 2;
 
203
                        w26.Expand = false;
 
204
                        w26.Fill = false;
 
205
                        this.eboxRepoUpdates.Add (this.hbox67);
 
206
                        this.vboxUpdates.Add (this.eboxRepoUpdates);
 
207
                        global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxUpdates [this.eboxRepoUpdates]));
 
208
                        w28.Position = 0;
 
209
                        w28.Expand = false;
 
210
                        w28.Fill = false;
 
211
                        // Container child vboxUpdates.Gtk.Box+BoxChild
 
212
                        this.scrolledUpdates = new global::Gtk.ScrolledWindow ();
 
213
                        this.scrolledUpdates.CanFocus = true;
 
214
                        this.scrolledUpdates.Name = "scrolledUpdates";
 
215
                        this.scrolledUpdates.ShadowType = ((global::Gtk.ShadowType)(1));
 
216
                        // Container child scrolledUpdates.Gtk.Container+ContainerChild
 
217
                        this.updatesTreeView = new global::Gtk.TreeView ();
 
218
                        this.updatesTreeView.CanFocus = true;
 
219
                        this.updatesTreeView.Name = "updatesTreeView";
 
220
                        this.scrolledUpdates.Add (this.updatesTreeView);
 
221
                        this.vboxUpdates.Add (this.scrolledUpdates);
 
222
                        global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxUpdates [this.scrolledUpdates]));
 
223
                        w30.Position = 1;
 
224
                        this.boxUpdates.Add (this.vboxUpdates);
 
225
                        global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.boxUpdates [this.vboxUpdates]));
 
226
                        w31.Position = 0;
 
227
                        // Container child boxUpdates.Gtk.Box+BoxChild
 
228
                        this.eventbox3 = new global::Gtk.EventBox ();
 
229
                        this.eventbox3.Name = "eventbox3";
 
230
                        // Container child eventbox3.Gtk.Container+ContainerChild
 
231
                        this.addininfoUpdates = new global::Mono.Addins.Gui.AddinInfoView ();
 
232
                        this.addininfoUpdates.Events = ((global::Gdk.EventMask)(256));
 
233
                        this.addininfoUpdates.Name = "addininfoUpdates";
 
234
                        this.addininfoUpdates.AllowInstall = false;
 
235
                        this.eventbox3.Add (this.addininfoUpdates);
 
236
                        this.boxUpdates.Add (this.eventbox3);
 
237
                        global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.boxUpdates [this.eventbox3]));
 
238
                        w33.Position = 1;
 
239
                        w33.Expand = false;
 
240
                        w33.Fill = false;
 
241
                        this.notebook.Add (this.boxUpdates);
 
242
                        global::Gtk.Notebook.NotebookChild w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.boxUpdates]));
 
243
                        w34.Position = 1;
 
244
                        // Notebook tab
 
245
                        this.label4 = new global::Gtk.Label ();
 
246
                        this.label4.Name = "label4";
 
247
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Updates");
 
248
                        this.notebook.SetTabLabel (this.boxUpdates, this.label4);
 
249
                        this.label4.ShowAll ();
 
250
                        // Container child notebook.Gtk.Notebook+NotebookChild
 
251
                        this.hbox6 = new global::Gtk.HBox ();
 
252
                        this.hbox6.Name = "hbox6";
 
253
                        this.hbox6.Spacing = 9;
 
254
                        this.hbox6.BorderWidth = ((uint)(9));
 
255
                        // Container child hbox6.Gtk.Box+BoxChild
 
256
                        this.vboxGallery = new global::Gtk.VBox ();
 
257
                        this.vboxGallery.Name = "vboxGallery";
 
258
                        // Container child vboxGallery.Gtk.Box+BoxChild
 
259
                        this.eboxRepo = new global::Gtk.EventBox ();
 
260
                        this.eboxRepo.Name = "eboxRepo";
 
261
                        // Container child eboxRepo.Gtk.Container+ContainerChild
 
262
                        this.hbox66 = new global::Gtk.HBox ();
 
263
                        this.hbox66.Name = "hbox66";
 
264
                        this.hbox66.Spacing = 6;
 
265
                        // Container child hbox66.Gtk.Box+BoxChild
 
266
                        this.label112 = new global::Gtk.Label ();
 
267
                        this.label112.Name = "label112";
 
268
                        this.label112.LabelProp = global::Mono.Unix.Catalog.GetString ("Repository:");
 
269
                        this.hbox66.Add (this.label112);
 
270
                        global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.label112]));
 
271
                        w35.Position = 0;
 
272
                        w35.Expand = false;
 
273
                        w35.Fill = false;
 
274
                        // Container child hbox66.Gtk.Box+BoxChild
 
275
                        this.repoCombo = new global::Gtk.ComboBox ();
 
276
                        this.repoCombo.Name = "repoCombo";
 
277
                        this.hbox66.Add (this.repoCombo);
 
278
                        global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.repoCombo]));
 
279
                        w36.Position = 1;
 
280
                        // Container child hbox66.Gtk.Box+BoxChild
 
281
                        this.buttonRefresh = new global::Gtk.Button ();
 
282
                        this.buttonRefresh.CanFocus = true;
 
283
                        this.buttonRefresh.Name = "buttonRefresh";
 
284
                        this.buttonRefresh.UseUnderline = true;
 
285
                        this.buttonRefresh.Relief = ((global::Gtk.ReliefStyle)(2));
 
286
                        // Container child buttonRefresh.Gtk.Container+ContainerChild
 
287
                        global::Gtk.Alignment w37 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
 
288
                        // Container child GtkAlignment.Gtk.Container+ContainerChild
 
289
                        global::Gtk.HBox w38 = new global::Gtk.HBox ();
 
290
                        w38.Spacing = 2;
 
291
                        // Container child GtkHBox.Gtk.Container+ContainerChild
 
292
                        global::Gtk.Image w39 = new global::Gtk.Image ();
 
293
                        w39.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
 
294
                        w38.Add (w39);
 
295
                        // Container child GtkHBox.Gtk.Container+ContainerChild
 
296
                        global::Gtk.Label w41 = new global::Gtk.Label ();
 
297
                        w38.Add (w41);
 
298
                        w37.Add (w38);
 
299
                        this.buttonRefresh.Add (w37);
 
300
                        this.hbox66.Add (this.buttonRefresh);
 
301
                        global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.buttonRefresh]));
 
302
                        w45.Position = 2;
 
303
                        w45.Expand = false;
 
304
                        w45.Fill = false;
 
305
                        this.eboxRepo.Add (this.hbox66);
 
306
                        this.vboxGallery.Add (this.eboxRepo);
 
307
                        global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vboxGallery [this.eboxRepo]));
 
308
                        w47.Position = 0;
 
309
                        w47.Expand = false;
 
310
                        w47.Fill = false;
 
311
                        // Container child vboxGallery.Gtk.Box+BoxChild
 
312
                        this.scrolledGallery = new global::Gtk.ScrolledWindow ();
 
313
                        this.scrolledGallery.CanFocus = true;
 
314
                        this.scrolledGallery.Name = "scrolledGallery";
 
315
                        this.scrolledGallery.ShadowType = ((global::Gtk.ShadowType)(1));
 
316
                        // Container child scrolledGallery.Gtk.Container+ContainerChild
 
317
                        this.galleryTreeView = new global::Gtk.TreeView ();
 
318
                        this.galleryTreeView.CanFocus = true;
 
319
                        this.galleryTreeView.Name = "galleryTreeView";
 
320
                        this.scrolledGallery.Add (this.galleryTreeView);
 
321
                        this.vboxGallery.Add (this.scrolledGallery);
 
322
                        global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vboxGallery [this.scrolledGallery]));
 
323
                        w49.Position = 1;
 
324
                        this.hbox6.Add (this.vboxGallery);
 
325
                        global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vboxGallery]));
 
326
                        w50.Position = 0;
 
327
                        // Container child hbox6.Gtk.Box+BoxChild
 
328
                        this.eventbox1 = new global::Gtk.EventBox ();
 
329
                        this.eventbox1.Name = "eventbox1";
 
330
                        // Container child eventbox1.Gtk.Container+ContainerChild
 
331
                        this.addininfoGallery = new global::Mono.Addins.Gui.AddinInfoView ();
 
332
                        this.addininfoGallery.Events = ((global::Gdk.EventMask)(256));
 
333
                        this.addininfoGallery.Name = "addininfoGallery";
 
334
                        this.addininfoGallery.AllowInstall = false;
 
335
                        this.eventbox1.Add (this.addininfoGallery);
 
336
                        this.hbox6.Add (this.eventbox1);
 
337
                        global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.eventbox1]));
 
338
                        w52.Position = 1;
 
339
                        w52.Expand = false;
 
340
                        w52.Fill = false;
 
341
                        this.notebook.Add (this.hbox6);
 
342
                        global::Gtk.Notebook.NotebookChild w53 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.hbox6]));
 
343
                        w53.Position = 2;
 
344
                        // Notebook tab
 
345
                        this.label8 = new global::Gtk.Label ();
 
346
                        this.label8.Name = "label8";
 
347
                        this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Gallery");
 
348
                        this.notebook.SetTabLabel (this.hbox6, this.label8);
 
349
                        this.label8.ShowAll ();
 
350
                        this.hbox72.Add (this.notebook);
 
351
                        global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox72 [this.notebook]));
 
352
                        w54.Position = 0;
 
353
                        this.hbox65.Add (this.hbox72);
 
354
                        global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox65 [this.hbox72]));
 
355
                        w55.Position = 0;
 
356
                        this.vbox93.Add (this.hbox65);
 
357
                        global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox93 [this.hbox65]));
 
358
                        w56.Position = 0;
 
359
                        w1.Add (this.vbox93);
 
360
                        global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox93]));
 
361
                        w57.Position = 0;
 
362
                        // Internal child Mono.Addins.Gui.AddinManagerDialog.ActionArea
 
363
                        global::Gtk.HButtonBox w58 = this.ActionArea;
 
364
                        w58.Name = "dialog-action_area8";
 
365
                        w58.Spacing = 6;
 
366
                        w58.BorderWidth = ((uint)(5));
 
367
                        w58.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(2));
 
368
                        // Container child dialog-action_area8.Gtk.ButtonBox+ButtonBoxChild
 
369
                        this.buttonInstallFromFile = new global::Gtk.Button ();
 
370
                        this.buttonInstallFromFile.CanFocus = true;
 
371
                        this.buttonInstallFromFile.Name = "buttonInstallFromFile";
 
372
                        this.buttonInstallFromFile.UseUnderline = true;
 
373
                        this.buttonInstallFromFile.Label = global::Mono.Unix.Catalog.GetString ("Install from file...");
 
374
                        w58.Add (this.buttonInstallFromFile);
 
375
                        global::Gtk.ButtonBox.ButtonBoxChild w59 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w58 [this.buttonInstallFromFile]));
 
376
                        w59.Expand = false;
 
377
                        w59.Fill = false;
 
378
                        // Container child dialog-action_area8.Gtk.ButtonBox+ButtonBoxChild
 
379
                        this.btnClose = new global::Gtk.Button ();
 
380
                        this.btnClose.CanDefault = true;
 
381
                        this.btnClose.CanFocus = true;
 
382
                        this.btnClose.Name = "btnClose";
 
383
                        this.btnClose.UseStock = true;
 
384
                        this.btnClose.UseUnderline = true;
 
385
                        this.btnClose.Label = "gtk-close";
 
386
                        this.AddActionWidget (this.btnClose, -7);
 
387
                        global::Gtk.ButtonBox.ButtonBoxChild w60 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w58 [this.btnClose]));
 
388
                        w60.Position = 1;
 
389
                        w60.Expand = false;
 
390
                        w60.Fill = false;
 
391
                        if ((this.Child != null)) {
 
392
                                this.Child.ShowAll ();
 
393
                        }
 
394
                        this.Hide ();
 
395
                        this.addininfoInstalled.InstallClicked += new global::System.EventHandler (this.OnInstallClicked);
 
396
                        this.addininfoInstalled.UninstallClicked += new global::System.EventHandler (this.OnUninstallClicked);
 
397
                        this.addininfoInstalled.UpdateClicked += new global::System.EventHandler (this.OnUpdateClicked);
 
398
                        this.addininfoInstalled.EnableDisableClicked += new global::System.EventHandler (this.OnEnableDisableClicked);
 
399
                        this.buttonUpdateAll.Clicked += new global::System.EventHandler (this.OnUpdateAll);
 
400
                        this.buttonRefreshUpdates.Clicked += new global::System.EventHandler (this.OnButtonRefreshClicked);
 
401
                        this.addininfoUpdates.InstallClicked += new global::System.EventHandler (this.OnInstallClicked);
 
402
                        this.addininfoUpdates.UninstallClicked += new global::System.EventHandler (this.OnUninstallClicked);
 
403
                        this.addininfoUpdates.UpdateClicked += new global::System.EventHandler (this.OnUpdateClicked);
 
404
                        this.addininfoUpdates.EnableDisableClicked += new global::System.EventHandler (this.OnEnableDisableClicked);
 
405
                        this.repoCombo.Changed += new global::System.EventHandler (this.OnRepoComboChanged);
 
406
                        this.buttonRefresh.Clicked += new global::System.EventHandler (this.OnButtonRefreshClicked);
 
407
                        this.addininfoGallery.InstallClicked += new global::System.EventHandler (this.OnInstallClicked);
 
408
                        this.addininfoGallery.UninstallClicked += new global::System.EventHandler (this.OnUninstallClicked);
 
409
                        this.addininfoGallery.UpdateClicked += new global::System.EventHandler (this.OnUpdateClicked);
 
410
                        this.addininfoGallery.EnableDisableClicked += new global::System.EventHandler (this.OnEnableDisableClicked);
 
411
                        this.buttonInstallFromFile.Clicked += new global::System.EventHandler (this.OnButtonInstallFromFileClicked);
 
412
                }
 
413
        }
 
414
}