NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:12:48 +0000 (13:12 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:12:48 +0000 (13:12 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 432ee55..6d172ad 100644 (file)
@@ -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" : [
index d41ec8b..dac5d5c 100644 (file)
@@ -312,6 +312,9 @@ public class NewBranch : Object
         }
 
         // user defined functions
+        public void load_data () {
+        
+        }
     }
     public class Xcls_Table7 : Object
     {