src/Builder4/DialogPluginWebkit.bjs
[app.Builder.js] / src / Builder4 / DialogPluginWebkit.vala
1 static DialogPluginWebkit  _DialogPluginWebkit;
2
3 public class DialogPluginWebkit : Object 
4 {
5     public Gtk.Dialog el;
6     private DialogPluginWebkit  _this;
7
8     public static DialogPluginWebkit singleton()
9     {
10         if (_DialogPluginWebkit == null) {
11             _DialogPluginWebkit= new DialogPluginWebkit();
12         }
13         return _DialogPluginWebkit;
14     }
15     public Xcls_name name;
16     public Xcls_title title;
17     public Xcls_region region;
18     public Xcls_parent parent;
19     public Xcls_permname permname;
20     public Xcls_modOrder modOrder;
21
22         // my vars (def)
23
24     // ctor 
25     public DialogPluginWebkit()
26     {
27         _this = this;
28         this.el = new Gtk.Dialog();
29
30         // my vars (dec)
31
32         // set gobject values
33         var child_0 = new Xcls_VBox2( _this );
34         child_0.ref();
35         this.el.get_content_area().add (  child_0.el  );
36     }
37
38     // user defined functions 
39     public class Xcls_VBox2 : Object 
40     {
41         public Gtk.VBox el;
42         private DialogPluginWebkit  _this;
43
44
45             // my vars (def)
46
47         // ctor 
48         public Xcls_VBox2(DialogPluginWebkit _owner )
49         {
50             _this = _owner;
51             this.el = new Gtk.VBox( true, 0 );
52
53             // my vars (dec)
54
55             // set gobject values
56             var child_0 = new Xcls_Table3( _this );
57             child_0.ref();
58             this.el.pack_start (  child_0.el , false,false,0 );
59         }
60
61         // user defined functions 
62     }
63     public class Xcls_Table3 : Object 
64     {
65         public Gtk.Table el;
66         private DialogPluginWebkit  _this;
67
68
69             // my vars (def)
70
71         // ctor 
72         public Xcls_Table3(DialogPluginWebkit _owner )
73         {
74             _this = _owner;
75             this.el = new Gtk.Table( 3, 2, true );
76
77             // my vars (dec)
78
79             // set gobject values
80             var child_0 = new Xcls_Label4( _this );
81             child_0.ref();
82             this.el.attach_defaults (  child_0.el , 0,1,0,1 );
83             var child_1 = new Xcls_name( _this );
84             child_1.ref();
85             this.el.attach_defaults (  child_1.el , 1,2,0,1 );
86             var child_2 = new Xcls_Label6( _this );
87             child_2.ref();
88             this.el.attach_defaults (  child_2.el , 0,1,1,2 );
89             var child_3 = new Xcls_title( _this );
90             child_3.ref();
91             this.el.attach_defaults (  child_3.el , 1,2,1,2 );
92             var child_4 = new Xcls_Label8( _this );
93             child_4.ref();
94             this.el.attach_defaults (  child_4.el , 0,1,2,3 );
95             var child_5 = new Xcls_region( _this );
96             child_5.ref();
97             this.el.attach_defaults (  child_5.el , 1,2,2,3 );
98             var child_6 = new Xcls_Label10( _this );
99             child_6.ref();
100             this.el.attach_defaults (  child_6.el , 0,1,3,4 );
101             var child_7 = new Xcls_parent( _this );
102             child_7.ref();
103             this.el.attach_defaults (  child_7.el , 1,2,3,4 );
104             var child_8 = new Xcls_Label12( _this );
105             child_8.ref();
106             this.el.attach_defaults (  child_8.el , 0,1,4,5 );
107             var child_9 = new Xcls_permname( _this );
108             child_9.ref();
109             this.el.attach_defaults (  child_9.el , 1,2,4,5 );
110             var child_10 = new Xcls_Label14( _this );
111             child_10.ref();
112             this.el.attach_defaults (  child_10.el , 0,1,5,6 );
113             var child_11 = new Xcls_modOrder( _this );
114             child_11.ref();
115             this.el.attach_defaults (  child_11.el , 1,2,5,6 );
116         }
117
118         // user defined functions 
119     }
120     public class Xcls_Label4 : Object 
121     {
122         public Gtk.Label el;
123         private DialogPluginWebkit  _this;
124
125
126             // my vars (def)
127
128         // ctor 
129         public Xcls_Label4(DialogPluginWebkit _owner )
130         {
131             _this = _owner;
132             this.el = new Gtk.Label( "Component Name" );
133
134             // my vars (dec)
135
136             // set gobject values
137             this.el.justify = Gtk.Justification.RIGHT;
138             this.el.xalign = 0.900000f;
139         }
140
141         // user defined functions 
142     }
143     public class Xcls_name : Object 
144     {
145         public Gtk.Entry el;
146         private DialogPluginWebkit  _this;
147
148
149             // my vars (def)
150
151         // ctor 
152         public Xcls_name(DialogPluginWebkit _owner )
153         {
154             _this = _owner;
155             _this.name = this;
156             this.el = new Gtk.Entry();
157
158             // my vars (dec)
159
160             // set gobject values
161             this.el.visible = true;
162         }
163
164         // user defined functions 
165     }
166     public class Xcls_Label6 : Object 
167     {
168         public Gtk.Label el;
169         private DialogPluginWebkit  _this;
170
171
172             // my vars (def)
173
174         // ctor 
175         public Xcls_Label6(DialogPluginWebkit _owner )
176         {
177             _this = _owner;
178             this.el = new Gtk.Label( "Title" );
179
180             // my vars (dec)
181
182             // set gobject values
183             this.el.justify = Gtk.Justification.RIGHT;
184             this.el.xalign = 0.900000f;
185             this.el.visible = true;
186         }
187
188         // user defined functions 
189     }
190     public class Xcls_title : Object 
191     {
192         public Gtk.Entry el;
193         private DialogPluginWebkit  _this;
194
195
196             // my vars (def)
197
198         // ctor 
199         public Xcls_title(DialogPluginWebkit _owner )
200         {
201             _this = _owner;
202             _this.title = this;
203             this.el = new Gtk.Entry();
204
205             // my vars (dec)
206
207             // set gobject values
208             this.el.visible = true;
209         }
210
211         // user defined functions 
212     }
213     public class Xcls_Label8 : Object 
214     {
215         public Gtk.Label el;
216         private DialogPluginWebkit  _this;
217
218
219             // my vars (def)
220
221         // ctor 
222         public Xcls_Label8(DialogPluginWebkit _owner )
223         {
224             _this = _owner;
225             this.el = new Gtk.Label( "Region" );
226
227             // my vars (dec)
228
229             // set gobject values
230             this.el.justify = Gtk.Justification.RIGHT;
231             this.el.xalign = 0.900000f;
232             this.el.tooltip_text = "center, north, south, east, west";
233             this.el.visible = true;
234         }
235
236         // user defined functions 
237     }
238     public class Xcls_region : Object 
239     {
240         public Gtk.Entry el;
241         private DialogPluginWebkit  _this;
242
243
244             // my vars (def)
245
246         // ctor 
247         public Xcls_region(DialogPluginWebkit _owner )
248         {
249             _this = _owner;
250             _this.region = this;
251             this.el = new Gtk.Entry();
252
253             // my vars (dec)
254
255             // set gobject values
256             this.el.visible = true;
257         }
258
259         // user defined functions 
260     }
261     public class Xcls_Label10 : Object 
262     {
263         public Gtk.Label el;
264         private DialogPluginWebkit  _this;
265
266
267             // my vars (def)
268
269         // ctor 
270         public Xcls_Label10(DialogPluginWebkit _owner )
271         {
272             _this = _owner;
273             this.el = new Gtk.Label( "Parent Name" );
274
275             // my vars (dec)
276
277             // set gobject values
278             this.el.justify = Gtk.Justification.RIGHT;
279             this.el.xalign = 0.900000f;
280             this.el.visible = true;
281         }
282
283         // user defined functions 
284     }
285     public class Xcls_parent : Object 
286     {
287         public Gtk.Entry el;
288         private DialogPluginWebkit  _this;
289
290
291             // my vars (def)
292
293         // ctor 
294         public Xcls_parent(DialogPluginWebkit _owner )
295         {
296             _this = _owner;
297             _this.parent = this;
298             this.el = new Gtk.Entry();
299
300             // my vars (dec)
301
302             // set gobject values
303             this.el.visible = true;
304         }
305
306         // user defined functions 
307     }
308     public class Xcls_Label12 : Object 
309     {
310         public Gtk.Label el;
311         private DialogPluginWebkit  _this;
312
313
314             // my vars (def)
315
316         // ctor 
317         public Xcls_Label12(DialogPluginWebkit _owner )
318         {
319             _this = _owner;
320             this.el = new Gtk.Label( "Permission Name" );
321
322             // my vars (dec)
323
324             // set gobject values
325             this.el.justify = Gtk.Justification.RIGHT;
326             this.el.xalign = 0.900000f;
327             this.el.visible = true;
328         }
329
330         // user defined functions 
331     }
332     public class Xcls_permname : Object 
333     {
334         public Gtk.Entry el;
335         private DialogPluginWebkit  _this;
336
337
338             // my vars (def)
339
340         // ctor 
341         public Xcls_permname(DialogPluginWebkit _owner )
342         {
343             _this = _owner;
344             _this.permname = this;
345             this.el = new Gtk.Entry();
346
347             // my vars (dec)
348
349             // set gobject values
350             this.el.visible = true;
351         }
352
353         // user defined functions 
354     }
355     public class Xcls_Label14 : Object 
356     {
357         public Gtk.Label el;
358         private DialogPluginWebkit  _this;
359
360
361             // my vars (def)
362
363         // ctor 
364         public Xcls_Label14(DialogPluginWebkit _owner )
365         {
366             _this = _owner;
367             this.el = new Gtk.Label( "Order (for tabs)" );
368
369             // my vars (dec)
370
371             // set gobject values
372             this.el.justify = Gtk.Justification.RIGHT;
373             this.el.xalign = 0.900000f;
374             this.el.visible = true;
375         }
376
377         // user defined functions 
378     }
379     public class Xcls_modOrder : Object 
380     {
381         public Gtk.Entry el;
382         private DialogPluginWebkit  _this;
383
384
385             // my vars (def)
386
387         // ctor 
388         public Xcls_modOrder(DialogPluginWebkit _owner )
389         {
390             _this = _owner;
391             _this.modOrder = this;
392             this.el = new Gtk.Entry();
393
394             // my vars (dec)
395
396             // set gobject values
397             this.el.visible = true;
398         }
399
400         // user defined functions 
401     }
402 }