src/Builder4/DialogPluginWebkit.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:43:07 +0000 (16:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:43:07 +0000 (16:43 +0800)
src/Builder4/DialogPluginWebkit.vala

src/Builder4/DialogPluginWebkit.bjs
src/Builder4/DialogPluginWebkit.vala

index 470ea84..d3de367 100644 (file)
    "gint default_height" : 500,
    "gboolean deletable" : true,
    "xtype" : "Dialog",
+   "| string show" : "() {\n\n}\n",
    "$ xns" : "Gtk",
    "gint default_width" : 500,
    "gboolean modal" : true,
-   "| return_type XXXX" : "() {\n\n}\n",
    "items" : [
     {
      "xtype" : "VBox",
index 7d2d930..14ea26b 100644 (file)
@@ -43,7 +43,7 @@ public class Xcls_DialogPluginWebkit : Object
     }
 
     // user defined functions 
-    public return_type XXXX () {
+    public string show () {
     
     }
     public class Xcls_VBox2 : Object