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
16         // my vars (def)
17
18     // ctor 
19     public DialogPluginWebkit()
20     {
21         _this = this;
22         this.el = new Gtk.Dialog();
23
24         // my vars (dec)
25
26         // set gobject values
27         var child_0 = new Xcls_VBox2( _this );
28         child_0.ref();
29         this.el.get_content_area().add (  child_0.el  );
30     }
31
32     // user defined functions 
33     public class Xcls_VBox2 : Object 
34     {
35         public Gtk.VBox el;
36         private DialogPluginWebkit  _this;
37
38
39             // my vars (def)
40
41         // ctor 
42         public Xcls_VBox2(DialogPluginWebkit _owner )
43         {
44             _this = _owner;
45             this.el = new Gtk.VBox( true, 0 );
46
47             // my vars (dec)
48
49             // set gobject values
50         }
51
52         // user defined functions 
53     }
54 }