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

« back to all changes in this revision

Viewing changes to src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Project.CodeGenerationPanelWidget.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:
9
9
                private global::Gtk.HBox hbox56;
10
10
                private global::Gtk.Label label81;
11
11
                private global::Gtk.VBox vbox65;
 
12
                private global::Gtk.Table table1;
 
13
                private global::Gtk.CheckButton enableOptimizationCheckButton;
12
14
                private global::Gtk.CheckButton generateOverflowChecksCheckButton;
13
 
                private global::Gtk.CheckButton enableOptimizationCheckButton;
14
 
                private global::Gtk.CheckButton generateDebugInformationCheckButton;
15
15
                private global::Gtk.CheckButton generateXmlOutputCheckButton;
16
 
                private global::Gtk.HBox hbox4;
17
 
                private global::Gtk.Table table1;
18
16
                private global::Gtk.HBox hbox1;
19
17
                private global::Gtk.ComboBox comboPlatforms;
 
18
                private global::Gtk.HBox hbox2;
 
19
                private global::Gtk.ComboBox comboDebug;
20
20
                private global::Gtk.Label label1;
 
21
                private global::Gtk.Label label2;
21
22
                private global::Gtk.Label label87;
22
23
                private global::Gtk.Entry symbolsEntry;
23
24
                private global::Gtk.Label label93;
37
38
                private global::Gtk.HBox hbox6;
38
39
                private global::Gtk.Label label88;
39
40
                private global::Gtk.Entry additionalArgsEntry;
40
 
                
 
41
 
41
42
                protected virtual void Build ()
42
43
                {
43
44
                        global::Stetic.Gui.Initialize (this);
77
78
                        this.vbox65.Name = "vbox65";
78
79
                        this.vbox65.Spacing = 6;
79
80
                        // Container child vbox65.Gtk.Box+BoxChild
 
81
                        this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
 
82
                        this.table1.Name = "table1";
 
83
                        this.table1.RowSpacing = ((uint)(6));
 
84
                        this.table1.ColumnSpacing = ((uint)(6));
 
85
                        // Container child table1.Gtk.Table+TableChild
 
86
                        this.enableOptimizationCheckButton = new global::Gtk.CheckButton ();
 
87
                        this.enableOptimizationCheckButton.CanFocus = true;
 
88
                        this.enableOptimizationCheckButton.Name = "enableOptimizationCheckButton";
 
89
                        this.enableOptimizationCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Enable _optimizations");
 
90
                        this.enableOptimizationCheckButton.DrawIndicator = true;
 
91
                        this.enableOptimizationCheckButton.UseUnderline = true;
 
92
                        this.table1.Add (this.enableOptimizationCheckButton);
 
93
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.enableOptimizationCheckButton]));
 
94
                        w3.TopAttach = ((uint)(1));
 
95
                        w3.BottomAttach = ((uint)(2));
 
96
                        w3.RightAttach = ((uint)(2));
 
97
                        w3.XOptions = ((global::Gtk.AttachOptions)(4));
 
98
                        w3.YOptions = ((global::Gtk.AttachOptions)(4));
 
99
                        // Container child table1.Gtk.Table+TableChild
80
100
                        this.generateOverflowChecksCheckButton = new global::Gtk.CheckButton ();
81
101
                        this.generateOverflowChecksCheckButton.CanFocus = true;
82
102
                        this.generateOverflowChecksCheckButton.Name = "generateOverflowChecksCheckButton";
83
103
                        this.generateOverflowChecksCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Generate overflow checks");
84
104
                        this.generateOverflowChecksCheckButton.DrawIndicator = true;
85
105
                        this.generateOverflowChecksCheckButton.UseUnderline = true;
86
 
                        this.vbox65.Add (this.generateOverflowChecksCheckButton);
87
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.generateOverflowChecksCheckButton]));
88
 
                        w3.Position = 0;
89
 
                        w3.Expand = false;
90
 
                        w3.Fill = false;
91
 
                        // Container child vbox65.Gtk.Box+BoxChild
92
 
                        this.enableOptimizationCheckButton = new global::Gtk.CheckButton ();
93
 
                        this.enableOptimizationCheckButton.CanFocus = true;
94
 
                        this.enableOptimizationCheckButton.Name = "enableOptimizationCheckButton";
95
 
                        this.enableOptimizationCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Enable _optimizations");
96
 
                        this.enableOptimizationCheckButton.DrawIndicator = true;
97
 
                        this.enableOptimizationCheckButton.UseUnderline = true;
98
 
                        this.vbox65.Add (this.enableOptimizationCheckButton);
99
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.enableOptimizationCheckButton]));
100
 
                        w4.Position = 1;
101
 
                        w4.Expand = false;
102
 
                        w4.Fill = false;
103
 
                        // Container child vbox65.Gtk.Box+BoxChild
104
 
                        this.generateDebugInformationCheckButton = new global::Gtk.CheckButton ();
105
 
                        this.generateDebugInformationCheckButton.CanFocus = true;
106
 
                        this.generateDebugInformationCheckButton.Name = "generateDebugInformationCheckButton";
107
 
                        this.generateDebugInformationCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Emit _debugging information");
108
 
                        this.generateDebugInformationCheckButton.DrawIndicator = true;
109
 
                        this.generateDebugInformationCheckButton.UseUnderline = true;
110
 
                        this.vbox65.Add (this.generateDebugInformationCheckButton);
111
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.generateDebugInformationCheckButton]));
112
 
                        w5.Position = 2;
113
 
                        w5.Expand = false;
114
 
                        w5.Fill = false;
115
 
                        // Container child vbox65.Gtk.Box+BoxChild
 
106
                        this.table1.Add (this.generateOverflowChecksCheckButton);
 
107
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateOverflowChecksCheckButton]));
 
108
                        w4.RightAttach = ((uint)(2));
 
109
                        w4.XOptions = ((global::Gtk.AttachOptions)(4));
 
110
                        w4.YOptions = ((global::Gtk.AttachOptions)(4));
 
111
                        // Container child table1.Gtk.Table+TableChild
116
112
                        this.generateXmlOutputCheckButton = new global::Gtk.CheckButton ();
117
113
                        this.generateXmlOutputCheckButton.CanFocus = true;
118
114
                        this.generateXmlOutputCheckButton.Name = "generateXmlOutputCheckButton";
120
116
                        this.generateXmlOutputCheckButton.Active = true;
121
117
                        this.generateXmlOutputCheckButton.DrawIndicator = true;
122
118
                        this.generateXmlOutputCheckButton.UseUnderline = true;
123
 
                        this.vbox65.Add (this.generateXmlOutputCheckButton);
124
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.generateXmlOutputCheckButton]));
125
 
                        w6.Position = 3;
126
 
                        w6.Expand = false;
127
 
                        w6.Fill = false;
128
 
                        // Container child vbox65.Gtk.Box+BoxChild
129
 
                        this.hbox4 = new global::Gtk.HBox ();
130
 
                        this.hbox4.Name = "hbox4";
131
 
                        this.hbox4.Spacing = 6;
132
 
                        this.vbox65.Add (this.hbox4);
133
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.hbox4]));
134
 
                        w7.Position = 4;
135
 
                        // Container child vbox65.Gtk.Box+BoxChild
136
 
                        this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
137
 
                        this.table1.Name = "table1";
138
 
                        this.table1.RowSpacing = ((uint)(6));
139
 
                        this.table1.ColumnSpacing = ((uint)(6));
 
119
                        this.table1.Add (this.generateXmlOutputCheckButton);
 
120
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateXmlOutputCheckButton]));
 
121
                        w5.TopAttach = ((uint)(2));
 
122
                        w5.BottomAttach = ((uint)(3));
 
123
                        w5.RightAttach = ((uint)(2));
 
124
                        w5.XOptions = ((global::Gtk.AttachOptions)(4));
 
125
                        w5.YOptions = ((global::Gtk.AttachOptions)(4));
140
126
                        // Container child table1.Gtk.Table+TableChild
141
127
                        this.hbox1 = new global::Gtk.HBox ();
142
128
                        this.hbox1.Name = "hbox1";
150
136
                        this.comboPlatforms.Name = "comboPlatforms";
151
137
                        this.comboPlatforms.Active = 0;
152
138
                        this.hbox1.Add (this.comboPlatforms);
153
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlatforms]));
 
139
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlatforms]));
 
140
                        w6.Position = 0;
 
141
                        w6.Expand = false;
 
142
                        w6.Fill = false;
 
143
                        this.table1.Add (this.hbox1);
 
144
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
 
145
                        w7.TopAttach = ((uint)(5));
 
146
                        w7.BottomAttach = ((uint)(6));
 
147
                        w7.LeftAttach = ((uint)(1));
 
148
                        w7.RightAttach = ((uint)(2));
 
149
                        w7.YOptions = ((global::Gtk.AttachOptions)(4));
 
150
                        // Container child table1.Gtk.Table+TableChild
 
151
                        this.hbox2 = new global::Gtk.HBox ();
 
152
                        this.hbox2.Name = "hbox2";
 
153
                        this.hbox2.Spacing = 6;
 
154
                        // Container child hbox2.Gtk.Box+BoxChild
 
155
                        this.comboDebug = global::Gtk.ComboBox.NewText ();
 
156
                        this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("Full"));
 
157
                        this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("Symbols only"));
 
158
                        this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("None"));
 
159
                        this.comboDebug.Name = "comboDebug";
 
160
                        this.comboDebug.Active = 0;
 
161
                        this.hbox2.Add (this.comboDebug);
 
162
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboDebug]));
154
163
                        w8.Position = 0;
155
164
                        w8.Expand = false;
156
165
                        w8.Fill = false;
157
 
                        this.table1.Add (this.hbox1);
158
 
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
159
 
                        w9.TopAttach = ((uint)(1));
160
 
                        w9.BottomAttach = ((uint)(2));
 
166
                        this.table1.Add (this.hbox2);
 
167
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
 
168
                        w9.TopAttach = ((uint)(3));
 
169
                        w9.BottomAttach = ((uint)(4));
161
170
                        w9.LeftAttach = ((uint)(1));
162
171
                        w9.RightAttach = ((uint)(2));
163
172
                        w9.YOptions = ((global::Gtk.AttachOptions)(4));
168
177
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Platform target:");
169
178
                        this.table1.Add (this.label1);
170
179
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
171
 
                        w10.TopAttach = ((uint)(1));
172
 
                        w10.BottomAttach = ((uint)(2));
 
180
                        w10.TopAttach = ((uint)(5));
 
181
                        w10.BottomAttach = ((uint)(6));
173
182
                        w10.XOptions = ((global::Gtk.AttachOptions)(4));
174
183
                        w10.YOptions = ((global::Gtk.AttachOptions)(4));
175
184
                        // Container child table1.Gtk.Table+TableChild
 
185
                        this.label2 = new global::Gtk.Label ();
 
186
                        this.label2.Name = "label2";
 
187
                        this.label2.Xalign = 0F;
 
188
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug information:");
 
189
                        this.table1.Add (this.label2);
 
190
                        global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
 
191
                        w11.TopAttach = ((uint)(3));
 
192
                        w11.BottomAttach = ((uint)(4));
 
193
                        w11.XOptions = ((global::Gtk.AttachOptions)(4));
 
194
                        w11.YOptions = ((global::Gtk.AttachOptions)(4));
 
195
                        // Container child table1.Gtk.Table+TableChild
176
196
                        this.label87 = new global::Gtk.Label ();
177
197
                        this.label87.Name = "label87";
178
198
                        this.label87.Xalign = 0F;
179
199
                        this.label87.LabelProp = global::Mono.Unix.Catalog.GetString ("Define S_ymbols:");
180
200
                        this.label87.UseUnderline = true;
181
201
                        this.table1.Add (this.label87);
182
 
                        global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
183
 
                        w11.XOptions = ((global::Gtk.AttachOptions)(4));
184
 
                        w11.YOptions = ((global::Gtk.AttachOptions)(4));
 
202
                        global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
 
203
                        w12.TopAttach = ((uint)(4));
 
204
                        w12.BottomAttach = ((uint)(5));
 
205
                        w12.XOptions = ((global::Gtk.AttachOptions)(4));
 
206
                        w12.YOptions = ((global::Gtk.AttachOptions)(4));
185
207
                        // Container child table1.Gtk.Table+TableChild
186
208
                        this.symbolsEntry = new global::Gtk.Entry ();
187
209
                        this.symbolsEntry.CanFocus = true;
189
211
                        this.symbolsEntry.IsEditable = true;
190
212
                        this.symbolsEntry.InvisibleChar = '●';
191
213
                        this.table1.Add (this.symbolsEntry);
192
 
                        global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.symbolsEntry]));
193
 
                        w12.LeftAttach = ((uint)(1));
194
 
                        w12.RightAttach = ((uint)(2));
195
 
                        w12.YOptions = ((global::Gtk.AttachOptions)(4));
 
214
                        global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.symbolsEntry]));
 
215
                        w13.TopAttach = ((uint)(4));
 
216
                        w13.BottomAttach = ((uint)(5));
 
217
                        w13.LeftAttach = ((uint)(1));
 
218
                        w13.RightAttach = ((uint)(2));
 
219
                        w13.YOptions = ((global::Gtk.AttachOptions)(4));
196
220
                        this.vbox65.Add (this.table1);
197
 
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.table1]));
198
 
                        w13.Position = 5;
 
221
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.table1]));
 
222
                        w14.Position = 0;
 
223
                        w14.Expand = false;
 
224
                        w14.Fill = false;
199
225
                        this.hbox56.Add (this.vbox65);
200
 
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.vbox65]));
201
 
                        w14.Position = 1;
 
226
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.vbox65]));
 
227
                        w15.Position = 1;
202
228
                        this.vbox62.Add (this.hbox56);
203
 
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox56]));
204
 
                        w15.Position = 1;
205
 
                        w15.Expand = false;
206
 
                        w15.Fill = false;
 
229
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox56]));
 
230
                        w16.Position = 1;
 
231
                        w16.Expand = false;
 
232
                        w16.Fill = false;
207
233
                        // Container child vbox62.Gtk.Box+BoxChild
208
234
                        this.label93 = new global::Gtk.Label ();
209
235
                        this.label93.Name = "label93";
212
238
                        this.label93.UseMarkup = true;
213
239
                        this.label93.UseUnderline = true;
214
240
                        this.vbox62.Add (this.label93);
215
 
                        global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label93]));
216
 
                        w16.Position = 2;
217
 
                        w16.Expand = false;
218
 
                        w16.Fill = false;
 
241
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label93]));
 
242
                        w17.Position = 2;
 
243
                        w17.Expand = false;
 
244
                        w17.Fill = false;
219
245
                        // Container child vbox62.Gtk.Box+BoxChild
220
246
                        this.hbox48 = new global::Gtk.HBox ();
221
247
                        this.hbox48.Name = "hbox48";
224
250
                        this.label73.WidthRequest = 18;
225
251
                        this.label73.Name = "label73";
226
252
                        this.hbox48.Add (this.label73);
227
 
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label73]));
228
 
                        w17.Position = 0;
229
 
                        w17.Expand = false;
230
 
                        w17.Fill = false;
 
253
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label73]));
 
254
                        w18.Position = 0;
 
255
                        w18.Expand = false;
 
256
                        w18.Fill = false;
231
257
                        // Container child hbox48.Gtk.Box+BoxChild
232
258
                        this.vbox67 = new global::Gtk.VBox ();
233
259
                        this.vbox67.Name = "vbox67";
242
268
                        this.label85.LabelProp = global::Mono.Unix.Catalog.GetString ("_Warning Level:");
243
269
                        this.label85.UseUnderline = true;
244
270
                        this.hbox60.Add (this.label85);
245
 
                        global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.label85]));
246
 
                        w18.Position = 0;
247
 
                        w18.Expand = false;
248
 
                        w18.Fill = false;
 
271
                        global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.label85]));
 
272
                        w19.Position = 0;
 
273
                        w19.Expand = false;
 
274
                        w19.Fill = false;
249
275
                        // Container child hbox60.Gtk.Box+BoxChild
250
276
                        this.warningLevelSpinButton = new global::Gtk.SpinButton (0, 4, 1);
251
277
                        this.warningLevelSpinButton.CanFocus = true;
255
281
                        this.warningLevelSpinButton.Numeric = true;
256
282
                        this.warningLevelSpinButton.Value = 2;
257
283
                        this.hbox60.Add (this.warningLevelSpinButton);
258
 
                        global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.warningLevelSpinButton]));
259
 
                        w19.Position = 1;
260
 
                        w19.Expand = false;
261
 
                        w19.Fill = false;
262
 
                        this.vbox67.Add (this.hbox60);
263
 
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox60]));
264
 
                        w20.Position = 0;
 
284
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.warningLevelSpinButton]));
 
285
                        w20.Position = 1;
265
286
                        w20.Expand = false;
266
287
                        w20.Fill = false;
 
288
                        this.vbox67.Add (this.hbox60);
 
289
                        global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox60]));
 
290
                        w21.Position = 0;
 
291
                        w21.Expand = false;
 
292
                        w21.Fill = false;
267
293
                        // Container child vbox67.Gtk.Box+BoxChild
268
294
                        this.hbox3 = new global::Gtk.HBox ();
269
295
                        this.hbox3.Name = "hbox3";
274
300
                        this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("_Ignore warnings:");
275
301
                        this.label86.UseUnderline = true;
276
302
                        this.hbox3.Add (this.label86);
277
 
                        global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label86]));
278
 
                        w21.Position = 0;
279
 
                        w21.Expand = false;
280
 
                        w21.Fill = false;
 
303
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label86]));
 
304
                        w22.Position = 0;
 
305
                        w22.Expand = false;
 
306
                        w22.Fill = false;
281
307
                        // Container child hbox3.Gtk.Box+BoxChild
282
308
                        this.ignoreWarningsEntry = new global::Gtk.Entry ();
283
309
                        this.ignoreWarningsEntry.CanFocus = true;
285
311
                        this.ignoreWarningsEntry.IsEditable = true;
286
312
                        this.ignoreWarningsEntry.InvisibleChar = '●';
287
313
                        this.hbox3.Add (this.ignoreWarningsEntry);
288
 
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ignoreWarningsEntry]));
289
 
                        w22.Position = 1;
 
314
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ignoreWarningsEntry]));
 
315
                        w23.Position = 1;
290
316
                        this.vbox67.Add (this.hbox3);
291
 
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox3]));
292
 
                        w23.Position = 1;
293
 
                        w23.Expand = false;
294
 
                        w23.Fill = false;
 
317
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox3]));
 
318
                        w24.Position = 1;
 
319
                        w24.Expand = false;
 
320
                        w24.Fill = false;
295
321
                        // Container child vbox67.Gtk.Box+BoxChild
296
322
                        this.warningsAsErrorsCheckButton = new global::Gtk.CheckButton ();
297
323
                        this.warningsAsErrorsCheckButton.CanFocus = true;
300
326
                        this.warningsAsErrorsCheckButton.DrawIndicator = true;
301
327
                        this.warningsAsErrorsCheckButton.UseUnderline = true;
302
328
                        this.vbox67.Add (this.warningsAsErrorsCheckButton);
303
 
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.warningsAsErrorsCheckButton]));
304
 
                        w24.Position = 2;
305
 
                        w24.Expand = false;
306
 
                        w24.Fill = false;
 
329
                        global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.warningsAsErrorsCheckButton]));
 
330
                        w25.Position = 2;
 
331
                        w25.Expand = false;
 
332
                        w25.Fill = false;
307
333
                        this.hbox48.Add (this.vbox67);
308
 
                        global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.vbox67]));
309
 
                        w25.Position = 1;
 
334
                        global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.vbox67]));
 
335
                        w26.Position = 1;
310
336
                        this.vbox62.Add (this.hbox48);
311
 
                        global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox48]));
312
 
                        w26.Position = 3;
313
 
                        w26.Expand = false;
314
 
                        w26.Fill = false;
 
337
                        global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox48]));
 
338
                        w27.Position = 3;
 
339
                        w27.Expand = false;
 
340
                        w27.Fill = false;
315
341
                        // Container child vbox62.Gtk.Box+BoxChild
316
342
                        this.label94 = new global::Gtk.Label ();
317
343
                        this.label94.Name = "label94";
320
346
                        this.label94.UseMarkup = true;
321
347
                        this.label94.UseUnderline = true;
322
348
                        this.vbox62.Add (this.label94);
323
 
                        global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label94]));
324
 
                        w27.Position = 4;
325
 
                        w27.Expand = false;
326
 
                        w27.Fill = false;
 
349
                        global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label94]));
 
350
                        w28.Position = 4;
 
351
                        w28.Expand = false;
 
352
                        w28.Fill = false;
327
353
                        // Container child vbox62.Gtk.Box+BoxChild
328
354
                        this.hbox5 = new global::Gtk.HBox ();
329
355
                        this.hbox5.Name = "hbox5";
333
359
                        this.label74.WidthRequest = 18;
334
360
                        this.label74.Name = "label74";
335
361
                        this.hbox5.Add (this.label74);
336
 
                        global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label74]));
337
 
                        w28.Position = 0;
338
 
                        w28.Expand = false;
339
 
                        w28.Fill = false;
 
362
                        global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label74]));
 
363
                        w29.Position = 0;
 
364
                        w29.Expand = false;
 
365
                        w29.Fill = false;
340
366
                        // Container child hbox5.Gtk.Box+BoxChild
341
367
                        this.hbox6 = new global::Gtk.HBox ();
342
368
                        this.hbox6.Name = "hbox6";
347
373
                        this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("_Additional arguments:");
348
374
                        this.label88.UseUnderline = true;
349
375
                        this.hbox6.Add (this.label88);
350
 
                        global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label88]));
351
 
                        w29.Position = 0;
352
 
                        w29.Expand = false;
353
 
                        w29.Fill = false;
 
376
                        global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label88]));
 
377
                        w30.Position = 0;
 
378
                        w30.Expand = false;
 
379
                        w30.Fill = false;
354
380
                        // Container child hbox6.Gtk.Box+BoxChild
355
381
                        this.additionalArgsEntry = new global::Gtk.Entry ();
356
382
                        this.additionalArgsEntry.CanFocus = true;
358
384
                        this.additionalArgsEntry.IsEditable = true;
359
385
                        this.additionalArgsEntry.InvisibleChar = '●';
360
386
                        this.hbox6.Add (this.additionalArgsEntry);
361
 
                        global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.additionalArgsEntry]));
362
 
                        w30.Position = 1;
 
387
                        global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.additionalArgsEntry]));
 
388
                        w31.Position = 1;
363
389
                        this.hbox5.Add (this.hbox6);
364
 
                        global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hbox6]));
365
 
                        w31.Position = 1;
 
390
                        global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hbox6]));
 
391
                        w32.Position = 1;
366
392
                        this.vbox62.Add (this.hbox5);
367
 
                        global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox5]));
368
 
                        w32.Position = 5;
369
 
                        w32.Expand = false;
370
 
                        w32.Fill = false;
 
393
                        global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox5]));
 
394
                        w33.Position = 5;
 
395
                        w33.Expand = false;
 
396
                        w33.Fill = false;
371
397
                        this.Add (this.vbox62);
372
398
                        if ((this.Child != null)) {
373
399
                                this.Child.ShowAll ();