src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:46:43 +0000 (23:46 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:46:43 +0000 (23:46 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 612f458..277e28b 100644 (file)
        "xtype" : "Box"
       }
      ],
+     "listeners" : {
+      "realize" : [
+       "( ) => {",
+       "",
+       "",
+       "}",
+       ""
+      ]
+     },
      "xtype" : "Paned"
     }
    ],
index caf2771..fca8d68 100644 (file)
@@ -428,6 +428,12 @@ public class Editor : Object
                        this.el.start_child = child_1.el;
                        new Xcls_navigation_holder( _this );
                        this.el.end_child = _this.navigation_holder.el;
+
+                       //listeners
+                       this.el.realize.connect( ( ) => {
+                       
+                       
+                       });
                }
 
                // user defined functions