resources/RooUsage.txt
[app.Builder.js] / tests / test1.vala
index b992999..d897b22 100644 (file)
@@ -9,14 +9,20 @@
 
 static int main (string[] args) {
     Gtk.init (ref args);
+    
+    // must init modules...
     new Xcls_EditorWindow();
-    EditorWindow.showAll();
+    
+    
+    
+    EditorWindow.show_all();
      Gtk.main ();
 
     return 0;
 }
  
 
+
 public static Xcls_EditorWindow  EditorWindow;
 
 
@@ -47,7 +53,7 @@ public class Xcls_EditorWindow : Gtk.Window
              this.add (  new Xcls_save_button() );
         }
     }
-    public class Xcls_save_button : Gtk.Button
+    public class Xcls_save_button : Gtk.ToolButton
     {
         public Xcls_save_button()
         {