tests/TreeBuilder.vala
[app.Builder.js] / Project / Gtk.vala
1 //<Script type="text/javascript">
2
3  
4
5 namespace Project {
6   static int gtk_id = 1;
7
8  
9
10   public class Gtk : Project
11   {
12           
13      public Gtk(string path) {
14                   
15                   
16           base(path);
17                   this.xtype = "Gtk";
18           var gid = "project-gtk-%d".printf(gtk_id++);
19           this.id = gid;
20           // various loader methods..
21         
22      }
23          
24   }
25 }