resources/RooUsage.txt
[app.Builder.js] / tests / test1.vala
index 783db4a..d897b22 100644 (file)
@@ -9,7 +9,12 @@
 
 static int main (string[] args) {
     Gtk.init (ref args);
+    
+    // must init modules...
     new Xcls_EditorWindow();
+    
+    
+    
     EditorWindow.show_all();
      Gtk.main ();
 
@@ -18,7 +23,7 @@ static int main (string[] args) {
  
 
 
-public static Xcls_EditorWindow  EditorWindow = new Xcls_EditorWindow ();
+public static Xcls_EditorWindow  EditorWindow;
 
 
 public class Xcls_EditorWindow : Gtk.Window
@@ -28,6 +33,7 @@ public class Xcls_EditorWindow : Gtk.Window
     public Xcls_EditorWindow()
     {
          _this = this;
+         EditorWindow = this;
          this.height_request = 300;
          this.title = "Application Builder - Editor";
          this.width_request = 500;