src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 09:21:16 +0000 (17:21 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 09:21:16 +0000 (17:21 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 9d12172..dddf540 100644 (file)
@@ -24,6 +24,7 @@
    "default_height" : 500,
    "|        void initChildren" : " () {\n    // this needs putting in a better place..\n    this.windowstate = new WindowState(this);\n     \n\n    //w.el.show_all();\n    var tl = new Clutter.Timeline(6000);\n    tl.set_repeat_count(-1);\n    tl.start();\n    tl.ref();\n\n    \n\n\n\n}\n",
    "$ xns" : "Gtk",
+   "| return_type XXXX" : "() {\n\n}\n",
    "|             void show" : "() {\n   \n    this.el.show_all();\n\n}",
    "# WindowState windowstate" : "null",
    "border_width" : 0,
index 8cbbdab..241fdf6 100644 (file)
@@ -159,6 +159,9 @@ public class Xcls_MainWindow : Object
     
     
     
+    }
+    public return_type XXXX () {
+    
     }
     public             void show () {