src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:17:46 +0000 (16:17 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:17:46 +0000 (16:17 +0800)
src/Builder4/MainWindow.vala

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

index 0b01f0d..64d1750 100644 (file)
        "$ xns" : "Gtk",
        "items" : [
         {
+         "bool show_text" : true,
          "id" : "statusbar",
          "ulong handler_id" : "-1",
          "* init" : "{\n     this.handler_id = Resources.singleton().updateProgress.connect((pos,total) => {\n        if (pos < 1) {\n            this.el.hide();\n            _this.mainpane.el.set_sensitive(true);\n            \n            return;\n        }\n         _this.mainpane.el.set_sensitive(false);\n         this.el.show();\n         this.el.set_fraction ((1.0f * pos) / (1.0f * total));\n         \n       /*    \n        this.el.show();\n        var cid = this.el.get_context_id(\"resources\");\n        this.el.remove_all(cid);\n        this.el.push(cid,\"Fetching Resource : %s/7\".printf(pos.to_string()));\n        */ \n     });\n}\n",
index b4b649c..2b3c7f1 100644 (file)
@@ -2168,6 +2168,7 @@ public class Xcls_MainWindow : Object
             this.handler_id = -1;
 
             // set gobject values
+            this.el.show_text = true;
 
             // init method