From e2abc79f785551620a7f02cdb04ddcf431a7464b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 13:12:48 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 1 + NewBranch.vala | 3 +++ 2 files changed, 4 insertions(+) diff --git a/NewBranch.bjs b/NewBranch.bjs index 432ee555..6d172ad5 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -56,6 +56,7 @@ "bool homogeneous" : false, "* pack" : "append_page,_this.label_select_ticket.el", "xtype" : "Box", + "| void load_data" : "() {\n\n}\n", "$ xns" : "Gtk", "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL", "items" : [ diff --git a/NewBranch.vala b/NewBranch.vala index d41ec8b9..dac5d5ce 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -312,6 +312,9 @@ public class NewBranch : Object } // user defined functions + public void load_data () { + + } } public class Xcls_Table7 : Object { -- 2.39.2