~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/CBinding/gtk-gui/CBinding.CodeGenerationPanel.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
Import upstream version 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        public partial class CodeGenerationPanel
6
6
        {
7
7
                private global::Gtk.Notebook notebook1;
8
 
 
9
8
                private global::Gtk.VBox vbox6;
10
 
 
11
9
                private global::Gtk.Table table1;
12
 
 
13
10
                private global::Gtk.Label label4;
14
 
 
15
11
                private global::Gtk.Label label5;
16
 
 
17
12
                private global::Gtk.Label label6;
18
 
 
19
13
                private global::Gtk.SpinButton optimizationSpinButton;
20
 
 
21
14
                private global::Gtk.ComboBox targetComboBox;
22
 
 
23
15
                private global::Gtk.VBox vbox1;
24
 
 
25
16
                private global::Gtk.RadioButton noWarningRadio;
26
 
 
27
17
                private global::Gtk.RadioButton normalWarningRadio;
28
 
 
29
18
                private global::Gtk.RadioButton allWarningRadio;
30
 
 
31
19
                private global::Gtk.CheckButton warningsAsErrorsCheckBox;
32
 
 
33
20
                private global::Gtk.HBox hbox1;
34
 
 
35
21
                private global::Gtk.Label label12;
36
 
 
37
22
                private global::Gtk.Entry defineSymbolsTextEntry;
38
 
 
39
23
                private global::Gtk.Frame frame2;
40
 
 
41
24
                private global::Gtk.Alignment GtkAlignment;
42
 
 
43
25
                private global::Gtk.Table table5;
44
 
 
45
26
                private global::Gtk.Label label11;
46
 
 
47
27
                private global::Gtk.Label label7;
48
 
 
49
28
                private global::Gtk.ScrolledWindow scrolledwindow4;
50
 
 
51
29
                private global::Gtk.TextView extraCompilerTextView;
52
 
 
53
30
                private global::Gtk.ScrolledWindow scrolledwindow5;
54
 
 
55
31
                private global::Gtk.TextView extraLinkerTextView;
56
 
 
57
32
                private global::Gtk.Label GtkLabel12;
58
 
 
59
33
                private global::Gtk.Label label1;
60
 
 
61
34
                private global::Gtk.Table table2;
62
 
 
63
35
                private global::Gtk.Button addLibButton;
64
 
 
65
36
                private global::Gtk.Label label8;
66
 
 
67
37
                private global::Gtk.Entry libAddEntry;
68
 
 
69
38
                private global::Gtk.ScrolledWindow scrolledwindow1;
70
 
 
71
39
                private global::Gtk.TreeView libTreeView;
72
 
 
73
40
                private global::Gtk.VBox vbox4;
74
 
 
75
41
                private global::Gtk.Button browseButton;
76
 
 
77
42
                private global::Gtk.Button removeLibButton;
78
 
 
79
43
                private global::Gtk.Label label2;
80
 
 
81
44
                private global::Gtk.VBox vbox7;
82
 
 
83
45
                private global::Gtk.Table table4;
84
 
 
85
46
                private global::Gtk.HBox hbox2;
86
 
 
87
47
                private global::Gtk.Entry libPathEntry;
88
 
 
89
48
                private global::Gtk.Button quickInsertLibButton;
90
 
 
91
49
                private global::Gtk.Label label10;
92
 
 
93
50
                private global::Gtk.Button libPathAddButton;
94
 
 
95
51
                private global::Gtk.ScrolledWindow scrolledwindow3;
96
 
 
97
52
                private global::Gtk.TreeView libPathTreeView;
98
 
 
99
53
                private global::Gtk.VBox vbox3;
100
 
 
101
54
                private global::Gtk.Button libPathBrowseButton;
102
 
 
103
55
                private global::Gtk.Button libPathRemoveButton;
104
 
 
105
56
                private global::Gtk.Table table3;
106
 
 
107
57
                private global::Gtk.HBox hbox3;
108
 
 
109
58
                private global::Gtk.Entry includePathEntry;
110
 
 
111
59
                private global::Gtk.Button quickInsertIncludeButton;
112
 
 
113
60
                private global::Gtk.Button includePathAddButton;
114
 
 
115
61
                private global::Gtk.Label label9;
116
 
 
117
62
                private global::Gtk.ScrolledWindow scrolledwindow2;
118
 
 
119
63
                private global::Gtk.TreeView includePathTreeView;
120
 
 
121
64
                private global::Gtk.VBox vbox5;
122
 
 
123
65
                private global::Gtk.Button includePathBrowseButton;
124
 
 
125
66
                private global::Gtk.Button includePathRemoveButton;
126
 
 
127
67
                private global::Gtk.Label label3;
128
68
 
129
69
                protected virtual void Build ()
151
91
                        this.label4 = new global::Gtk.Label ();
152
92
                        this.label4.Name = "label4";
153
93
                        this.label4.Xpad = 10;
154
 
                        this.label4.Xalign = 0f;
 
94
                        this.label4.Xalign = 0F;
155
95
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Warning Level:");
156
96
                        this.table1.Add (this.label4);
157
 
                        global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
 
97
                        global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
158
98
                        w1.XOptions = ((global::Gtk.AttachOptions)(4));
159
99
                        w1.YOptions = ((global::Gtk.AttachOptions)(4));
160
100
                        // Container child table1.Gtk.Table+TableChild
161
101
                        this.label5 = new global::Gtk.Label ();
162
102
                        this.label5.Name = "label5";
163
103
                        this.label5.Xpad = 10;
164
 
                        this.label5.Xalign = 0f;
 
104
                        this.label5.Xalign = 0F;
165
105
                        this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Optimization Level:");
166
106
                        this.table1.Add (this.label5);
167
 
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
 
107
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
168
108
                        w2.TopAttach = ((uint)(1));
169
109
                        w2.BottomAttach = ((uint)(2));
170
110
                        w2.XOptions = ((global::Gtk.AttachOptions)(4));
173
113
                        this.label6 = new global::Gtk.Label ();
174
114
                        this.label6.Name = "label6";
175
115
                        this.label6.Xpad = 10;
176
 
                        this.label6.Xalign = 0f;
 
116
                        this.label6.Xalign = 0F;
177
117
                        this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Target:");
178
118
                        this.table1.Add (this.label6);
179
 
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
 
119
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
180
120
                        w3.TopAttach = ((uint)(2));
181
121
                        w3.BottomAttach = ((uint)(3));
182
122
                        w3.XOptions = ((global::Gtk.AttachOptions)(4));
189
129
                        this.optimizationSpinButton.ClimbRate = 1;
190
130
                        this.optimizationSpinButton.Numeric = true;
191
131
                        this.table1.Add (this.optimizationSpinButton);
192
 
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.optimizationSpinButton]));
 
132
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.optimizationSpinButton]));
193
133
                        w4.TopAttach = ((uint)(1));
194
134
                        w4.BottomAttach = ((uint)(2));
195
135
                        w4.LeftAttach = ((uint)(1));
203
143
                        this.targetComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Shared Object"));
204
144
                        this.targetComboBox.Name = "targetComboBox";
205
145
                        this.table1.Add (this.targetComboBox);
206
 
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.targetComboBox]));
 
146
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.targetComboBox]));
207
147
                        w5.TopAttach = ((uint)(2));
208
148
                        w5.BottomAttach = ((uint)(3));
209
149
                        w5.LeftAttach = ((uint)(1));
218
158
                        this.noWarningRadio = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("no warnings"));
219
159
                        this.noWarningRadio.CanFocus = true;
220
160
                        this.noWarningRadio.Name = "noWarningRadio";
 
161
                        this.noWarningRadio.Active = true;
221
162
                        this.noWarningRadio.DrawIndicator = true;
222
163
                        this.noWarningRadio.UseUnderline = true;
223
164
                        this.noWarningRadio.Group = new global::GLib.SList (global::System.IntPtr.Zero);
224
165
                        this.vbox1.Add (this.noWarningRadio);
225
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.noWarningRadio]));
 
166
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.noWarningRadio]));
226
167
                        w6.Position = 0;
227
168
                        w6.Expand = false;
228
169
                        w6.Fill = false;
234
175
                        this.normalWarningRadio.UseUnderline = true;
235
176
                        this.normalWarningRadio.Group = this.noWarningRadio.Group;
236
177
                        this.vbox1.Add (this.normalWarningRadio);
237
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.normalWarningRadio]));
 
178
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.normalWarningRadio]));
238
179
                        w7.Position = 1;
239
180
                        w7.Expand = false;
240
181
                        w7.Fill = false;
246
187
                        this.allWarningRadio.UseUnderline = true;
247
188
                        this.allWarningRadio.Group = this.noWarningRadio.Group;
248
189
                        this.vbox1.Add (this.allWarningRadio);
249
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.allWarningRadio]));
 
190
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.allWarningRadio]));
250
191
                        w8.Position = 2;
251
192
                        w8.Expand = false;
252
193
                        w8.Fill = false;
258
199
                        this.warningsAsErrorsCheckBox.DrawIndicator = true;
259
200
                        this.warningsAsErrorsCheckBox.UseUnderline = true;
260
201
                        this.vbox1.Add (this.warningsAsErrorsCheckBox);
261
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.warningsAsErrorsCheckBox]));
 
202
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.warningsAsErrorsCheckBox]));
262
203
                        w9.Position = 3;
263
204
                        w9.Expand = false;
264
205
                        w9.Fill = false;
265
206
                        this.table1.Add (this.vbox1);
266
 
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox1]));
 
207
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox1]));
267
208
                        w10.LeftAttach = ((uint)(1));
268
209
                        w10.RightAttach = ((uint)(2));
269
210
                        w10.XOptions = ((global::Gtk.AttachOptions)(4));
270
211
                        w10.YOptions = ((global::Gtk.AttachOptions)(4));
271
212
                        this.vbox6.Add (this.table1);
272
 
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.table1]));
 
213
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.table1]));
273
214
                        w11.Position = 0;
274
215
                        w11.Expand = false;
275
216
                        w11.Fill = false;
281
222
                        this.label12 = new global::Gtk.Label ();
282
223
                        this.label12.Name = "label12";
283
224
                        this.label12.Xpad = 13;
284
 
                        this.label12.Xalign = 0f;
 
225
                        this.label12.Xalign = 0F;
285
226
                        this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Define Symbols:");
286
227
                        this.hbox1.Add (this.label12);
287
 
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label12]));
 
228
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label12]));
288
229
                        w12.Position = 0;
289
230
                        w12.Expand = false;
290
231
                        w12.Fill = false;
296
237
                        this.defineSymbolsTextEntry.IsEditable = true;
297
238
                        this.defineSymbolsTextEntry.InvisibleChar = '●';
298
239
                        this.hbox1.Add (this.defineSymbolsTextEntry);
299
 
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.defineSymbolsTextEntry]));
 
240
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.defineSymbolsTextEntry]));
300
241
                        w13.Position = 1;
301
242
                        w13.Padding = ((uint)(14));
302
243
                        this.vbox6.Add (this.hbox1);
303
 
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox1]));
 
244
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox1]));
304
245
                        w14.Position = 1;
305
246
                        w14.Expand = false;
306
247
                        w14.Fill = false;
308
249
                        this.frame2 = new global::Gtk.Frame ();
309
250
                        this.frame2.Name = "frame2";
310
251
                        this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
311
 
                        this.frame2.LabelYalign = 0f;
 
252
                        this.frame2.LabelYalign = 0F;
312
253
                        // Container child frame2.Gtk.Container+ContainerChild
313
 
                        this.GtkAlignment = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
 
254
                        this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
314
255
                        this.GtkAlignment.Name = "GtkAlignment";
315
256
                        this.GtkAlignment.LeftPadding = ((uint)(12));
316
257
                        // Container child GtkAlignment.Gtk.Container+ContainerChild
322
263
                        // Container child table5.Gtk.Table+TableChild
323
264
                        this.label11 = new global::Gtk.Label ();
324
265
                        this.label11.Name = "label11";
325
 
                        this.label11.Xalign = 0f;
 
266
                        this.label11.Xalign = 0F;
326
267
                        this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Extra Linker Options");
327
268
                        this.table5.Add (this.label11);
328
 
                        global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table5[this.label11]));
 
269
                        global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table5 [this.label11]));
329
270
                        w15.LeftAttach = ((uint)(1));
330
271
                        w15.RightAttach = ((uint)(2));
331
272
                        w15.XOptions = ((global::Gtk.AttachOptions)(4));
333
274
                        // Container child table5.Gtk.Table+TableChild
334
275
                        this.label7 = new global::Gtk.Label ();
335
276
                        this.label7.Name = "label7";
336
 
                        this.label7.Xalign = 0f;
 
277
                        this.label7.Xalign = 0F;
337
278
                        this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Extra Compiler Options");
338
279
                        this.table5.Add (this.label7);
339
 
                        global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table5[this.label7]));
 
280
                        global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table5 [this.label7]));
340
281
                        w16.XOptions = ((global::Gtk.AttachOptions)(4));
341
282
                        w16.YOptions = ((global::Gtk.AttachOptions)(4));
342
283
                        // Container child table5.Gtk.Table+TableChild
351
292
                        this.extraCompilerTextView.Name = "extraCompilerTextView";
352
293
                        this.scrolledwindow4.Add (this.extraCompilerTextView);
353
294
                        this.table5.Add (this.scrolledwindow4);
354
 
                        global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow4]));
 
295
                        global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table5 [this.scrolledwindow4]));
355
296
                        w18.TopAttach = ((uint)(1));
356
297
                        w18.BottomAttach = ((uint)(2));
357
298
                        // Container child table5.Gtk.Table+TableChild
366
307
                        this.extraLinkerTextView.Name = "extraLinkerTextView";
367
308
                        this.scrolledwindow5.Add (this.extraLinkerTextView);
368
309
                        this.table5.Add (this.scrolledwindow5);
369
 
                        global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow5]));
 
310
                        global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table5 [this.scrolledwindow5]));
370
311
                        w20.TopAttach = ((uint)(1));
371
312
                        w20.BottomAttach = ((uint)(2));
372
313
                        w20.LeftAttach = ((uint)(1));
380
321
                        this.GtkLabel12.UseMarkup = true;
381
322
                        this.frame2.LabelWidget = this.GtkLabel12;
382
323
                        this.vbox6.Add (this.frame2);
383
 
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.frame2]));
 
324
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.frame2]));
384
325
                        w23.Position = 2;
385
326
                        this.notebook1.Add (this.vbox6);
386
327
                        // Notebook tab
403
344
                        this.addLibButton.UseUnderline = true;
404
345
                        this.addLibButton.Label = global::Mono.Unix.Catalog.GetString ("Add");
405
346
                        this.table2.Add (this.addLibButton);
406
 
                        global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2[this.addLibButton]));
 
347
                        global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.addLibButton]));
407
348
                        w25.LeftAttach = ((uint)(2));
408
349
                        w25.RightAttach = ((uint)(3));
409
350
                        w25.XOptions = ((global::Gtk.AttachOptions)(4));
413
354
                        this.label8.Name = "label8";
414
355
                        this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Library:");
415
356
                        this.table2.Add (this.label8);
416
 
                        global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2[this.label8]));
 
357
                        global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
417
358
                        w26.XOptions = ((global::Gtk.AttachOptions)(4));
418
359
                        w26.YOptions = ((global::Gtk.AttachOptions)(4));
419
360
                        // Container child table2.Gtk.Table+TableChild
423
364
                        this.libAddEntry.IsEditable = true;
424
365
                        this.libAddEntry.InvisibleChar = '●';
425
366
                        this.table2.Add (this.libAddEntry);
426
 
                        global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2[this.libAddEntry]));
 
367
                        global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.libAddEntry]));
427
368
                        w27.LeftAttach = ((uint)(1));
428
369
                        w27.RightAttach = ((uint)(2));
429
370
                        w27.YOptions = ((global::Gtk.AttachOptions)(4));
438
379
                        this.libTreeView.Name = "libTreeView";
439
380
                        this.scrolledwindow1.Add (this.libTreeView);
440
381
                        this.table2.Add (this.scrolledwindow1);
441
 
                        global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2[this.scrolledwindow1]));
 
382
                        global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.scrolledwindow1]));
442
383
                        w29.TopAttach = ((uint)(1));
443
384
                        w29.BottomAttach = ((uint)(2));
444
385
                        w29.LeftAttach = ((uint)(1));
454
395
                        this.browseButton.UseUnderline = true;
455
396
                        this.browseButton.Label = global::Mono.Unix.Catalog.GetString ("Browse...");
456
397
                        this.vbox4.Add (this.browseButton);
457
 
                        global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.browseButton]));
 
398
                        global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.browseButton]));
458
399
                        w30.Position = 0;
459
400
                        w30.Expand = false;
460
401
                        w30.Fill = false;
466
407
                        this.removeLibButton.UseUnderline = true;
467
408
                        this.removeLibButton.Label = global::Mono.Unix.Catalog.GetString ("Remove");
468
409
                        this.vbox4.Add (this.removeLibButton);
469
 
                        global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.removeLibButton]));
 
410
                        global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.removeLibButton]));
470
411
                        w31.Position = 1;
471
412
                        w31.Expand = false;
472
413
                        w31.Fill = false;
473
414
                        this.table2.Add (this.vbox4);
474
 
                        global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table2[this.vbox4]));
 
415
                        global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table2 [this.vbox4]));
475
416
                        w32.TopAttach = ((uint)(1));
476
417
                        w32.BottomAttach = ((uint)(2));
477
418
                        w32.LeftAttach = ((uint)(2));
478
419
                        w32.RightAttach = ((uint)(3));
479
420
                        w32.XOptions = ((global::Gtk.AttachOptions)(4));
480
421
                        this.notebook1.Add (this.table2);
481
 
                        global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.table2]));
 
422
                        global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table2]));
482
423
                        w33.Position = 1;
483
424
                        // Notebook tab
484
425
                        this.label2 = new global::Gtk.Label ();
507
448
                        this.libPathEntry.IsEditable = true;
508
449
                        this.libPathEntry.InvisibleChar = '●';
509
450
                        this.hbox2.Add (this.libPathEntry);
510
 
                        global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.libPathEntry]));
 
451
                        global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.libPathEntry]));
511
452
                        w34.Position = 0;
512
453
                        // Container child hbox2.Gtk.Box+BoxChild
513
454
                        this.quickInsertLibButton = new global::Gtk.Button ();
517
458
                        this.quickInsertLibButton.UseUnderline = true;
518
459
                        this.quickInsertLibButton.Label = global::Mono.Unix.Catalog.GetString (">");
519
460
                        this.hbox2.Add (this.quickInsertLibButton);
520
 
                        global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.quickInsertLibButton]));
 
461
                        global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.quickInsertLibButton]));
521
462
                        w35.Position = 1;
522
463
                        w35.Expand = false;
523
464
                        w35.Fill = false;
524
465
                        this.table4.Add (this.hbox2);
525
 
                        global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table4[this.hbox2]));
 
466
                        global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table4 [this.hbox2]));
526
467
                        w36.LeftAttach = ((uint)(1));
527
468
                        w36.RightAttach = ((uint)(2));
528
469
                        w36.YOptions = ((global::Gtk.AttachOptions)(4));
531
472
                        this.label10.Name = "label10";
532
473
                        this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Library:");
533
474
                        this.table4.Add (this.label10);
534
 
                        global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table4[this.label10]));
 
475
                        global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table4 [this.label10]));
535
476
                        w37.XOptions = ((global::Gtk.AttachOptions)(4));
536
477
                        w37.YOptions = ((global::Gtk.AttachOptions)(4));
537
478
                        // Container child table4.Gtk.Table+TableChild
542
483
                        this.libPathAddButton.UseUnderline = true;
543
484
                        this.libPathAddButton.Label = global::Mono.Unix.Catalog.GetString ("Add");
544
485
                        this.table4.Add (this.libPathAddButton);
545
 
                        global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table4[this.libPathAddButton]));
 
486
                        global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table4 [this.libPathAddButton]));
546
487
                        w38.LeftAttach = ((uint)(2));
547
488
                        w38.RightAttach = ((uint)(3));
548
489
                        w38.XOptions = ((global::Gtk.AttachOptions)(4));
558
499
                        this.libPathTreeView.Name = "libPathTreeView";
559
500
                        this.scrolledwindow3.Add (this.libPathTreeView);
560
501
                        this.table4.Add (this.scrolledwindow3);
561
 
                        global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table4[this.scrolledwindow3]));
 
502
                        global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table4 [this.scrolledwindow3]));
562
503
                        w40.TopAttach = ((uint)(1));
563
504
                        w40.BottomAttach = ((uint)(2));
564
505
                        w40.LeftAttach = ((uint)(1));
574
515
                        this.libPathBrowseButton.UseUnderline = true;
575
516
                        this.libPathBrowseButton.Label = global::Mono.Unix.Catalog.GetString ("Browse...");
576
517
                        this.vbox3.Add (this.libPathBrowseButton);
577
 
                        global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.libPathBrowseButton]));
 
518
                        global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.libPathBrowseButton]));
578
519
                        w41.Position = 0;
579
520
                        w41.Expand = false;
580
521
                        w41.Fill = false;
586
527
                        this.libPathRemoveButton.UseUnderline = true;
587
528
                        this.libPathRemoveButton.Label = global::Mono.Unix.Catalog.GetString ("Remove");
588
529
                        this.vbox3.Add (this.libPathRemoveButton);
589
 
                        global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.libPathRemoveButton]));
 
530
                        global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.libPathRemoveButton]));
590
531
                        w42.Position = 1;
591
532
                        w42.Expand = false;
592
533
                        w42.Fill = false;
593
534
                        this.table4.Add (this.vbox3);
594
 
                        global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table4[this.vbox3]));
 
535
                        global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table4 [this.vbox3]));
595
536
                        w43.TopAttach = ((uint)(1));
596
537
                        w43.BottomAttach = ((uint)(2));
597
538
                        w43.LeftAttach = ((uint)(2));
598
539
                        w43.RightAttach = ((uint)(3));
599
540
                        w43.XOptions = ((global::Gtk.AttachOptions)(4));
600
541
                        this.vbox7.Add (this.table4);
601
 
                        global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.table4]));
 
542
                        global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.table4]));
602
543
                        w44.Position = 0;
603
544
                        // Container child vbox7.Gtk.Box+BoxChild
604
545
                        this.table3 = new global::Gtk.Table (((uint)(2)), ((uint)(3)), false);
616
557
                        this.includePathEntry.IsEditable = true;
617
558
                        this.includePathEntry.InvisibleChar = '●';
618
559
                        this.hbox3.Add (this.includePathEntry);
619
 
                        global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.includePathEntry]));
 
560
                        global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.includePathEntry]));
620
561
                        w45.Position = 0;
621
562
                        // Container child hbox3.Gtk.Box+BoxChild
622
563
                        this.quickInsertIncludeButton = new global::Gtk.Button ();
626
567
                        this.quickInsertIncludeButton.UseUnderline = true;
627
568
                        this.quickInsertIncludeButton.Label = global::Mono.Unix.Catalog.GetString (">");
628
569
                        this.hbox3.Add (this.quickInsertIncludeButton);
629
 
                        global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.quickInsertIncludeButton]));
 
570
                        global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.quickInsertIncludeButton]));
630
571
                        w46.Position = 1;
631
572
                        w46.Expand = false;
632
573
                        w46.Fill = false;
633
574
                        this.table3.Add (this.hbox3);
634
 
                        global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table3[this.hbox3]));
 
575
                        global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table3 [this.hbox3]));
635
576
                        w47.LeftAttach = ((uint)(1));
636
577
                        w47.RightAttach = ((uint)(2));
637
578
                        w47.YOptions = ((global::Gtk.AttachOptions)(4));
643
584
                        this.includePathAddButton.UseUnderline = true;
644
585
                        this.includePathAddButton.Label = global::Mono.Unix.Catalog.GetString ("Add");
645
586
                        this.table3.Add (this.includePathAddButton);
646
 
                        global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table3[this.includePathAddButton]));
 
587
                        global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table3 [this.includePathAddButton]));
647
588
                        w48.LeftAttach = ((uint)(2));
648
589
                        w48.RightAttach = ((uint)(3));
649
590
                        w48.XOptions = ((global::Gtk.AttachOptions)(4));
653
594
                        this.label9.Name = "label9";
654
595
                        this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Include:");
655
596
                        this.table3.Add (this.label9);
656
 
                        global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table3[this.label9]));
 
597
                        global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table3 [this.label9]));
657
598
                        w49.XOptions = ((global::Gtk.AttachOptions)(4));
658
599
                        w49.YOptions = ((global::Gtk.AttachOptions)(4));
659
600
                        // Container child table3.Gtk.Table+TableChild
667
608
                        this.includePathTreeView.Name = "includePathTreeView";
668
609
                        this.scrolledwindow2.Add (this.includePathTreeView);
669
610
                        this.table3.Add (this.scrolledwindow2);
670
 
                        global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table3[this.scrolledwindow2]));
 
611
                        global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table3 [this.scrolledwindow2]));
671
612
                        w51.TopAttach = ((uint)(1));
672
613
                        w51.BottomAttach = ((uint)(2));
673
614
                        w51.LeftAttach = ((uint)(1));
683
624
                        this.includePathBrowseButton.UseUnderline = true;
684
625
                        this.includePathBrowseButton.Label = global::Mono.Unix.Catalog.GetString ("Browse...");
685
626
                        this.vbox5.Add (this.includePathBrowseButton);
686
 
                        global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.includePathBrowseButton]));
 
627
                        global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.includePathBrowseButton]));
687
628
                        w52.Position = 0;
688
629
                        w52.Expand = false;
689
630
                        w52.Fill = false;
695
636
                        this.includePathRemoveButton.UseUnderline = true;
696
637
                        this.includePathRemoveButton.Label = global::Mono.Unix.Catalog.GetString ("Remove");
697
638
                        this.vbox5.Add (this.includePathRemoveButton);
698
 
                        global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.includePathRemoveButton]));
 
639
                        global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.includePathRemoveButton]));
699
640
                        w53.Position = 1;
700
641
                        w53.Expand = false;
701
642
                        w53.Fill = false;
702
643
                        this.table3.Add (this.vbox5);
703
 
                        global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table3[this.vbox5]));
 
644
                        global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table3 [this.vbox5]));
704
645
                        w54.TopAttach = ((uint)(1));
705
646
                        w54.BottomAttach = ((uint)(2));
706
647
                        w54.LeftAttach = ((uint)(2));
707
648
                        w54.RightAttach = ((uint)(3));
708
649
                        w54.XOptions = ((global::Gtk.AttachOptions)(4));
709
650
                        this.vbox7.Add (this.table3);
710
 
                        global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.table3]));
 
651
                        global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.table3]));
711
652
                        w55.Position = 1;
712
653
                        this.notebook1.Add (this.vbox7);
713
 
                        global::Gtk.Notebook.NotebookChild w56 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox7]));
 
654
                        global::Gtk.Notebook.NotebookChild w56 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox7]));
714
655
                        w56.Position = 2;
715
656
                        // Notebook tab
716
657
                        this.label3 = new global::Gtk.Label ();