NewBranch.bjs
[gitlive] / NewBranch.bjs
index ff3cc48..990ead6 100644 (file)
@@ -31,6 +31,7 @@
        "bool homogeneous" : false,
        "* pack" : "pack_start,false,false,0",
        "xtype" : "Table",
+       "uint column_spacing" : 2,
        "n_columns" : 2,
        "$ xns" : "Gtk",
        "n_rows" : 2,
@@ -47,6 +48,9 @@
          "$ xns" : "Gtk"
         },
         {
+         "listeners" : {
+          "changed" : "() => {\n\n\tValue val1;\n\tValue val2;\n \n\tthis.el.get_active_iter (out iter);\n\t_this.dbmodel.get_value (iter, 0, out val1);\n\t_this.dbmodellist_store.get_value (iter, 1, out val2);\n\n\tprint (\"Selection: %s, %d\\n\", (string) val1, (int) val2);\n}"
+         },
          "id" : "build_module",
          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
          "* pack" : "attach_defaults,1,2,0,1",