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

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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
// This file has been generated by the GUI designer. Do not modify.
namespace Mono.Addins.Gui
{
	internal partial class AddinManagerDialog
	{
		private global::Gtk.VBox vbox93;
		private global::Gtk.HBox hbox65;
		private global::Gtk.HBox hbox72;
		private global::Gtk.Notebook notebook;
		private global::Gtk.HBox hbox2;
		private global::Gtk.VBox vbox6;
		private global::Gtk.ScrolledWindow scrolledwindow13;
		private global::Gtk.TreeView addinTree;
		private global::Gtk.EventBox eventbox2;
		private global::Mono.Addins.Gui.AddinInfoView addininfoInstalled;
		private global::Gtk.Label label7;
		private global::Gtk.HBox boxUpdates;
		private global::Gtk.VBox vboxUpdates;
		private global::Gtk.EventBox eboxRepoUpdates;
		private global::Gtk.HBox hbox67;
		private global::Gtk.Label labelUpdates;
		private global::Gtk.Button buttonRefreshUpdates;
		private global::Gtk.Button buttonUpdateAll;
		private global::Gtk.ScrolledWindow scrolledUpdates;
		private global::Gtk.TreeView updatesTreeView;
		private global::Gtk.EventBox eventbox3;
		private global::Mono.Addins.Gui.AddinInfoView addininfoUpdates;
		private global::Gtk.Label label4;
		private global::Gtk.HBox hbox6;
		private global::Gtk.VBox vboxGallery;
		private global::Gtk.EventBox eboxRepo;
		private global::Gtk.HBox hbox66;
		private global::Gtk.Label label112;
		private global::Gtk.ComboBox repoCombo;
		private global::Gtk.Button buttonRefresh;
		private global::Gtk.ScrolledWindow scrolledGallery;
		private global::Gtk.TreeView galleryTreeView;
		private global::Gtk.EventBox eventbox1;
		private global::Mono.Addins.Gui.AddinInfoView addininfoGallery;
		private global::Gtk.Label label8;
		private global::Gtk.Button buttonInstallFromFile;
		private global::Gtk.Button btnClose;

		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget Mono.Addins.Gui.AddinManagerDialog
			this.Name = "Mono.Addins.Gui.AddinManagerDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Add-in Manager");
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.BorderWidth = ((uint)(6));
			this.DefaultWidth = 700;
			this.DefaultHeight = 550;
			// Internal child Mono.Addins.Gui.AddinManagerDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog-vbox8";
			w1.Spacing = 3;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog-vbox8.Gtk.Box+BoxChild
			this.vbox93 = new global::Gtk.VBox ();
			this.vbox93.Name = "vbox93";
			this.vbox93.Spacing = 6;
			this.vbox93.BorderWidth = ((uint)(6));
			// Container child vbox93.Gtk.Box+BoxChild
			this.hbox65 = new global::Gtk.HBox ();
			this.hbox65.Name = "hbox65";
			this.hbox65.Spacing = 12;
			// Container child hbox65.Gtk.Box+BoxChild
			this.hbox72 = new global::Gtk.HBox ();
			this.hbox72.Name = "hbox72";
			this.hbox72.Spacing = 12;
			// Container child hbox72.Gtk.Box+BoxChild
			this.notebook = new global::Gtk.Notebook ();
			this.notebook.CanFocus = true;
			this.notebook.Name = "notebook";
			this.notebook.CurrentPage = 0;
			this.notebook.ShowBorder = false;
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 9;
			this.hbox2.BorderWidth = ((uint)(9));
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			// Container child vbox6.Gtk.Box+BoxChild
			this.scrolledwindow13 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow13.CanFocus = true;
			this.scrolledwindow13.Name = "scrolledwindow13";
			this.scrolledwindow13.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow13.Gtk.Container+ContainerChild
			this.addinTree = new global::Gtk.TreeView ();
			this.addinTree.CanFocus = true;
			this.addinTree.Name = "addinTree";
			this.scrolledwindow13.Add (this.addinTree);
			this.vbox6.Add (this.scrolledwindow13);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow13]));
			w3.Position = 0;
			this.hbox2.Add (this.vbox6);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox6]));
			w4.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.eventbox2 = new global::Gtk.EventBox ();
			this.eventbox2.Name = "eventbox2";
			// Container child eventbox2.Gtk.Container+ContainerChild
			this.addininfoInstalled = new global::Mono.Addins.Gui.AddinInfoView ();
			this.addininfoInstalled.Events = ((global::Gdk.EventMask)(256));
			this.addininfoInstalled.Name = "addininfoInstalled";
			this.addininfoInstalled.AllowInstall = false;
			this.eventbox2.Add (this.addininfoInstalled);
			this.hbox2.Add (this.eventbox2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.eventbox2]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.notebook.Add (this.hbox2);
			// Notebook tab
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Installed");
			this.notebook.SetTabLabel (this.hbox2, this.label7);
			this.label7.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.boxUpdates = new global::Gtk.HBox ();
			this.boxUpdates.Name = "boxUpdates";
			this.boxUpdates.Spacing = 9;
			this.boxUpdates.BorderWidth = ((uint)(9));
			// Container child boxUpdates.Gtk.Box+BoxChild
			this.vboxUpdates = new global::Gtk.VBox ();
			this.vboxUpdates.Name = "vboxUpdates";
			// Container child vboxUpdates.Gtk.Box+BoxChild
			this.eboxRepoUpdates = new global::Gtk.EventBox ();
			this.eboxRepoUpdates.Name = "eboxRepoUpdates";
			// Container child eboxRepoUpdates.Gtk.Container+ContainerChild
			this.hbox67 = new global::Gtk.HBox ();
			this.hbox67.Name = "hbox67";
			this.hbox67.Spacing = 6;
			// Container child hbox67.Gtk.Box+BoxChild
			this.labelUpdates = new global::Gtk.Label ();
			this.labelUpdates.Name = "labelUpdates";
			this.labelUpdates.LabelProp = global::Mono.Unix.Catalog.GetString ("No updates found");
			this.hbox67.Add (this.labelUpdates);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox67 [this.labelUpdates]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child hbox67.Gtk.Box+BoxChild
			this.buttonRefreshUpdates = new global::Gtk.Button ();
			this.buttonRefreshUpdates.CanFocus = true;
			this.buttonRefreshUpdates.Name = "buttonRefreshUpdates";
			this.buttonRefreshUpdates.UseUnderline = true;
			this.buttonRefreshUpdates.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonRefreshUpdates.Gtk.Container+ContainerChild
			global::Gtk.Alignment w9 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w10 = new global::Gtk.HBox ();
			w10.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w11 = new global::Gtk.Image ();
			w11.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
			w10.Add (w11);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w13 = new global::Gtk.Label ();
			w13.LabelProp = global::Mono.Unix.Catalog.GetString ("Refresh");
			w13.UseUnderline = true;
			w10.Add (w13);
			w9.Add (w10);
			this.buttonRefreshUpdates.Add (w9);
			this.hbox67.Add (this.buttonRefreshUpdates);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox67 [this.buttonRefreshUpdates]));
			w17.PackType = ((global::Gtk.PackType)(1));
			w17.Position = 1;
			w17.Expand = false;
			w17.Fill = false;
			// Container child hbox67.Gtk.Box+BoxChild
			this.buttonUpdateAll = new global::Gtk.Button ();
			this.buttonUpdateAll.CanFocus = true;
			this.buttonUpdateAll.Name = "buttonUpdateAll";
			this.buttonUpdateAll.UseUnderline = true;
			this.buttonUpdateAll.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonUpdateAll.Gtk.Container+ContainerChild
			global::Gtk.Alignment w18 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w19 = new global::Gtk.HBox ();
			w19.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w20 = new global::Gtk.Image ();
			w20.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("download.png");
			w19.Add (w20);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w22 = new global::Gtk.Label ();
			w22.LabelProp = global::Mono.Unix.Catalog.GetString ("Update All");
			w22.UseUnderline = true;
			w19.Add (w22);
			w18.Add (w19);
			this.buttonUpdateAll.Add (w18);
			this.hbox67.Add (this.buttonUpdateAll);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox67 [this.buttonUpdateAll]));
			w26.PackType = ((global::Gtk.PackType)(1));
			w26.Position = 2;
			w26.Expand = false;
			w26.Fill = false;
			this.eboxRepoUpdates.Add (this.hbox67);
			this.vboxUpdates.Add (this.eboxRepoUpdates);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vboxUpdates [this.eboxRepoUpdates]));
			w28.Position = 0;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vboxUpdates.Gtk.Box+BoxChild
			this.scrolledUpdates = new global::Gtk.ScrolledWindow ();
			this.scrolledUpdates.CanFocus = true;
			this.scrolledUpdates.Name = "scrolledUpdates";
			this.scrolledUpdates.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledUpdates.Gtk.Container+ContainerChild
			this.updatesTreeView = new global::Gtk.TreeView ();
			this.updatesTreeView.CanFocus = true;
			this.updatesTreeView.Name = "updatesTreeView";
			this.scrolledUpdates.Add (this.updatesTreeView);
			this.vboxUpdates.Add (this.scrolledUpdates);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxUpdates [this.scrolledUpdates]));
			w30.Position = 1;
			this.boxUpdates.Add (this.vboxUpdates);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.boxUpdates [this.vboxUpdates]));
			w31.Position = 0;
			// Container child boxUpdates.Gtk.Box+BoxChild
			this.eventbox3 = new global::Gtk.EventBox ();
			this.eventbox3.Name = "eventbox3";
			// Container child eventbox3.Gtk.Container+ContainerChild
			this.addininfoUpdates = new global::Mono.Addins.Gui.AddinInfoView ();
			this.addininfoUpdates.Events = ((global::Gdk.EventMask)(256));
			this.addininfoUpdates.Name = "addininfoUpdates";
			this.addininfoUpdates.AllowInstall = false;
			this.eventbox3.Add (this.addininfoUpdates);
			this.boxUpdates.Add (this.eventbox3);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.boxUpdates [this.eventbox3]));
			w33.Position = 1;
			w33.Expand = false;
			w33.Fill = false;
			this.notebook.Add (this.boxUpdates);
			global::Gtk.Notebook.NotebookChild w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.boxUpdates]));
			w34.Position = 1;
			// Notebook tab
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Updates");
			this.notebook.SetTabLabel (this.boxUpdates, this.label4);
			this.label4.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			this.hbox6.Spacing = 9;
			this.hbox6.BorderWidth = ((uint)(9));
			// Container child hbox6.Gtk.Box+BoxChild
			this.vboxGallery = new global::Gtk.VBox ();
			this.vboxGallery.Name = "vboxGallery";
			// Container child vboxGallery.Gtk.Box+BoxChild
			this.eboxRepo = new global::Gtk.EventBox ();
			this.eboxRepo.Name = "eboxRepo";
			// Container child eboxRepo.Gtk.Container+ContainerChild
			this.hbox66 = new global::Gtk.HBox ();
			this.hbox66.Name = "hbox66";
			this.hbox66.Spacing = 6;
			// Container child hbox66.Gtk.Box+BoxChild
			this.label112 = new global::Gtk.Label ();
			this.label112.Name = "label112";
			this.label112.LabelProp = global::Mono.Unix.Catalog.GetString ("Repository:");
			this.hbox66.Add (this.label112);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.label112]));
			w35.Position = 0;
			w35.Expand = false;
			w35.Fill = false;
			// Container child hbox66.Gtk.Box+BoxChild
			this.repoCombo = new global::Gtk.ComboBox ();
			this.repoCombo.Name = "repoCombo";
			this.hbox66.Add (this.repoCombo);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.repoCombo]));
			w36.Position = 1;
			// Container child hbox66.Gtk.Box+BoxChild
			this.buttonRefresh = new global::Gtk.Button ();
			this.buttonRefresh.CanFocus = true;
			this.buttonRefresh.Name = "buttonRefresh";
			this.buttonRefresh.UseUnderline = true;
			this.buttonRefresh.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonRefresh.Gtk.Container+ContainerChild
			global::Gtk.Alignment w37 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w38 = new global::Gtk.HBox ();
			w38.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w39 = new global::Gtk.Image ();
			w39.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
			w38.Add (w39);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w41 = new global::Gtk.Label ();
			w38.Add (w41);
			w37.Add (w38);
			this.buttonRefresh.Add (w37);
			this.hbox66.Add (this.buttonRefresh);
			global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox66 [this.buttonRefresh]));
			w45.Position = 2;
			w45.Expand = false;
			w45.Fill = false;
			this.eboxRepo.Add (this.hbox66);
			this.vboxGallery.Add (this.eboxRepo);
			global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vboxGallery [this.eboxRepo]));
			w47.Position = 0;
			w47.Expand = false;
			w47.Fill = false;
			// Container child vboxGallery.Gtk.Box+BoxChild
			this.scrolledGallery = new global::Gtk.ScrolledWindow ();
			this.scrolledGallery.CanFocus = true;
			this.scrolledGallery.Name = "scrolledGallery";
			this.scrolledGallery.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledGallery.Gtk.Container+ContainerChild
			this.galleryTreeView = new global::Gtk.TreeView ();
			this.galleryTreeView.CanFocus = true;
			this.galleryTreeView.Name = "galleryTreeView";
			this.scrolledGallery.Add (this.galleryTreeView);
			this.vboxGallery.Add (this.scrolledGallery);
			global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vboxGallery [this.scrolledGallery]));
			w49.Position = 1;
			this.hbox6.Add (this.vboxGallery);
			global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vboxGallery]));
			w50.Position = 0;
			// Container child hbox6.Gtk.Box+BoxChild
			this.eventbox1 = new global::Gtk.EventBox ();
			this.eventbox1.Name = "eventbox1";
			// Container child eventbox1.Gtk.Container+ContainerChild
			this.addininfoGallery = new global::Mono.Addins.Gui.AddinInfoView ();
			this.addininfoGallery.Events = ((global::Gdk.EventMask)(256));
			this.addininfoGallery.Name = "addininfoGallery";
			this.addininfoGallery.AllowInstall = false;
			this.eventbox1.Add (this.addininfoGallery);
			this.hbox6.Add (this.eventbox1);
			global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.eventbox1]));
			w52.Position = 1;
			w52.Expand = false;
			w52.Fill = false;
			this.notebook.Add (this.hbox6);
			global::Gtk.Notebook.NotebookChild w53 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.hbox6]));
			w53.Position = 2;
			// Notebook tab
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Gallery");
			this.notebook.SetTabLabel (this.hbox6, this.label8);
			this.label8.ShowAll ();
			this.hbox72.Add (this.notebook);
			global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox72 [this.notebook]));
			w54.Position = 0;
			this.hbox65.Add (this.hbox72);
			global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox65 [this.hbox72]));
			w55.Position = 0;
			this.vbox93.Add (this.hbox65);
			global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox93 [this.hbox65]));
			w56.Position = 0;
			w1.Add (this.vbox93);
			global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox93]));
			w57.Position = 0;
			// Internal child Mono.Addins.Gui.AddinManagerDialog.ActionArea
			global::Gtk.HButtonBox w58 = this.ActionArea;
			w58.Name = "dialog-action_area8";
			w58.Spacing = 6;
			w58.BorderWidth = ((uint)(5));
			w58.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(2));
			// Container child dialog-action_area8.Gtk.ButtonBox+ButtonBoxChild
			this.buttonInstallFromFile = new global::Gtk.Button ();
			this.buttonInstallFromFile.CanFocus = true;
			this.buttonInstallFromFile.Name = "buttonInstallFromFile";
			this.buttonInstallFromFile.UseUnderline = true;
			this.buttonInstallFromFile.Label = global::Mono.Unix.Catalog.GetString ("Install from file...");
			w58.Add (this.buttonInstallFromFile);
			global::Gtk.ButtonBox.ButtonBoxChild w59 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w58 [this.buttonInstallFromFile]));
			w59.Expand = false;
			w59.Fill = false;
			// Container child dialog-action_area8.Gtk.ButtonBox+ButtonBoxChild
			this.btnClose = new global::Gtk.Button ();
			this.btnClose.CanDefault = true;
			this.btnClose.CanFocus = true;
			this.btnClose.Name = "btnClose";
			this.btnClose.UseStock = true;
			this.btnClose.UseUnderline = true;
			this.btnClose.Label = "gtk-close";
			this.AddActionWidget (this.btnClose, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w60 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w58 [this.btnClose]));
			w60.Position = 1;
			w60.Expand = false;
			w60.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.addininfoInstalled.InstallClicked += new global::System.EventHandler (this.OnInstallClicked);
			this.addininfoInstalled.UninstallClicked += new global::System.EventHandler (this.OnUninstallClicked);
			this.addininfoInstalled.UpdateClicked += new global::System.EventHandler (this.OnUpdateClicked);
			this.addininfoInstalled.EnableDisableClicked += new global::System.EventHandler (this.OnEnableDisableClicked);
			this.buttonUpdateAll.Clicked += new global::System.EventHandler (this.OnUpdateAll);
			this.buttonRefreshUpdates.Clicked += new global::System.EventHandler (this.OnButtonRefreshClicked);
			this.addininfoUpdates.InstallClicked += new global::System.EventHandler (this.OnInstallClicked);
			this.addininfoUpdates.UninstallClicked += new global::System.EventHandler (this.OnUninstallClicked);
			this.addininfoUpdates.UpdateClicked += new global::System.EventHandler (this.OnUpdateClicked);
			this.addininfoUpdates.EnableDisableClicked += new global::System.EventHandler (this.OnEnableDisableClicked);
			this.repoCombo.Changed += new global::System.EventHandler (this.OnRepoComboChanged);
			this.buttonRefresh.Clicked += new global::System.EventHandler (this.OnButtonRefreshClicked);
			this.addininfoGallery.InstallClicked += new global::System.EventHandler (this.OnInstallClicked);
			this.addininfoGallery.UninstallClicked += new global::System.EventHandler (this.OnUninstallClicked);
			this.addininfoGallery.UpdateClicked += new global::System.EventHandler (this.OnUpdateClicked);
			this.addininfoGallery.EnableDisableClicked += new global::System.EventHandler (this.OnEnableDisableClicked);
			this.buttonInstallFromFile.Clicked += new global::System.EventHandler (this.OnButtonInstallFromFileClicked);
		}
	}
}