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

MonoDevelop.Deployment.Linux.DesktopPanelWidget.cs « Gui « MonoDevelop.Deployment.Linux « Deployment « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1b850eb0159dbf18b3eb351ff50a16b28e826c5 (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
27
28
29
30
31
32
33
34
35
36
37
38

// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Deployment.Linux
{
	public partial class DesktopPanelWidget
	{
		private global::Gtk.Notebook notebook2;
		private global::Gtk.Label label6;
		
		protected virtual void Build ()
		{
			MonoDevelop.Components.Gui.Initialize (this);
			// Widget MonoDevelop.Deployment.Linux.DesktopPanelWidget
			MonoDevelop.Components.BinContainer.Attach (this);
			this.CanFocus = true;
			this.Name = "MonoDevelop.Deployment.Linux.DesktopPanelWidget";
			// Container child MonoDevelop.Deployment.Linux.DesktopPanelWidget.Gtk.Container+ContainerChild
			this.notebook2 = new global::Gtk.Notebook ();
			this.notebook2.CanFocus = true;
			this.notebook2.Name = "notebook2";
			this.notebook2.CurrentPage = 0;
			// Notebook tab
			global::Gtk.Label w1 = new global::Gtk.Label ();
			w1.Visible = true;
			this.notebook2.Add (w1);
			this.label6 = new global::Gtk.Label ();
			this.label6.CanFocus = true;
			this.label6.Name = "label6";
			this.notebook2.SetTabLabel (w1, this.label6);
			this.label6.ShowAll ();
			this.Add (this.notebook2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
	}
}