src/Builder4/PopoverAddProp.bjs
authorAlan <alan@roojs.com>
Fri, 13 May 2022 03:00:25 +0000 (11:00 +0800)
committerAlan <alan@roojs.com>
Fri, 13 May 2022 03:00:25 +0000 (11:00 +0800)
src/Builder4/PopoverAddProp.vala

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

index 3d6afb4..da80749 100644 (file)
     "    this.el.show_all();",
     "   ",
     "    while(Gtk.events_pending()) { ",
-    "            Gtk.main_iteration();",
+    "            Gtk.main_iteration();   // why?",
     "    }       ",
     " //   this.hpane.el.set_position( 0);",
     "}",
index 0a92b0d..aa6c82a 100644 (file)
@@ -105,7 +105,7 @@ public class Xcls_PopoverAddProp : Object
         this.el.show_all();
        
         while(Gtk.events_pending()) { 
-                Gtk.main_iteration();
+                Gtk.main_iteration();   // why?
         }       
      //   this.hpane.el.set_position( 0);
     }