src/Builder4/PopoverAddProp.bjs
authorAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:39:00 +0000 (16:39 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:39:00 +0000 (16:39 +0800)
src/Builder4/PopoverAddProp.vala

src/Builder4/PopoverAddProp.bjs
src/Builder4/PopoverAddProp.vala

index 8836b28..4293a52 100644 (file)
         {
          "$ xns" : "Gtk",
          "* init" : [
-          "  this.el.add_attribute(_this.typerender.el , \"markup\", 1  );",
+          "  this.el.add_attribute(_this.typerender.el , \"text\", 1  );",
           " ",
           ""
          ],
         {
          "$ xns" : "Gtk",
          "* init" : [
-          "  this.el.add_attribute(_this.typerender.el , \"markup\", 1  );",
+          "  this.el.add_attribute(_this.fromrender.el , \"text\", 5);",
           " ",
           ""
          ],
index 4c5ef84..69da159 100644 (file)
@@ -352,7 +352,7 @@ typeof(string) // 5 element type (event|prop)
 
             // init method
 
-            this.el.add_attribute(_this.typerender.el , "markup", 1  );
+            this.el.add_attribute(_this.typerender.el , "text", 1  );
         }
 
         // user defined functions
@@ -407,7 +407,7 @@ typeof(string) // 5 element type (event|prop)
 
             // init method
 
-            this.el.add_attribute(_this.typerender.el , "markup", 1  );
+            this.el.add_attribute(_this.fromrender.el , "text", 5);
         }
 
         // user defined functions