src/JsRender/NodeToGtk.vala
authorAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 10:10:38 +0000 (18:10 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Mar 2015 10:10:38 +0000 (18:10 +0800)
src/JsRender/NodeToGtk.vala

index 0b6e49c..4ea65e9 100644 (file)
@@ -156,6 +156,16 @@ public class JsRender.NodeToGtk : Object {
                 
 
        }
+       
+       function afterChildren()
+       {
+               // things like GtkNotebook - we have to pack children after they have been created..
+               
+               
+               
+               
+       }
+       
        /**
         * called after the this.object  has been created
         * and it needs to be packed onto parent.
@@ -177,7 +187,7 @@ public class JsRender.NodeToGtk : Object {
                var do_pack =true;
 
                if (parent == null) { // no parent.. can not pack.
-                       return;
+                       return; /// 
                }
                // -------------  handle various special parents .. -----------