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