src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 12:09:44 +0000 (20:09 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 12:09:44 +0000 (20:09 +0800)
src/Builder4/Editor.vala

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

index 8151af6..6ca6dcd 100644 (file)
          ],
          "string name" : "editor-navigation",
          "xtype" : "ColumnView",
+         "| int getRowAt" : [
+          "() {",
+          "",
+          "}"
+         ],
          "| void show" : [
           "(Gee.ArrayList<Lsp.DocumentSymbol> syms) {",
           "\t_this.navigationwindow.el.show();",
index d931b53..6bfe3fd 100644 (file)
@@ -1790,6 +1790,9 @@ public class Editor : Object
                        }
                        
                
+               }
+               public int getRowAt () {
+               
                }
        }
        public class Xcls_ColumnViewColumn29 : Object