resources/RooUsage.txt
[app.Builder.js] / tests / test1.vala
index 999a88b..d897b22 100644 (file)
@@ -7,8 +7,14 @@
 
 */
 
+static int main (string[] args) {
     Gtk.init (ref args);
-   // new Xcls_EditorWindow();
+    
+    // must init modules...
+    new Xcls_EditorWindow();
+    
+    
+    
     EditorWindow.show_all();
      Gtk.main ();
 
  
 
 
-//public static Xcls_EditorWindow  EditorWindow = new Xcls_EditorWindow ();
+public static Xcls_EditorWindow  EditorWindow;
 
 
-static public class EditorWindow : Gtk.Window
+public class Xcls_EditorWindow : Gtk.Window
 {
-    public static EditorWindow  _this;
+    public static Xcls_EditorWindow  _this;
     public Xcls_save_button  save_button;
     public Xcls_EditorWindow()
     {
          _this = this;
+         EditorWindow = this;
          this.height_request = 300;
          this.title = "Application Builder - Editor";
          this.width_request = 500;