resources/Editors/Editor.Roo.grid.Grid.bjs
[app.Builder.js] / src / Builder4 / WindowState.vala
index 68ad3b7..359677b 100644 (file)
@@ -39,41 +39,43 @@ public class WindowState : Object
 
     public Xcls_WindowLeftProjects left_projects; // can not see where this is initialized.. 
     
+    public DialogTemplateSelect template_select; 
+    
     // dialogs??
     public Xcls_DialogPluginWebkit webkit_plugin;
     
     // ctor 
     public WindowState(Xcls_MainWindow win)
     {
-        this.win = win;
-        // initialize
-
-        // left elements..
-        this.leftTreeInit();
-        this.propsListInit();
-
-        // on clutter space...
-        this.projectEditInit();
-        this.codeEditInit();
-        this.projectListInit();
-        this.fileViewInit();
-        
-        // adding stuff
-        this.objectAddInit();
-        this.propsAddInit();
-     
-        
-        // previews...
-        this.gtkViewInit();
-        this.webkitViewInit();
+               this.win = win;
+               // initialize
 
-        // dialogs
+               // left elements..
+               this.leftTreeInit();
+               this.propsListInit();
 
-        this.fileNewInit();
-        
-        this.webkit_plugin = new Xcls_DialogPluginWebkit();
+               // on clutter space...
+               this.projectEditInit();
+               this.codeEditInit();
+               this.projectListInit();
+               this.fileViewInit();
+
+               // adding stuff
+               this.objectAddInit();
+               this.propsAddInit();
+
+
+               // previews...
+               this.gtkViewInit();
+               this.webkitViewInit();
+
+               // dialogs
+
+               this.fileNewInit();
 
-        this.children_loaded = true;
+               this.webkit_plugin = new Xcls_DialogPluginWebkit();
+               this.template_select = new DialogTemplateSelect();
+               this.children_loaded = true;
     }