resources/RooUsage.txt
[app.Builder.js] / tests / test1.vala
index b2f0181..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 ();
 
@@ -17,6 +22,7 @@ static int main (string[] args) {
 }
  
 
+
 public static Xcls_EditorWindow  EditorWindow;