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     public Xcls_packages_render packages_render;
16     public Xcls_directory_render directory_render;
17
18         // my vars (def)
19
20     // ctor 
21     public ValaProjectSettings()
22     {
23         _this = this;
24         this.el = new Gtk.VBox( true, 0 );
25
26         // my vars (dec)
27
28         // set gobject values
29         var child_0 = new Xcls_Notebook2( _this );
30         child_0.ref();
31         this.el.pack_start (  child_0.el , true,true,0 );
32     }
33
34     // user defined functions 
35     public class Xcls_Notebook2 : Object 
36     {
37         public Gtk.Notebook el;
38         private ValaProjectSettings  _this;
39
40
41             // my vars (def)
42
43         // ctor 
44         public Xcls_Notebook2(ValaProjectSettings _owner )
45         {
46             _this = _owner;
47             this.el = new Gtk.Notebook();
48
49             // my vars (dec)
50
51             // set gobject values
52             var child_0 = new Xcls_VBox3( _this );
53             child_0.ref();
54             this.el.add (  child_0.el  );
55             var child_1 = new Xcls_HPaned18( _this );
56             child_1.ref();
57             this.el.add (  child_1.el  );
58         }
59
60         // user defined functions 
61     }
62     public class Xcls_VBox3 : Object 
63     {
64         public Gtk.VBox el;
65         private ValaProjectSettings  _this;
66
67
68             // my vars (def)
69
70         // ctor 
71         public Xcls_VBox3(ValaProjectSettings _owner )
72         {
73             _this = _owner;
74             this.el = new Gtk.VBox( false, 0 );
75
76             // my vars (dec)
77
78             // set gobject values
79             var child_0 = new Xcls_Label4( _this );
80             child_0.ref();
81             this.el.pack_start (  child_0.el , false,false,0 );
82             var child_1 = new Xcls_compile_flags( _this );
83             child_1.ref();
84             this.el.pack_start (  child_1.el , false,false,0 );
85             var child_2 = new Xcls_Label6( _this );
86             child_2.ref();
87             this.el.pack_start (  child_2.el , false,false,0 );
88             var child_3 = new Xcls_ScrolledWindow7( _this );
89             child_3.ref();
90             this.el.pack_end (  child_3.el , true,true,0 );
91             var child_4 = new Xcls_Label12( _this );
92             child_4.ref();
93             this.el.pack_end (  child_4.el , false,false,0 );
94             var child_5 = new Xcls_ScrolledWindow13( _this );
95             child_5.ref();
96             this.el.pack_end (  child_5.el , true,true,0 );
97         }
98
99         // user defined functions 
100     }
101     public class Xcls_Label4 : Object 
102     {
103         public Gtk.Label el;
104         private ValaProjectSettings  _this;
105
106
107             // my vars (def)
108
109         // ctor 
110         public Xcls_Label4(ValaProjectSettings _owner )
111         {
112             _this = _owner;
113             this.el = new Gtk.Label( "compile flags" );
114
115             // my vars (dec)
116
117             // set gobject values
118         }
119
120         // user defined functions 
121     }
122     public class Xcls_compile_flags : Object 
123     {
124         public Gtk.Entry el;
125         private ValaProjectSettings  _this;
126
127
128             // my vars (def)
129
130         // ctor 
131         public Xcls_compile_flags(ValaProjectSettings _owner )
132         {
133             _this = _owner;
134             this.el = new Gtk.Entry();
135
136             // my vars (dec)
137
138             // set gobject values
139         }
140
141         // user defined functions 
142     }
143     public class Xcls_Label6 : Object 
144     {
145         public Gtk.Label el;
146         private ValaProjectSettings  _this;
147
148
149             // my vars (def)
150
151         // ctor 
152         public Xcls_Label6(ValaProjectSettings _owner )
153         {
154             _this = _owner;
155             this.el = new Gtk.Label( "packages" );
156
157             // my vars (dec)
158
159             // set gobject values
160         }
161
162         // user defined functions 
163     }
164     public class Xcls_ScrolledWindow7 : Object 
165     {
166         public Gtk.ScrolledWindow el;
167         private ValaProjectSettings  _this;
168
169
170             // my vars (def)
171
172         // ctor 
173         public Xcls_ScrolledWindow7(ValaProjectSettings _owner )
174         {
175             _this = _owner;
176             this.el = new Gtk.ScrolledWindow( null, null );
177
178             // my vars (dec)
179
180             // set gobject values
181             var child_0 = new Xcls_default_packages_tree( _this );
182             child_0.ref();
183             this.el.add (  child_0.el  );
184         }
185
186         // user defined functions 
187     }
188     public class Xcls_default_packages_tree : Object 
189     {
190         public Gtk.TreeView el;
191         private ValaProjectSettings  _this;
192
193
194             // my vars (def)
195
196         // ctor 
197         public Xcls_default_packages_tree(ValaProjectSettings _owner )
198         {
199             _this = _owner;
200             this.el = new Gtk.TreeView();
201
202             // my vars (dec)
203
204             // set gobject values
205             var child_0 = new Xcls_ListStore9( _this );
206             child_0.ref();
207             this.el.set_model (  child_0.el  );
208             var child_1 = new Xcls_TreeViewColumn10( _this );
209             child_1.ref();
210             this.el.append_column (  child_1.el  );
211         }
212
213         // user defined functions 
214     }
215     public class Xcls_ListStore9 : Object 
216     {
217         public Gtk.ListStore el;
218         private ValaProjectSettings  _this;
219
220
221             // my vars (def)
222
223         // ctor 
224         public Xcls_ListStore9(ValaProjectSettings _owner )
225         {
226             _this = _owner;
227             this.el = new Gtk.ListStore( 2,     typeof(string),  // 0 key type
228      typeof(string) // ??
229       );
230
231             // my vars (dec)
232
233             // set gobject values
234         }
235
236         // user defined functions 
237     }
238     public class Xcls_TreeViewColumn10 : Object 
239     {
240         public Gtk.TreeViewColumn el;
241         private ValaProjectSettings  _this;
242
243
244             // my vars (def)
245
246         // ctor 
247         public Xcls_TreeViewColumn10(ValaProjectSettings _owner )
248         {
249             _this = _owner;
250             this.el = new Gtk.TreeViewColumn();
251
252             // my vars (dec)
253
254             // set gobject values
255             this.el.title = "name";
256             this.el.resizable = true;
257             var child_0 = new Xcls_packages_render( _this );
258             child_0.ref();
259             this.el.pack_start (  child_0.el , false );
260
261             // init method 
262
263             this.el.add_attribute(_this.packages_render.el , "markup", 2 );
264              this.el.add_attribute(_this.packages_render.el , "text", 1 );        }
265
266         // user defined functions 
267     }
268     public class Xcls_packages_render : Object 
269     {
270         public Gtk.CellRendererText el;
271         private ValaProjectSettings  _this;
272
273
274             // my vars (def)
275
276         // ctor 
277         public Xcls_packages_render(ValaProjectSettings _owner )
278         {
279             _this = _owner;
280             _this.packages_render = this;
281             this.el = new Gtk.CellRendererText();
282
283             // my vars (dec)
284
285             // set gobject values
286         }
287
288         // user defined functions 
289     }
290     public class Xcls_Label12 : Object 
291     {
292         public Gtk.Label el;
293         private ValaProjectSettings  _this;
294
295
296             // my vars (def)
297
298         // ctor 
299         public Xcls_Label12(ValaProjectSettings _owner )
300         {
301             _this = _owner;
302             this.el = new Gtk.Label( "Available Directories" );
303
304             // my vars (dec)
305
306             // set gobject values
307         }
308
309         // user defined functions 
310     }
311     public class Xcls_ScrolledWindow13 : Object 
312     {
313         public Gtk.ScrolledWindow el;
314         private ValaProjectSettings  _this;
315
316
317             // my vars (def)
318
319         // ctor 
320         public Xcls_ScrolledWindow13(ValaProjectSettings _owner )
321         {
322             _this = _owner;
323             this.el = new Gtk.ScrolledWindow( null, null );
324
325             // my vars (dec)
326
327             // set gobject values
328             var child_0 = new Xcls_default_directory_tree( _this );
329             child_0.ref();
330             this.el.add (  child_0.el  );
331         }
332
333         // user defined functions 
334     }
335     public class Xcls_default_directory_tree : Object 
336     {
337         public Gtk.TreeView el;
338         private ValaProjectSettings  _this;
339
340
341             // my vars (def)
342
343         // ctor 
344         public Xcls_default_directory_tree(ValaProjectSettings _owner )
345         {
346             _this = _owner;
347             this.el = new Gtk.TreeView();
348
349             // my vars (dec)
350
351             // set gobject values
352             var child_0 = new Xcls_ListStore15( _this );
353             child_0.ref();
354             this.el.set_model (  child_0.el  );
355             var child_1 = new Xcls_TreeViewColumn16( _this );
356             child_1.ref();
357             this.el.append_column (  child_1.el  );
358         }
359
360         // user defined functions 
361     }
362     public class Xcls_ListStore15 : Object 
363     {
364         public Gtk.ListStore el;
365         private ValaProjectSettings  _this;
366
367
368             // my vars (def)
369
370         // ctor 
371         public Xcls_ListStore15(ValaProjectSettings _owner )
372         {
373             _this = _owner;
374             this.el = new Gtk.ListStore( 2,     typeof(string),  // 0 key type
375      typeof(string) // ??
376       );
377
378             // my vars (dec)
379
380             // set gobject values
381         }
382
383         // user defined functions 
384     }
385     public class Xcls_TreeViewColumn16 : Object 
386     {
387         public Gtk.TreeViewColumn el;
388         private ValaProjectSettings  _this;
389
390
391             // my vars (def)
392
393         // ctor 
394         public Xcls_TreeViewColumn16(ValaProjectSettings _owner )
395         {
396             _this = _owner;
397             this.el = new Gtk.TreeViewColumn();
398
399             // my vars (dec)
400
401             // set gobject values
402             this.el.title = "name";
403             this.el.resizable = true;
404             var child_0 = new Xcls_directory_render( _this );
405             child_0.ref();
406             this.el.pack_start (  child_0.el , false );
407
408             // init method 
409
410             this.el.add_attribute(_this.directory_render.el , "markup", 2 );
411              this.el.add_attribute(_this.directory_render.el , "text", 1 );        }
412
413         // user defined functions 
414     }
415     public class Xcls_directory_render : Object 
416     {
417         public Gtk.CellRendererText el;
418         private ValaProjectSettings  _this;
419
420
421             // my vars (def)
422
423         // ctor 
424         public Xcls_directory_render(ValaProjectSettings _owner )
425         {
426             _this = _owner;
427             _this.directory_render = this;
428             this.el = new Gtk.CellRendererText();
429
430             // my vars (dec)
431
432             // set gobject values
433         }
434
435         // user defined functions 
436     }
437     public class Xcls_HPaned18 : Object 
438     {
439         public Gtk.HPaned el;
440         private ValaProjectSettings  _this;
441
442
443             // my vars (def)
444
445         // ctor 
446         public Xcls_HPaned18(ValaProjectSettings _owner )
447         {
448             _this = _owner;
449             this.el = new Gtk.HPaned();
450
451             // my vars (dec)
452
453             // set gobject values
454             this.el.position = 300;
455             var child_0 = new Xcls_ScrolledWindow19( _this );
456             child_0.ref();
457             this.el.add1 (  child_0.el  );
458             var child_1 = new Xcls_set_vbox( _this );
459             child_1.ref();
460             this.el.add2 (  child_1.el  );
461         }
462
463         // user defined functions 
464     }
465     public class Xcls_ScrolledWindow19 : Object 
466     {
467         public Gtk.ScrolledWindow el;
468         private ValaProjectSettings  _this;
469
470
471             // my vars (def)
472
473         // ctor 
474         public Xcls_ScrolledWindow19(ValaProjectSettings _owner )
475         {
476             _this = _owner;
477             this.el = new Gtk.ScrolledWindow( null, null );
478
479             // my vars (dec)
480
481             // set gobject values
482             var child_0 = new Xcls_set_tree( _this );
483             child_0.ref();
484
485             // init method 
486
487             {  
488             this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);
489             
490             }        }
491
492         // user defined functions 
493     }
494     public class Xcls_set_tree : Object 
495     {
496         public Gtk.TreeView el;
497         private ValaProjectSettings  _this;
498
499
500             // my vars (def)
501
502         // ctor 
503         public Xcls_set_tree(ValaProjectSettings _owner )
504         {
505             _this = _owner;
506             this.el = new Gtk.TreeView();
507
508             // my vars (dec)
509
510             // set gobject values
511         }
512
513         // user defined functions 
514     }
515     public class Xcls_set_vbox : Object 
516     {
517         public Gtk.VBox el;
518         private ValaProjectSettings  _this;
519
520
521             // my vars (def)
522
523         // ctor 
524         public Xcls_set_vbox(ValaProjectSettings _owner )
525         {
526             _this = _owner;
527             this.el = new Gtk.VBox( false, 0 );
528
529             // my vars (dec)
530
531             // set gobject values
532             var child_0 = new Xcls_Label22( _this );
533             child_0.ref();
534             this.el.pack_start (  child_0.el , false,false,0 );
535             var child_1 = new Xcls_build_pack_target( _this );
536             child_1.ref();
537             this.el.pack_end (  child_1.el , false,false,0 );
538             var child_2 = new Xcls_Label24( _this );
539             child_2.ref();
540             this.el.pack_end (  child_2.el , false,false,0 );
541             var child_3 = new Xcls_build_compile_flags( _this );
542             child_3.ref();
543             this.el.pack_end (  child_3.el , false,false,0 );
544             var child_4 = new Xcls_Label26( _this );
545             child_4.ref();
546             this.el.pack_end (  child_4.el , false,false,0 );
547             var child_5 = new Xcls_ScrolledWindow27( _this );
548             child_5.ref();
549         }
550
551         // user defined functions 
552     }
553     public class Xcls_Label22 : Object 
554     {
555         public Gtk.Label el;
556         private ValaProjectSettings  _this;
557
558
559             // my vars (def)
560
561         // ctor 
562         public Xcls_Label22(ValaProjectSettings _owner )
563         {
564             _this = _owner;
565             this.el = new Gtk.Label( "target filename" );
566
567             // my vars (dec)
568
569             // set gobject values
570         }
571
572         // user defined functions 
573     }
574     public class Xcls_build_pack_target : Object 
575     {
576         public Gtk.Entry el;
577         private ValaProjectSettings  _this;
578
579
580             // my vars (def)
581
582         // ctor 
583         public Xcls_build_pack_target(ValaProjectSettings _owner )
584         {
585             _this = _owner;
586             this.el = new Gtk.Entry();
587
588             // my vars (dec)
589
590             // set gobject values
591         }
592
593         // user defined functions 
594     }
595     public class Xcls_Label24 : Object 
596     {
597         public Gtk.Label el;
598         private ValaProjectSettings  _this;
599
600
601             // my vars (def)
602
603         // ctor 
604         public Xcls_Label24(ValaProjectSettings _owner )
605         {
606             _this = _owner;
607             this.el = new Gtk.Label( "compile flags" );
608
609             // my vars (dec)
610
611             // set gobject values
612         }
613
614         // user defined functions 
615     }
616     public class Xcls_build_compile_flags : Object 
617     {
618         public Gtk.Entry el;
619         private ValaProjectSettings  _this;
620
621
622             // my vars (def)
623
624         // ctor 
625         public Xcls_build_compile_flags(ValaProjectSettings _owner )
626         {
627             _this = _owner;
628             this.el = new Gtk.Entry();
629
630             // my vars (dec)
631
632             // set gobject values
633         }
634
635         // user defined functions 
636     }
637     public class Xcls_Label26 : Object 
638     {
639         public Gtk.Label el;
640         private ValaProjectSettings  _this;
641
642
643             // my vars (def)
644
645         // ctor 
646         public Xcls_Label26(ValaProjectSettings _owner )
647         {
648             _this = _owner;
649             this.el = new Gtk.Label( "Files to compile" );
650
651             // my vars (dec)
652
653             // set gobject values
654         }
655
656         // user defined functions 
657     }
658     public class Xcls_ScrolledWindow27 : Object 
659     {
660         public Gtk.ScrolledWindow el;
661         private ValaProjectSettings  _this;
662
663
664             // my vars (def)
665
666         // ctor 
667         public Xcls_ScrolledWindow27(ValaProjectSettings _owner )
668         {
669             _this = _owner;
670             this.el = new Gtk.ScrolledWindow( null, null );
671
672             // my vars (dec)
673
674             // set gobject values
675             var child_0 = new Xcls_files_tree( _this );
676             child_0.ref();
677         }
678
679         // user defined functions 
680     }
681     public class Xcls_files_tree : Object 
682     {
683         public Gtk.TreeView el;
684         private ValaProjectSettings  _this;
685
686
687             // my vars (def)
688
689         // ctor 
690         public Xcls_files_tree(ValaProjectSettings _owner )
691         {
692             _this = _owner;
693             this.el = new Gtk.TreeView();
694
695             // my vars (dec)
696
697             // set gobject values
698         }
699
700         // user defined functions 
701     }
702 }