Builder4/About.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 10:21:12 +0000 (18:21 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 10:21:12 +0000 (18:21 +0800)
Builder4/About.js
Builder4/About.vala

Builder4/About.bjs
Builder4/About.js
Builder4/About.vala

index 3c10893..04de56d 100644 (file)
@@ -17,7 +17,7 @@
             "website": "http://www.akbkhome.com/blog.php",
             "xtype": "AboutDialog",
             "|modal": "true",
-            "|show_all": "function() {\n    \n}\n/*--\nvoid () {\n    this.el.show_all();\n}\n*/",
+            "|void:show_all": " \nvoid () {\n    this.el.show_all();\n}\n*/",
             "|xns": "Gtk"
         }
     ],
index e80a7a0..2c6abc0 100644 (file)
@@ -26,11 +26,7 @@ About=new XObject({
     program_name : "app.Builder.js",
     website : "http://www.akbkhome.com/blog.php",
     modal : true,
-    show_all : function() {
-        
-    }
-    /*--
-    void () {
+    'void:show_all' : void () {
         this.el.show_all();
     }
     */
index c02b36a..78487ee 100644 (file)
@@ -69,9 +69,8 @@ public class Xcls_AboutDialog1
     // skip xtype - not pipe 
 
     // skip |modal - already used 
-    public void show_all() {
-            this.el.show_all();
-        }
+
+    // skip |void:show_all - could not find seperator
 
     // skip |xns - could not find seperator