src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 14:16:55 +0000 (22:16 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 14:16:55 +0000 (22:16 +0800)
src/Builder4/Editor.vala

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

index 6a97944..f4dae7e 100644 (file)
          ],
          "string name" : "editor-navigation",
          "xtype" : "ColumnView",
+         "| Gtk.Widget? getWidgetAtRow" : [
+          "() {",
+          "",
+          "}"
+         ],
          "| int getRowAt" : [
           "(double x,  double  y, out string pos) {",
           "",
index 286e307..021f749 100644 (file)
@@ -1782,6 +1782,9 @@ public class Editor : Object
                }
 
                // user defined functions
+               public Gtk.Widget? getWidgetAtRow () {
+               
+               }
                public void show (Gee.ArrayList<Lsp.DocumentSymbol> syms) {
                        _this.navigationwindow.el.show();
                        _this.navliststore.el.remove_all();