From: Alan Knowles Date: Thu, 21 Mar 2019 05:12:48 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=e2abc79f785551620a7f02cdb04ddcf431a7464b NewBranch.bjs NewBranch.vala --- 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 {