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

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

index 35705a0..1db23a0 100644 (file)
@@ -84,7 +84,7 @@
         {
          "$ xns" : "Gtk",
          "* init" : [
-          "  this.el.add_attribute(_this.namerender.el , \"markup\", 1  );",
+          "  this.el.add_attribute(_this.namerender.el , \"text\", 3  );",
           " ",
           ""
          ],
         {
          "$ xns" : "Gtk",
          "* init" : [
-          "  this.el.add_attribute(_this.typerender.el , \"text\", 3  );",
+          "  this.el.add_attribute(_this.typerender.el , \"text\", 4  );",
           " ",
           ""
          ],
index ce251c5..b3231ed 100644 (file)
@@ -297,7 +297,7 @@ typeof(string) // 5 element type (event|prop)
 
             // init method
 
-            this.el.add_attribute(_this.namerender.el , "markup", 1  );
+            this.el.add_attribute(_this.namerender.el , "text", 3  );
         }
 
         // user defined functions
@@ -352,7 +352,7 @@ typeof(string) // 5 element type (event|prop)
 
             // init method
 
-            this.el.add_attribute(_this.typerender.el , "text", 3  );
+            this.el.add_attribute(_this.typerender.el , "text", 4  );
         }
 
         // user defined functions