e18146cf02df38bffce5df6549676b6d9b0d193e
[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
18     // ctor 
19     public ValaProjectSettings()
20     {
21         _this = this;
22         this.el = new Gtk.VBox( true, 0 );
23
24         // my vars (dec)
25
26         // set gobject values
27         var child_0 = new Xcls_Notebook2( _this );
28         child_0.ref();
29         this.el.pack_start (  child_0.el , true,true,0 );
30     }
31
32     // user defined functions 
33     public class Xcls_Notebook2 : Object 
34     {
35         public Gtk.Notebook el;
36         private ValaProjectSettings  _this;
37
38
39             // my vars (def)
40
41         // ctor 
42         public Xcls_Notebook2(ValaProjectSettings _owner )
43         {
44             _this = _owner;
45             this.el = new Gtk.Notebook();
46
47             // my vars (dec)
48
49             // set gobject values
50             var child_0 = new Xcls_VBox3( _this );
51             child_0.ref();
52             this.el.add (  child_0.el  );
53             var child_1 = new Xcls_HPaned12( _this );
54             child_1.ref();
55             this.el.add (  child_1.el  );
56         }
57
58         // user defined functions 
59     }
60     public class Xcls_VBox3 : Object 
61     {
62         public Gtk.VBox el;
63         private ValaProjectSettings  _this;
64
65
66             // my vars (def)
67
68         // ctor 
69         public Xcls_VBox3(ValaProjectSettings _owner )
70         {
71             _this = _owner;
72             this.el = new Gtk.VBox( false, 0 );
73
74             // my vars (dec)
75
76             // set gobject values
77             var child_0 = new Xcls_Label4( _this );
78             child_0.ref();
79             this.el.pack_start (  child_0.el , false,false,0 );
80             var child_1 = new Xcls_compile_flags( _this );
81             child_1.ref();
82             this.el.pack_end (  child_1.el , false,false,0 );
83             var child_2 = new Xcls_Label6( _this );
84             child_2.ref();
85             this.el.pack_end (  child_2.el , false,false,0 );
86             var child_3 = new Xcls_ScrolledWindow7( _this );
87             child_3.ref();
88             var child_4 = new Xcls_Label9( _this );
89             child_4.ref();
90             this.el.pack_end (  child_4.el , false,false,0 );
91             var child_5 = new Xcls_ScrolledWindow10( _this );
92             child_5.ref();
93             this.el.add (  child_5.el  );
94         }
95
96         // user defined functions 
97     }
98     public class Xcls_Label4 : Object 
99     {
100         public Gtk.Label el;
101         private ValaProjectSettings  _this;
102
103
104             // my vars (def)
105
106         // ctor 
107         public Xcls_Label4(ValaProjectSettings _owner )
108         {
109             _this = _owner;
110             this.el = new Gtk.Label( "compile flags" );
111
112             // my vars (dec)
113
114             // set gobject values
115         }
116
117         // user defined functions 
118     }
119     public class Xcls_compile_flags : Object 
120     {
121         public Gtk.Entry el;
122         private ValaProjectSettings  _this;
123
124
125             // my vars (def)
126
127         // ctor 
128         public Xcls_compile_flags(ValaProjectSettings _owner )
129         {
130             _this = _owner;
131             this.el = new Gtk.Entry();
132
133             // my vars (dec)
134
135             // set gobject values
136         }
137
138         // user defined functions 
139     }
140     public class Xcls_Label6 : Object 
141     {
142         public Gtk.Label el;
143         private ValaProjectSettings  _this;
144
145
146             // my vars (def)
147
148         // ctor 
149         public Xcls_Label6(ValaProjectSettings _owner )
150         {
151             _this = _owner;
152             this.el = new Gtk.Label( "packages" );
153
154             // my vars (dec)
155
156             // set gobject values
157         }
158
159         // user defined functions 
160     }
161     public class Xcls_ScrolledWindow7 : Object 
162     {
163         public Gtk.ScrolledWindow el;
164         private ValaProjectSettings  _this;
165
166
167             // my vars (def)
168
169         // ctor 
170         public Xcls_ScrolledWindow7(ValaProjectSettings _owner )
171         {
172             _this = _owner;
173             this.el = new Gtk.ScrolledWindow( null, null );
174
175             // my vars (dec)
176
177             // set gobject values
178             var child_0 = new Xcls_default_packages_tree( _this );
179             child_0.ref();
180         }
181
182         // user defined functions 
183     }
184     public class Xcls_default_packages_tree : Object 
185     {
186         public Gtk.TreeView el;
187         private ValaProjectSettings  _this;
188
189
190             // my vars (def)
191
192         // ctor 
193         public Xcls_default_packages_tree(ValaProjectSettings _owner )
194         {
195             _this = _owner;
196             this.el = new Gtk.TreeView();
197
198             // my vars (dec)
199
200             // set gobject values
201         }
202
203         // user defined functions 
204     }
205     public class Xcls_Label9 : Object 
206     {
207         public Gtk.Label el;
208         private ValaProjectSettings  _this;
209
210
211             // my vars (def)
212
213         // ctor 
214         public Xcls_Label9(ValaProjectSettings _owner )
215         {
216             _this = _owner;
217             this.el = new Gtk.Label( "Available Directories" );
218
219             // my vars (dec)
220
221             // set gobject values
222         }
223
224         // user defined functions 
225     }
226     public class Xcls_ScrolledWindow10 : Object 
227     {
228         public Gtk.ScrolledWindow el;
229         private ValaProjectSettings  _this;
230
231
232             // my vars (def)
233
234         // ctor 
235         public Xcls_ScrolledWindow10(ValaProjectSettings _owner )
236         {
237             _this = _owner;
238             this.el = new Gtk.ScrolledWindow( null, null );
239
240             // my vars (dec)
241
242             // set gobject values
243             var child_0 = new Xcls_default_directory_tree( _this );
244             child_0.ref();
245         }
246
247         // user defined functions 
248     }
249     public class Xcls_default_directory_tree : Object 
250     {
251         public Gtk.TreeView el;
252         private ValaProjectSettings  _this;
253
254
255             // my vars (def)
256
257         // ctor 
258         public Xcls_default_directory_tree(ValaProjectSettings _owner )
259         {
260             _this = _owner;
261             this.el = new Gtk.TreeView();
262
263             // my vars (dec)
264
265             // set gobject values
266         }
267
268         // user defined functions 
269     }
270     public class Xcls_HPaned12 : Object 
271     {
272         public Gtk.HPaned el;
273         private ValaProjectSettings  _this;
274
275
276             // my vars (def)
277
278         // ctor 
279         public Xcls_HPaned12(ValaProjectSettings _owner )
280         {
281             _this = _owner;
282             this.el = new Gtk.HPaned();
283
284             // my vars (dec)
285
286             // set gobject values
287             this.el.position = 300;
288             var child_0 = new Xcls_ScrolledWindow13( _this );
289             child_0.ref();
290             var child_1 = new Xcls_set_vbox( _this );
291             child_1.ref();
292         }
293
294         // user defined functions 
295     }
296     public class Xcls_ScrolledWindow13 : Object 
297     {
298         public Gtk.ScrolledWindow el;
299         private ValaProjectSettings  _this;
300
301
302             // my vars (def)
303
304         // ctor 
305         public Xcls_ScrolledWindow13(ValaProjectSettings _owner )
306         {
307             _this = _owner;
308             this.el = new Gtk.ScrolledWindow( null, null );
309
310             // my vars (dec)
311
312             // set gobject values
313             var child_0 = new Xcls_set_tree( _this );
314             child_0.ref();
315
316             // init method 
317
318             {  
319             this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);
320             
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_files_tree( _this );
507             child_0.ref();
508         }
509
510         // user defined functions 
511     }
512     public class Xcls_files_tree : Object 
513     {
514         public Gtk.TreeView el;
515         private ValaProjectSettings  _this;
516
517
518             // my vars (def)
519
520         // ctor 
521         public Xcls_files_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 }