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

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

index af250ec..60de81d 100644 (file)
            "xtype" : "SingleSelection"
           }
          ],
-         "xtype" : "ColumnView"
+         "xtype" : "ColumnView",
+         "| void show" : [
+          "() {",
+          "",
+          "}"
+         ]
         }
        ],
        "xtype" : "ScrolledWindow"
index 4536eee..eddca11 100644 (file)
@@ -1776,6 +1776,9 @@ public class Editor : Object
                }
 
                // user defined functions
+               public void show () {
+               
+               }
        }
        public class Xcls_ColumnViewColumn29 : Object
        {