Builder4/ValaProjectSettings.bjs
[app.Builder.js] / Builder4 / ValaProjectSettings.vala
1 static ValaProjectSettings  _ValaProjectSettings;
2
3 public class ValaProjectSettings : Object 
4 {
5     public Gtk.VBox el;
6     private ValaProjectSettings  _this;
7
8     public static ValaProjectSettings singleton()
9     {
10         if (_ValaProjectSettings == null) {
11             _ValaProjectSettings= new ValaProjectSettings();
12         }
13         return _ValaProjectSettings;
14     }
15
16         // my vars (def)
17     public utf8 title;
18
19     // ctor 
20     public ValaProjectSettings()
21     {
22         _this = this;
23         this.el = new Gtk.VBox( true, 0 );
24
25         // my vars (dec)
26         this.title = Edit Compile Settings;
27
28         // set gobject values
29         var child_0 = new Xcls_Notebook2( _this );
30         child_0.ref();
31     }
32
33     // user defined functions 
34     public class Xcls_Notebook2 : Object 
35     {
36         public Gtk.Notebook el;
37         private ValaProjectSettings  _this;
38
39
40             // my vars (def)
41
42         // ctor 
43         public Xcls_Notebook2(ValaProjectSettings _owner )
44         {
45             _this = _owner;
46             this.el = new Gtk.Notebook();
47
48             // my vars (dec)
49
50             // set gobject values
51             var child_0 = new Xcls_VBox3( _this );
52             child_0.ref();
53             this.el.add (  child_0.el  );
54             var child_1 = new Xcls_HPaned12( _this );
55             child_1.ref();
56             this.el.add (  child_1.el  );
57         }
58
59         // user defined functions 
60     }
61     public class Xcls_VBox3 : Object 
62     {
63         public Gtk.VBox el;
64         private ValaProjectSettings  _this;
65
66
67             // my vars (def)
68
69         // ctor 
70         public Xcls_VBox3(ValaProjectSettings _owner )
71         {
72             _this = _owner;
73             this.el = new Gtk.VBox( false, 0 );
74
75             // my vars (dec)
76
77             // set gobject values
78             var child_0 = new Xcls_Label4( _this );
79             child_0.ref();
80             this.el.pack_start (  child_0.el , false,false,0 );
81             var child_1 = new Xcls_compile_flags( _this );
82             child_1.ref();
83             this.el.pack_end (  child_1.el , false,false,0 );
84             var child_2 = new Xcls_Label6( _this );
85             child_2.ref();
86             this.el.pack_end (  child_2.el , false,false,0 );
87             var child_3 = new Xcls_ScrolledWindow7( _this );
88             child_3.ref();
89             var child_4 = new Xcls_Label9( _this );
90             child_4.ref();
91             this.el.pack_end (  child_4.el , false,false,0 );
92             var child_5 = new Xcls_ScrolledWindow10( _this );
93             child_5.ref();
94             this.el.add (  child_5.el  );
95         }
96
97         // user defined functions 
98     }
99     public class Xcls_Label4 : Object 
100     {
101         public Gtk.Label el;
102         private ValaProjectSettings  _this;
103
104
105             // my vars (def)
106
107         // ctor 
108         public Xcls_Label4(ValaProjectSettings _owner )
109         {
110             _this = _owner;
111             this.el = new Gtk.Label( "compile flags" );
112
113             // my vars (dec)
114
115             // set gobject values
116         }
117
118         // user defined functions 
119     }
120     public class Xcls_compile_flags : Object 
121     {
122         public Gtk.Entry el;
123         private ValaProjectSettings  _this;
124
125
126             // my vars (def)
127
128         // ctor 
129         public Xcls_compile_flags(ValaProjectSettings _owner )
130         {
131             _this = _owner;
132             this.el = new Gtk.Entry();
133
134             // my vars (dec)
135
136             // set gobject values
137         }
138
139         // user defined functions 
140     }
141     public class Xcls_Label6 : Object 
142     {
143         public Gtk.Label el;
144         private ValaProjectSettings  _this;
145
146
147             // my vars (def)
148
149         // ctor 
150         public Xcls_Label6(ValaProjectSettings _owner )
151         {
152             _this = _owner;
153             this.el = new Gtk.Label( "packages" );
154
155             // my vars (dec)
156
157             // set gobject values
158         }
159
160         // user defined functions 
161     }
162     public class Xcls_ScrolledWindow7 : Object 
163     {
164         public Gtk.ScrolledWindow el;
165         private ValaProjectSettings  _this;
166
167
168             // my vars (def)
169
170         // ctor 
171         public Xcls_ScrolledWindow7(ValaProjectSettings _owner )
172         {
173             _this = _owner;
174             this.el = new Gtk.ScrolledWindow( null, null );
175
176             // my vars (dec)
177
178             // set gobject values
179             var child_0 = new Xcls_default_packages_tree( _this );
180             child_0.ref();
181         }
182
183         // user defined functions 
184     }
185     public class Xcls_default_packages_tree : Object 
186     {
187         public Gtk.TreeView el;
188         private ValaProjectSettings  _this;
189
190
191             // my vars (def)
192
193         // ctor 
194         public Xcls_default_packages_tree(ValaProjectSettings _owner )
195         {
196             _this = _owner;
197             this.el = new Gtk.TreeView();
198
199             // my vars (dec)
200
201             // set gobject values
202         }
203
204         // user defined functions 
205     }
206     public class Xcls_Label9 : Object 
207     {
208         public Gtk.Label el;
209         private ValaProjectSettings  _this;
210
211
212             // my vars (def)
213
214         // ctor 
215         public Xcls_Label9(ValaProjectSettings _owner )
216         {
217             _this = _owner;
218             this.el = new Gtk.Label( "Available Directories" );
219
220             // my vars (dec)
221
222             // set gobject values
223         }
224
225         // user defined functions 
226     }
227     public class Xcls_ScrolledWindow10 : Object 
228     {
229         public Gtk.ScrolledWindow el;
230         private ValaProjectSettings  _this;
231
232
233             // my vars (def)
234
235         // ctor 
236         public Xcls_ScrolledWindow10(ValaProjectSettings _owner )
237         {
238             _this = _owner;
239             this.el = new Gtk.ScrolledWindow( null, null );
240
241             // my vars (dec)
242
243             // set gobject values
244             var child_0 = new Xcls_default_directory_tree( _this );
245             child_0.ref();
246         }
247
248         // user defined functions 
249     }
250     public class Xcls_default_directory_tree : Object 
251     {
252         public Gtk.TreeView el;
253         private ValaProjectSettings  _this;
254
255
256             // my vars (def)
257
258         // ctor 
259         public Xcls_default_directory_tree(ValaProjectSettings _owner )
260         {
261             _this = _owner;
262             this.el = new Gtk.TreeView();
263
264             // my vars (dec)
265
266             // set gobject values
267         }
268
269         // user defined functions 
270     }
271     public class Xcls_HPaned12 : Object 
272     {
273         public Gtk.HPaned el;
274         private ValaProjectSettings  _this;
275
276
277             // my vars (def)
278
279         // ctor 
280         public Xcls_HPaned12(ValaProjectSettings _owner )
281         {
282             _this = _owner;
283             this.el = new Gtk.HPaned();
284
285             // my vars (dec)
286
287             // set gobject values
288             this.el.position = 300;
289             var child_0 = new Xcls_ScrolledWindow13( _this );
290             child_0.ref();
291             var child_1 = new Xcls_set_vbox( _this );
292             child_1.ref();
293         }
294
295         // user defined functions 
296     }
297     public class Xcls_ScrolledWindow13 : Object 
298     {
299         public Gtk.ScrolledWindow el;
300         private ValaProjectSettings  _this;
301
302
303             // my vars (def)
304
305         // ctor 
306         public Xcls_ScrolledWindow13(ValaProjectSettings _owner )
307         {
308             _this = _owner;
309             this.el = new Gtk.ScrolledWindow( null, null );
310
311             // my vars (dec)
312
313             // set gobject values
314             var child_0 = new Xcls_set_tree( _this );
315             child_0.ref();
316         }
317
318         // user defined functions 
319     }
320     public class Xcls_set_tree : Object 
321     {
322         public Gtk.TreeView el;
323         private ValaProjectSettings  _this;
324
325
326             // my vars (def)
327
328         // ctor 
329         public Xcls_set_tree(ValaProjectSettings _owner )
330         {
331             _this = _owner;
332             this.el = new Gtk.TreeView();
333
334             // my vars (dec)
335
336             // set gobject values
337         }
338
339         // user defined functions 
340     }
341     public class Xcls_set_vbox : Object 
342     {
343         public Gtk.VBox el;
344         private ValaProjectSettings  _this;
345
346
347             // my vars (def)
348
349         // ctor 
350         public Xcls_set_vbox(ValaProjectSettings _owner )
351         {
352             _this = _owner;
353             this.el = new Gtk.VBox( false, 0 );
354
355             // my vars (dec)
356
357             // set gobject values
358             var child_0 = new Xcls_Label16( _this );
359             child_0.ref();
360             this.el.pack_start (  child_0.el , false,false,0 );
361             var child_1 = new Xcls_build_pack_target( _this );
362             child_1.ref();
363             this.el.pack_end (  child_1.el , false,false,0 );
364             var child_2 = new Xcls_Label18( _this );
365             child_2.ref();
366             this.el.pack_end (  child_2.el , false,false,0 );
367             var child_3 = new Xcls_build_compile_flags( _this );
368             child_3.ref();
369             this.el.pack_end (  child_3.el , false,false,0 );
370             var child_4 = new Xcls_Label20( _this );
371             child_4.ref();
372             this.el.pack_end (  child_4.el , false,false,0 );
373             var child_5 = new Xcls_ScrolledWindow21( _this );
374             child_5.ref();
375         }
376
377         // user defined functions 
378     }
379     public class Xcls_Label16 : Object 
380     {
381         public Gtk.Label el;
382         private ValaProjectSettings  _this;
383
384
385             // my vars (def)
386
387         // ctor 
388         public Xcls_Label16(ValaProjectSettings _owner )
389         {
390             _this = _owner;
391             this.el = new Gtk.Label( "target filename" );
392
393             // my vars (dec)
394
395             // set gobject values
396         }
397
398         // user defined functions 
399     }
400     public class Xcls_build_pack_target : Object 
401     {
402         public Gtk.Entry el;
403         private ValaProjectSettings  _this;
404
405
406             // my vars (def)
407
408         // ctor 
409         public Xcls_build_pack_target(ValaProjectSettings _owner )
410         {
411             _this = _owner;
412             this.el = new Gtk.Entry();
413
414             // my vars (dec)
415
416             // set gobject values
417         }
418
419         // user defined functions 
420     }
421     public class Xcls_Label18 : Object 
422     {
423         public Gtk.Label el;
424         private ValaProjectSettings  _this;
425
426
427             // my vars (def)
428
429         // ctor 
430         public Xcls_Label18(ValaProjectSettings _owner )
431         {
432             _this = _owner;
433             this.el = new Gtk.Label( "compile flags" );
434
435             // my vars (dec)
436
437             // set gobject values
438         }
439
440         // user defined functions 
441     }
442     public class Xcls_build_compile_flags : Object 
443     {
444         public Gtk.Entry el;
445         private ValaProjectSettings  _this;
446
447
448             // my vars (def)
449
450         // ctor 
451         public Xcls_build_compile_flags(ValaProjectSettings _owner )
452         {
453             _this = _owner;
454             this.el = new Gtk.Entry();
455
456             // my vars (dec)
457
458             // set gobject values
459         }
460
461         // user defined functions 
462     }
463     public class Xcls_Label20 : Object 
464     {
465         public Gtk.Label el;
466         private ValaProjectSettings  _this;
467
468
469             // my vars (def)
470
471         // ctor 
472         public Xcls_Label20(ValaProjectSettings _owner )
473         {
474             _this = _owner;
475             this.el = new Gtk.Label( "Files to compile" );
476
477             // my vars (dec)
478
479             // set gobject values
480         }
481
482         // user defined functions 
483     }
484     public class Xcls_ScrolledWindow21 : Object 
485     {
486         public Gtk.ScrolledWindow el;
487         private ValaProjectSettings  _this;
488
489
490             // my vars (def)
491
492         // ctor 
493         public Xcls_ScrolledWindow21(ValaProjectSettings _owner )
494         {
495             _this = _owner;
496             this.el = new Gtk.ScrolledWindow( null, null );
497
498             // my vars (dec)
499
500             // set gobject values
501             var child_0 = new Xcls_files_tree( _this );
502             child_0.ref();
503         }
504
505         // user defined functions 
506     }
507     public class Xcls_files_tree : Object 
508     {
509         public Gtk.TreeView el;
510         private ValaProjectSettings  _this;
511
512
513             // my vars (def)
514
515         // ctor 
516         public Xcls_files_tree(ValaProjectSettings _owner )
517         {
518             _this = _owner;
519             this.el = new Gtk.TreeView();
520
521             // my vars (dec)
522
523             // set gobject values
524         }
525
526         // user defined functions 
527     }
528 }