Exemple #1
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Docking.Components.Command
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Docking.Components.Command";
     // Container child Docking.Components.Command.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.consoleview            = new global::MonoDevelop.Components.ConsoleView();
     this.consoleview.CanFocus   = true;
     this.consoleview.Name       = "consoleview";
     this.consoleview.AutoIndent = false;
     this.vbox1.Add(this.consoleview);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.consoleview]));
     w1.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemple #2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.consoleview1 = new global::MonoDevelop.Components.ConsoleView ();
     this.consoleview1.CanFocus = true;
     this.consoleview1.Name = "consoleview1";
     this.consoleview1.ShadowType = ((global::Gtk.ShadowType)(1));
     this.Add (this.consoleview1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Exemple #3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.consoleview1            = new global::MonoDevelop.Components.ConsoleView();
     this.consoleview1.CanFocus   = true;
     this.consoleview1.Name       = "consoleview1";
     this.consoleview1.ShadowType = ((global::Gtk.ShadowType)(1));
     this.Add(this.consoleview1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Docking.Components.CommandLine
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Docking.Components.CommandLine";
     // Container child Docking.Components.CommandLine.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.consoleview = new global::MonoDevelop.Components.ConsoleView ();
     this.consoleview.CanFocus = true;
     this.consoleview.Name = "consoleview";
     this.consoleview.AutoIndent = false;
     this.vbox1.Add (this.consoleview);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.consoleview]));
     w1.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }