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