Adroit.Gui.ContextView.Build C# (CSharp) Метод

Build() защищенный Метод

protected Build ( ) : void
Результат void
        protected virtual void Build()
        {
            Stetic.Gui.Initialize(this);
            // Widget Adroit.Gui.ContextView
            Stetic.BinContainer.Attach(this);
            this.Name = "Adroit.Gui.ContextView";
            // Container child Adroit.Gui.ContextView.Gtk.Container+ContainerChild
            this.hpaned1 = new Gtk.HPaned();
            this.hpaned1.CanFocus = true;
            this.hpaned1.Name = "hpaned1";
            this.hpaned1.Position = 186;
            // Container child hpaned1.Gtk.Paned+PanedChild
            this.scrolledwindow1 = new Gtk.ScrolledWindow();
            this.scrolledwindow1.CanFocus = true;
            this.scrolledwindow1.Name = "scrolledwindow1";
            this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
            // Container child scrolledwindow1.Gtk.Container+ContainerChild
            Gtk.Viewport w1 = new Gtk.Viewport();
            w1.ShadowType = ((Gtk.ShadowType)(0));
            // Container child GtkViewport.Gtk.Container+ContainerChild
            this.treeview1 = new Gtk.TreeView();
            this.treeview1.CanFocus = true;
            this.treeview1.Name = "treeview1";
            w1.Add(this.treeview1);
            this.scrolledwindow1.Add(w1);
            this.hpaned1.Add(this.scrolledwindow1);
            Gtk.Paned.PanedChild w4 = ((Gtk.Paned.PanedChild)(this.hpaned1[this.scrolledwindow1]));
            w4.Resize = false;
            // Container child hpaned1.Gtk.Paned+PanedChild
            this.scrolledwindow2 = new Gtk.ScrolledWindow();
            this.scrolledwindow2.CanFocus = true;
            this.scrolledwindow2.Name = "scrolledwindow2";
            this.scrolledwindow2.ShadowType = ((Gtk.ShadowType)(1));
            // Container child scrolledwindow2.Gtk.Container+ContainerChild
            Gtk.Viewport w5 = new Gtk.Viewport();
            w5.ShadowType = ((Gtk.ShadowType)(0));
            // Container child GtkViewport1.Gtk.Container+ContainerChild
            this.treeview2 = new Gtk.TreeView();
            this.treeview2.CanFocus = true;
            this.treeview2.Name = "treeview2";
            w5.Add(this.treeview2);
            this.scrolledwindow2.Add(w5);
            this.hpaned1.Add(this.scrolledwindow2);
            this.Add(this.hpaned1);
            if ((this.Child != null)) {
                this.Child.ShowAll();
            }
            this.Hide();
        }