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

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

index d9bf483..ee297c6 100644 (file)
@@ -8,6 +8,7 @@
  "items" : [
   {
    "gint default_height" : 500,
+   "gboolean deletable" : true,
    "xtype" : "Dialog",
    "$ xns" : "Gtk",
    "gint default_width" : 500,
index 9a72e11..a1a9c06 100644 (file)
@@ -27,6 +27,7 @@ public class DialogPluginWebkit : Object
         // set gobject values
         this.el.default_height = 500;
         this.el.default_width = 500;
+        this.el.deletable = true;
         var child_0 = new Xcls_VBox2( _this );
         child_0.ref();
         this.el.get_content_area().add (  child_0.el  );