src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 18 Feb 2015 06:48:27 +0000 (14:48 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Feb 2015 06:48:27 +0000 (14:48 +0800)
src/Builder4/WindowState.vala

index 04112cb..58ad861 100644 (file)
@@ -27,8 +27,8 @@ public class WindowState : Object
     public Xcls_RightPalete     rightpalete;
     public Editor              code_editor;    
     public Xcls_WindowRooView   window_rooview;
+    public Xcls_GtkView                window_gladeview;
      
-        // my vars (def)
 
     // ctor 
     public About(MainWindow win)
@@ -309,6 +309,14 @@ public class WindowState : Object
        stage = this.win.rooview.el.get_stage();
        stage.set_background_color(  Clutter.Color.from_string("#000"));
     }
+
+    // ------ Gtk  - view
+
+    public void gtkViewInit()
+    {
+       this.window_gladeview  =new Xcls_GtkView();
+       this.window_gladeview.ref();
+    }
       
 
     
\ No newline at end of file