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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.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:
5
5
        public partial class GenerateMakefilesDialog
6
6
        {
7
7
                private global::Gtk.VBox vbox2;
8
 
 
9
8
                private global::Gtk.Label label2;
10
 
 
11
9
                private global::Gtk.VBox vbox3;
12
 
 
13
10
                private global::Gtk.RadioButton rbSimple;
14
 
 
15
11
                private global::Gtk.Label label4;
16
 
 
17
12
                private global::Gtk.RadioButton rbAutotools;
18
 
 
19
13
                private global::Gtk.Label label5;
20
 
 
21
14
                private global::Gtk.HSeparator hseparator1;
22
 
 
23
15
                private global::Gtk.Label label3;
24
 
 
25
16
                private global::Gtk.HBox hbox1;
26
 
 
27
17
                private global::Gtk.Label label1;
28
 
 
29
18
                private global::Gtk.ComboBox comboConfigs;
30
 
 
31
19
                private global::Gtk.Button buttonCancel;
32
 
 
33
20
                private global::Gtk.Button buttonOk;
34
21
 
35
22
                protected virtual void Build ()
53
40
                        // Container child vbox2.Gtk.Box+BoxChild
54
41
                        this.label2 = new global::Gtk.Label ();
55
42
                        this.label2.Name = "label2";
56
 
                        this.label2.Xalign = 0f;
 
43
                        this.label2.Xalign = 0F;
57
44
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of Makefile you want to generate:");
58
45
                        this.vbox2.Add (this.label2);
59
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label2]));
 
46
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
60
47
                        w2.Position = 0;
61
48
                        w2.Expand = false;
62
49
                        w2.Fill = false;
81
68
                        this.label4.Wrap = true;
82
69
                        this.rbSimple.Add (this.label4);
83
70
                        this.vbox3.Add (this.rbSimple);
84
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.rbSimple]));
 
71
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.rbSimple]));
85
72
                        w4.Position = 0;
86
73
                        w4.Expand = false;
87
74
                        w4.Fill = false;
102
89
                        this.label5.Wrap = true;
103
90
                        this.rbAutotools.Add (this.label5);
104
91
                        this.vbox3.Add (this.rbAutotools);
105
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.rbAutotools]));
 
92
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.rbAutotools]));
106
93
                        w6.Position = 1;
107
94
                        w6.Expand = false;
108
95
                        w6.Fill = false;
109
96
                        this.vbox2.Add (this.vbox3);
110
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
 
97
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox3]));
111
98
                        w7.Position = 1;
112
99
                        w7.Expand = false;
113
100
                        w7.Fill = false;
115
102
                        this.hseparator1 = new global::Gtk.HSeparator ();
116
103
                        this.hseparator1.Name = "hseparator1";
117
104
                        this.vbox2.Add (this.hseparator1);
118
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator1]));
 
105
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
119
106
                        w8.Position = 2;
120
107
                        w8.Expand = false;
121
108
                        w8.Fill = false;
123
110
                        this.label3 = new global::Gtk.Label ();
124
111
                        this.label3.WidthRequest = 580;
125
112
                        this.label3.Name = "label3";
126
 
                        this.label3.Xalign = 0f;
 
113
                        this.label3.Xalign = 0F;
127
114
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the configuration that the Makefile will build by default. Other configurations can be selected via the '--config' option of the generated configure script.");
128
115
                        this.label3.Wrap = true;
129
116
                        this.vbox2.Add (this.label3);
130
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label3]));
 
117
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label3]));
131
118
                        w9.Position = 3;
132
119
                        w9.Expand = false;
133
120
                        w9.Fill = false;
140
127
                        this.label1.Name = "label1";
141
128
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Default configuration:");
142
129
                        this.hbox1.Add (this.label1);
143
 
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
 
130
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
144
131
                        w10.Position = 0;
145
132
                        w10.Expand = false;
146
133
                        w10.Fill = false;
148
135
                        this.comboConfigs = global::Gtk.ComboBox.NewText ();
149
136
                        this.comboConfigs.Name = "comboConfigs";
150
137
                        this.hbox1.Add (this.comboConfigs);
151
 
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboConfigs]));
 
138
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboConfigs]));
152
139
                        w11.Position = 1;
153
140
                        w11.Expand = false;
154
141
                        w11.Fill = false;
155
142
                        this.vbox2.Add (this.hbox1);
156
 
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
 
143
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
157
144
                        w12.PackType = ((global::Gtk.PackType)(1));
158
145
                        w12.Position = 4;
159
146
                        w12.Expand = false;
160
147
                        w12.Fill = false;
161
148
                        w1.Add (this.vbox2);
162
 
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
 
149
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
163
150
                        w13.Position = 0;
164
151
                        w13.Expand = false;
165
152
                        w13.Fill = false;
178
165
                        this.buttonCancel.UseUnderline = true;
179
166
                        this.buttonCancel.Label = "gtk-cancel";
180
167
                        this.AddActionWidget (this.buttonCancel, -6);
181
 
                        global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14[this.buttonCancel]));
 
168
                        global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonCancel]));
182
169
                        w15.Expand = false;
183
170
                        w15.Fill = false;
184
171
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
190
177
                        this.buttonOk.UseUnderline = true;
191
178
                        this.buttonOk.Label = "gtk-ok";
192
179
                        this.AddActionWidget (this.buttonOk, -5);
193
 
                        global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14[this.buttonOk]));
 
180
                        global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonOk]));
194
181
                        w16.Position = 1;
195
182
                        w16.Expand = false;
196
183
                        w16.Fill = false;
199
186
                        }
200
187
                        this.DefaultWidth = 614;
201
188
                        this.DefaultHeight = 359;
202
 
                        this.Show ();
 
189
                        this.Hide ();
203
190
                }
204
191
        }
205
192
}