Builder4/DialogConfirm.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 21 May 2014 14:56:30 +0000 (22:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 21 May 2014 14:56:30 +0000 (22:56 +0800)
Builder4/DialogConfirm.js
Builder4/DialogConfirm.vala

Builder4/DialogConfirm.bjs
Builder4/DialogConfirm.js
Builder4/DialogConfirm.vala

index 4d81b8b..4035813 100644 (file)
@@ -13,7 +13,7 @@
             "text": "Tests",
             "title": "Please Confirm d",
             "xtype": "MessageDialog",
-            "|show_all": "function() {\n    \n}\n",
+            "|show_all": "function() {\n    this.show(\"test\",\"test\");\n}\n/*--\nvoid () {\n    this.show(\"test\",\"test\");\n}\n*/",
             "|buttons": "Gtk.ButtonsType.YES_NO",
             "|message_type": "Gtk.MessageType.QUESTION",
             "|modal": "true",
index 319ad4f..0025712 100644 (file)
@@ -45,8 +45,13 @@ DialogConfirm=new XObject({
     text : "Tests",
     title : "Please Confirm d",
     show_all : function() {
-        
-    },
+        this.show("test","test");
+    }
+    /*--
+    void () {
+        this.show("test","test");
+    }
+    */,
     buttons : Gtk.ButtonsType.YES_NO,
     message_type : Gtk.MessageType.QUESTION,
     modal : true,
index bec32d3..9a7a2b1 100644 (file)
@@ -64,8 +64,9 @@ public class Xcls_MessageDialog1
     // skip title - already used 
 
     // skip xtype - not pipe 
-
-    // skip |show_all - could not find seperator
+    public void show_all() {
+            this.show("test","test");
+        }
 
     // skip |buttons - already used