~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
// This file has been generated by the GUI designer. Do not modify.
3
 
namespace MonoDevelop.Ide
4
 
{
5
 
        internal partial class DocumentSwitcher
6
 
        {
7
 
                private global::Gtk.VBox vbox1;
8
 
 
9
 
                private global::Gtk.HBox hbox2;
10
 
 
11
 
                private global::Gtk.VBox vbox4;
12
 
 
13
 
                private global::Gtk.Label labelTitle;
14
 
 
15
 
                private global::Gtk.Label labelType;
16
 
 
17
 
                private global::Gtk.HBox hbox1;
18
 
 
19
 
                private global::Gtk.Table table1;
20
 
 
21
 
                private global::Gtk.VBox vbox2;
22
 
 
23
 
                private global::Gtk.Alignment alignment1;
24
 
 
25
 
                private global::Gtk.Label label8;
26
 
 
27
 
                private global::Gtk.ScrolledWindow scrolledwindow1;
28
 
 
29
 
                private global::Gtk.VBox vbox3;
30
 
 
31
 
                private global::Gtk.Label label10;
32
 
 
33
 
                private global::Gtk.ScrolledWindow scrolledwindow2;
34
 
 
35
 
                private global::Gtk.Image imagePreview;
36
 
 
37
 
                private global::Gtk.Label labelFileName;
38
 
 
39
 
                protected virtual void Build ()
40
 
                {
41
 
                        global::Stetic.Gui.Initialize (this);
42
 
                        // Widget MonoDevelop.Ide.DocumentSwitcher
43
 
                        this.Name = "MonoDevelop.Ide.DocumentSwitcher";
44
 
                        this.Title = "";
45
 
                        this.TypeHint = ((global::Gdk.WindowTypeHint)(2));
46
 
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
47
 
                        this.Modal = true;
48
 
                        this.BorderWidth = ((uint)(6));
49
 
                        // Container child MonoDevelop.Ide.DocumentSwitcher.Gtk.Container+ContainerChild
50
 
                        this.vbox1 = new global::Gtk.VBox ();
51
 
                        this.vbox1.Name = "vbox1";
52
 
                        this.vbox1.Spacing = 6;
53
 
                        // Container child vbox1.Gtk.Box+BoxChild
54
 
                        this.hbox2 = new global::Gtk.HBox ();
55
 
                        this.hbox2.Name = "hbox2";
56
 
                        this.hbox2.Spacing = 6;
57
 
                        // Container child hbox2.Gtk.Box+BoxChild
58
 
                        this.vbox4 = new global::Gtk.VBox ();
59
 
                        this.vbox4.Name = "vbox4";
60
 
                        this.vbox4.Spacing = 6;
61
 
                        // Container child vbox4.Gtk.Box+BoxChild
62
 
                        this.labelTitle = new global::Gtk.Label ();
63
 
                        this.labelTitle.Name = "labelTitle";
64
 
                        this.labelTitle.Xalign = 0f;
65
 
                        this.vbox4.Add (this.labelTitle);
66
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.labelTitle]));
67
 
                        w1.Position = 0;
68
 
                        w1.Expand = false;
69
 
                        w1.Fill = false;
70
 
                        // Container child vbox4.Gtk.Box+BoxChild
71
 
                        this.labelType = new global::Gtk.Label ();
72
 
                        this.labelType.Name = "labelType";
73
 
                        this.labelType.Xalign = 0f;
74
 
                        this.vbox4.Add (this.labelType);
75
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.labelType]));
76
 
                        w2.Position = 1;
77
 
                        w2.Expand = false;
78
 
                        w2.Fill = false;
79
 
                        this.hbox2.Add (this.vbox4);
80
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox4]));
81
 
                        w3.Position = 0;
82
 
                        this.vbox1.Add (this.hbox2);
83
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
84
 
                        w4.Position = 0;
85
 
                        w4.Expand = false;
86
 
                        w4.Fill = false;
87
 
                        // Container child vbox1.Gtk.Box+BoxChild
88
 
                        this.hbox1 = new global::Gtk.HBox ();
89
 
                        this.hbox1.Name = "hbox1";
90
 
                        this.hbox1.Spacing = 6;
91
 
                        // Container child hbox1.Gtk.Box+BoxChild
92
 
                        this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), true);
93
 
                        this.table1.Name = "table1";
94
 
                        this.table1.RowSpacing = ((uint)(6));
95
 
                        this.table1.ColumnSpacing = ((uint)(6));
96
 
                        // Container child table1.Gtk.Table+TableChild
97
 
                        this.vbox2 = new global::Gtk.VBox ();
98
 
                        this.vbox2.Name = "vbox2";
99
 
                        this.vbox2.Spacing = 6;
100
 
                        // Container child vbox2.Gtk.Box+BoxChild
101
 
                        this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
102
 
                        this.alignment1.Name = "alignment1";
103
 
                        // Container child alignment1.Gtk.Container+ContainerChild
104
 
                        this.label8 = new global::Gtk.Label ();
105
 
                        this.label8.Name = "label8";
106
 
                        this.label8.Xalign = 0f;
107
 
                        this.label8.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Pads");
108
 
                        this.alignment1.Add (this.label8);
109
 
                        this.vbox2.Add (this.alignment1);
110
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment1]));
111
 
                        w6.Position = 0;
112
 
                        w6.Expand = false;
113
 
                        w6.Fill = false;
114
 
                        // Container child vbox2.Gtk.Box+BoxChild
115
 
                        this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
116
 
                        this.scrolledwindow1.CanFocus = true;
117
 
                        this.scrolledwindow1.Name = "scrolledwindow1";
118
 
                        this.scrolledwindow1.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
119
 
                        this.scrolledwindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
120
 
                        this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
121
 
                        this.vbox2.Add (this.scrolledwindow1);
122
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1]));
123
 
                        w7.Position = 1;
124
 
                        this.table1.Add (this.vbox2);
125
 
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox2]));
126
 
                        w8.XOptions = ((global::Gtk.AttachOptions)(4));
127
 
                        w8.YOptions = ((global::Gtk.AttachOptions)(4));
128
 
                        // Container child table1.Gtk.Table+TableChild
129
 
                        this.vbox3 = new global::Gtk.VBox ();
130
 
                        this.vbox3.Name = "vbox3";
131
 
                        this.vbox3.Spacing = 6;
132
 
                        // Container child vbox3.Gtk.Box+BoxChild
133
 
                        this.label10 = new global::Gtk.Label ();
134
 
                        this.label10.Name = "label10";
135
 
                        this.label10.Xalign = 0f;
136
 
                        this.label10.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Documents");
137
 
                        this.vbox3.Add (this.label10);
138
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label10]));
139
 
                        w9.Position = 0;
140
 
                        w9.Expand = false;
141
 
                        w9.Fill = false;
142
 
                        // Container child vbox3.Gtk.Box+BoxChild
143
 
                        this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
144
 
                        this.scrolledwindow2.CanFocus = true;
145
 
                        this.scrolledwindow2.Name = "scrolledwindow2";
146
 
                        this.scrolledwindow2.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
147
 
                        this.scrolledwindow2.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
148
 
                        this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
149
 
                        this.vbox3.Add (this.scrolledwindow2);
150
 
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow2]));
151
 
                        w10.Position = 1;
152
 
                        this.table1.Add (this.vbox3);
153
 
                        global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3]));
154
 
                        w11.LeftAttach = ((uint)(1));
155
 
                        w11.RightAttach = ((uint)(2));
156
 
                        this.hbox1.Add (this.table1);
157
 
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table1]));
158
 
                        w12.Position = 0;
159
 
                        // Container child hbox1.Gtk.Box+BoxChild
160
 
                        this.imagePreview = new global::Gtk.Image ();
161
 
                        this.imagePreview.Name = "imagePreview";
162
 
                        this.hbox1.Add (this.imagePreview);
163
 
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.imagePreview]));
164
 
                        w13.PackType = ((global::Gtk.PackType)(1));
165
 
                        w13.Position = 1;
166
 
                        w13.Expand = false;
167
 
                        w13.Fill = false;
168
 
                        this.vbox1.Add (this.hbox1);
169
 
                        global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
170
 
                        w14.Position = 1;
171
 
                        // Container child vbox1.Gtk.Box+BoxChild
172
 
                        this.labelFileName = new global::Gtk.Label ();
173
 
                        this.labelFileName.Name = "labelFileName";
174
 
                        this.labelFileName.Ellipsize = ((global::Pango.EllipsizeMode)(1));
175
 
                        this.vbox1.Add (this.labelFileName);
176
 
                        global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.labelFileName]));
177
 
                        w15.PackType = ((global::Gtk.PackType)(1));
178
 
                        w15.Position = 2;
179
 
                        w15.Expand = false;
180
 
                        w15.Fill = false;
181
 
                        this.Add (this.vbox1);
182
 
                        if ((this.Child != null)) {
183
 
                                this.Child.ShowAll ();
184
 
                        }
185
 
                        this.DefaultWidth = 490;
186
 
                        this.DefaultHeight = 350;
187
 
                        this.Show ();
188
 
                }
189
 
        }
190
 
}