MOVED Test.GtkWriter.js to Test.GtkWriter.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 3 Sep 2014 14:52:00 +0000 (22:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 3 Sep 2014 14:52:00 +0000 (22:52 +0800)
Test.GtkWriter.js [deleted file]

diff --git a/Test.GtkWriter.js b/Test.GtkWriter.js
deleted file mode 100644 (file)
index 4665b22..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- *
- * Code to test output as gtk file
- *
- * all it does is load a bjs file, and try to save...
- *
- *
- */
-
-
-
-var proj = new imports.Project.Gtk.Gtk({
-    name : "Test",
-    paths : { "/home/alan/gitlive/app.Builder.js/Builder4" : "dir" },
-    xtype :  "Gtk",
-    
-});
-
-
-
-var tf = proj.files['/home/alan/gitlive/app.Builder.js/Builder4/DialogNewComponent.bjs'];
-tf.loadItems(function() {
-    
-    print(tf.toVala());
-    //print(JSON.stringify(tf,null,4));
-    
-    
-}, true); 
\ No newline at end of file