From 2845618940832e550ba7cba6f6ee65a09fd9e8f3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 16 Mar 2024 17:14:13 +0800 Subject: [PATCH] src/Builder4/Editor.bjs src/Builder4/Editor.vala --- src/Builder4/Editor.bjs | 7 ++++++- src/Builder4/Editor.vala | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index af250ec81..60de81d24 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1038,7 +1038,12 @@ "xtype" : "SingleSelection" } ], - "xtype" : "ColumnView" + "xtype" : "ColumnView", + "| void show" : [ + "() {", + "", + "}" + ] } ], "xtype" : "ScrolledWindow" diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 4536eee19..eddca11b7 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -1776,6 +1776,9 @@ public class Editor : Object } // user defined functions + public void show () { + + } } public class Xcls_ColumnViewColumn29 : Object { -- 2.39.2