Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs « gtk-gui « MonoDevelop.Ide « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3fc0b5d2b6cdacbda8802f36dc7d9bb110bcd861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Ide.Gui.Components
{
	public partial class ExecutionModeComboBox
	{
		private global::Gtk.ComboBox comboMode;

		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox";
			// Container child MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.Gtk.Container+ContainerChild
			this.comboMode = global::Gtk.ComboBox.NewText ();
			this.comboMode.Name = "comboMode";
			this.Add (this.comboMode);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.comboMode.Changed += new global::System.EventHandler (this.OnComboModeChanged);
		}
	}
}