~cprov/gtwitter/1.0-beta6

« back to all changes in this revision

Viewing changes to gtwitter/gtk-gui/gtwitter.PreferencesWindow.cs

  • Committer: Celso Providelo
  • Date: 2008-02-15 02:26:45 UTC
  • Revision ID: celso.providelo@canonical.com-20080215022645-yj0qogflo6c6ik6g
initial import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ------------------------------------------------------------------------------
 
2
//  <autogenerated>
 
3
//      This code was generated by a tool.
 
4
//      Mono Runtime Version: 2.0.50727.42
 
5
// 
 
6
//      Changes to this file may cause incorrect behavior and will be lost if 
 
7
//      the code is regenerated.
 
8
//  </autogenerated>
 
9
// ------------------------------------------------------------------------------
 
10
 
 
11
namespace gtwitter {
 
12
    
 
13
    
 
14
    public partial class PreferencesWindow {
 
15
        
 
16
        private Gtk.Notebook notebook1;
 
17
        
 
18
        private Gtk.VBox vbox2;
 
19
        
 
20
        private Gtk.Frame frame3;
 
21
        
 
22
        private Gtk.Alignment GtkAlignment3;
 
23
        
 
24
        private Gtk.HBox hbox2;
 
25
        
 
26
        private Gtk.Label label4;
 
27
        
 
28
        private Gtk.ComboBox SourceCombobox;
 
29
        
 
30
        private Gtk.Label GtkLabel3;
 
31
        
 
32
        private Gtk.Frame frame1;
 
33
        
 
34
        private Gtk.Alignment GtkAlignment1;
 
35
        
 
36
        private Gtk.Table table1;
 
37
        
 
38
        private Gtk.Label label5;
 
39
        
 
40
        private Gtk.Label label7;
 
41
        
 
42
        private Gtk.Entry PasswordEntry;
 
43
        
 
44
        private Gtk.Entry UsernameEntry;
 
45
        
 
46
        private Gtk.Label GtkLabel1;
 
47
        
 
48
        private Gtk.HBox hbox5;
 
49
        
 
50
        private Gtk.Label TwitterSignup;
 
51
        
 
52
        private Gtk.Button SignUp;
 
53
        
 
54
        private Gtk.Frame frame2;
 
55
        
 
56
        private Gtk.Alignment GtkAlignment2;
 
57
        
 
58
        private Gtk.HBox hbox1;
 
59
        
 
60
        private Gtk.Label label6;
 
61
        
 
62
        private Gtk.ComboBox RefreshCombobox;
 
63
        
 
64
        private Gtk.Label GtkLabel2;
 
65
        
 
66
        private Gtk.CheckButton HiddenCheckbutton;
 
67
        
 
68
        private Gtk.Label label2;
 
69
        
 
70
        private Gtk.VBox vbox3;
 
71
        
 
72
        private Gtk.Frame frame4;
 
73
        
 
74
        private Gtk.Alignment GtkAlignment4;
 
75
        
 
76
        private Gtk.HBox hbox3;
 
77
        
 
78
        private Gtk.Button ClearCacheButton;
 
79
        
 
80
        private Gtk.Alignment alignment1;
 
81
        
 
82
        private Gtk.Label ClearCacheLabel;
 
83
        
 
84
        private Gtk.Label GtkLabel5;
 
85
        
 
86
        private Gtk.Frame frame5;
 
87
        
 
88
        private Gtk.Alignment GtkAlignment6;
 
89
        
 
90
        private Gtk.HBox hbox4;
 
91
        
 
92
        private Gtk.Label GtkLabel8;
 
93
        
 
94
        private Gtk.Frame NotificationsFrame;
 
95
        
 
96
        private Gtk.Alignment GtkAlignment8;
 
97
        
 
98
        private Gtk.VBox vbox4;
 
99
        
 
100
        private Gtk.CheckButton EnableNotifyCheckButton;
 
101
        
 
102
        private Gtk.RadioButton NotifyOnDirect;
 
103
        
 
104
        private Gtk.RadioButton NotifyOnPublicFriends;
 
105
        
 
106
        private Gtk.RadioButton NotifyOnBoth;
 
107
        
 
108
        private Gtk.Label NotifLabel;
 
109
        
 
110
        private Gtk.Label label3;
 
111
        
 
112
        private Gtk.Button OkButton;
 
113
        
 
114
        protected virtual void Build() {
 
115
            Stetic.Gui.Initialize();
 
116
            // Widget gtwitter.PreferencesWindow
 
117
            this.Events = ((Gdk.EventMask)(256));
 
118
            this.Name = "gtwitter.PreferencesWindow";
 
119
            this.Title = Mono.Unix.Catalog.GetString("Preferences");
 
120
            this.Icon = Stetic.IconLoader.LoadIcon("gtk-preferences", 16);
 
121
            this.WindowPosition = ((Gtk.WindowPosition)(4));
 
122
            this.HasSeparator = false;
 
123
            // Internal child gtwitter.PreferencesWindow.VBox
 
124
            Gtk.VBox w1 = this.VBox;
 
125
            w1.Events = ((Gdk.EventMask)(256));
 
126
            w1.Name = "dialog_VBox";
 
127
            w1.BorderWidth = ((uint)(2));
 
128
            // Container child dialog_VBox.Gtk.Box+BoxChild
 
129
            this.notebook1 = new Gtk.Notebook();
 
130
            this.notebook1.CanFocus = true;
 
131
            this.notebook1.Name = "notebook1";
 
132
            this.notebook1.CurrentPage = 0;
 
133
            // Container child notebook1.Gtk.Notebook+NotebookChild
 
134
            this.vbox2 = new Gtk.VBox();
 
135
            this.vbox2.Name = "vbox2";
 
136
            this.vbox2.Spacing = 6;
 
137
            this.vbox2.BorderWidth = ((uint)(10));
 
138
            // Container child vbox2.Gtk.Box+BoxChild
 
139
            this.frame3 = new Gtk.Frame();
 
140
            this.frame3.Name = "frame3";
 
141
            this.frame3.ShadowType = ((Gtk.ShadowType)(0));
 
142
            this.frame3.LabelXalign = 0F;
 
143
            // Container child frame3.Gtk.Container+ContainerChild
 
144
            this.GtkAlignment3 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
145
            this.GtkAlignment3.Name = "GtkAlignment3";
 
146
            this.GtkAlignment3.LeftPadding = ((uint)(12));
 
147
            // Container child GtkAlignment3.Gtk.Container+ContainerChild
 
148
            this.hbox2 = new Gtk.HBox();
 
149
            this.hbox2.Name = "hbox2";
 
150
            this.hbox2.Spacing = 6;
 
151
            this.hbox2.BorderWidth = ((uint)(6));
 
152
            // Container child hbox2.Gtk.Box+BoxChild
 
153
            this.label4 = new Gtk.Label();
 
154
            this.label4.Name = "label4";
 
155
            this.label4.LabelProp = Mono.Unix.Catalog.GetString("Read information from");
 
156
            this.hbox2.Add(this.label4);
 
157
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox2[this.label4]));
 
158
            w2.Position = 0;
 
159
            w2.Expand = false;
 
160
            w2.Fill = false;
 
161
            // Container child hbox2.Gtk.Box+BoxChild
 
162
            this.SourceCombobox = Gtk.ComboBox.NewText();
 
163
            this.SourceCombobox.AppendText(Mono.Unix.Catalog.GetString("friends timeline"));
 
164
            this.SourceCombobox.AppendText(Mono.Unix.Catalog.GetString("public timeline"));
 
165
            this.SourceCombobox.Name = "SourceCombobox";
 
166
            this.SourceCombobox.Active = 0;
 
167
            this.hbox2.Add(this.SourceCombobox);
 
168
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox2[this.SourceCombobox]));
 
169
            w3.Position = 1;
 
170
            w3.Expand = false;
 
171
            w3.Fill = false;
 
172
            this.GtkAlignment3.Add(this.hbox2);
 
173
            this.frame3.Add(this.GtkAlignment3);
 
174
            this.GtkLabel3 = new Gtk.Label();
 
175
            this.GtkLabel3.Name = "GtkLabel3";
 
176
            this.GtkLabel3.LabelProp = Mono.Unix.Catalog.GetString("<b>Source on startup</b>");
 
177
            this.GtkLabel3.UseMarkup = true;
 
178
            this.frame3.LabelWidget = this.GtkLabel3;
 
179
            this.vbox2.Add(this.frame3);
 
180
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.frame3]));
 
181
            w6.Position = 0;
 
182
            w6.Expand = false;
 
183
            w6.Fill = false;
 
184
            // Container child vbox2.Gtk.Box+BoxChild
 
185
            this.frame1 = new Gtk.Frame();
 
186
            this.frame1.Name = "frame1";
 
187
            this.frame1.ShadowType = ((Gtk.ShadowType)(0));
 
188
            this.frame1.LabelXalign = 0F;
 
189
            // Container child frame1.Gtk.Container+ContainerChild
 
190
            this.GtkAlignment1 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
191
            this.GtkAlignment1.Name = "GtkAlignment1";
 
192
            this.GtkAlignment1.LeftPadding = ((uint)(12));
 
193
            this.GtkAlignment1.TopPadding = ((uint)(2));
 
194
            // Container child GtkAlignment1.Gtk.Container+ContainerChild
 
195
            this.table1 = new Gtk.Table(((uint)(2)), ((uint)(2)), false);
 
196
            this.table1.Name = "table1";
 
197
            this.table1.RowSpacing = ((uint)(6));
 
198
            this.table1.ColumnSpacing = ((uint)(6));
 
199
            this.table1.BorderWidth = ((uint)(6));
 
200
            // Container child table1.Gtk.Table+TableChild
 
201
            this.label5 = new Gtk.Label();
 
202
            this.label5.Name = "label5";
 
203
            this.label5.Xalign = 0.01F;
 
204
            this.label5.LabelProp = Mono.Unix.Catalog.GetString("Password");
 
205
            this.table1.Add(this.label5);
 
206
            Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label5]));
 
207
            w7.TopAttach = ((uint)(1));
 
208
            w7.BottomAttach = ((uint)(2));
 
209
            w7.XOptions = ((Gtk.AttachOptions)(4));
 
210
            w7.YOptions = ((Gtk.AttachOptions)(4));
 
211
            // Container child table1.Gtk.Table+TableChild
 
212
            this.label7 = new Gtk.Label();
 
213
            this.label7.Name = "label7";
 
214
            this.label7.Xalign = 0F;
 
215
            this.label7.LabelProp = Mono.Unix.Catalog.GetString("Username");
 
216
            this.table1.Add(this.label7);
 
217
            Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label7]));
 
218
            w8.XOptions = ((Gtk.AttachOptions)(4));
 
219
            w8.YOptions = ((Gtk.AttachOptions)(4));
 
220
            // Container child table1.Gtk.Table+TableChild
 
221
            this.PasswordEntry = new Gtk.Entry();
 
222
            this.PasswordEntry.CanFocus = true;
 
223
            this.PasswordEntry.Name = "PasswordEntry";
 
224
            this.PasswordEntry.IsEditable = true;
 
225
            this.PasswordEntry.Visibility = false;
 
226
            this.PasswordEntry.InvisibleChar = '•';
 
227
            this.table1.Add(this.PasswordEntry);
 
228
            Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this.PasswordEntry]));
 
229
            w9.TopAttach = ((uint)(1));
 
230
            w9.BottomAttach = ((uint)(2));
 
231
            w9.LeftAttach = ((uint)(1));
 
232
            w9.RightAttach = ((uint)(2));
 
233
            w9.YOptions = ((Gtk.AttachOptions)(4));
 
234
            // Container child table1.Gtk.Table+TableChild
 
235
            this.UsernameEntry = new Gtk.Entry();
 
236
            this.UsernameEntry.CanFocus = true;
 
237
            this.UsernameEntry.Name = "UsernameEntry";
 
238
            this.UsernameEntry.IsEditable = true;
 
239
            this.UsernameEntry.InvisibleChar = '•';
 
240
            this.table1.Add(this.UsernameEntry);
 
241
            Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this.UsernameEntry]));
 
242
            w10.LeftAttach = ((uint)(1));
 
243
            w10.RightAttach = ((uint)(2));
 
244
            w10.YOptions = ((Gtk.AttachOptions)(4));
 
245
            this.GtkAlignment1.Add(this.table1);
 
246
            this.frame1.Add(this.GtkAlignment1);
 
247
            this.GtkLabel1 = new Gtk.Label();
 
248
            this.GtkLabel1.Name = "GtkLabel1";
 
249
            this.GtkLabel1.LabelProp = Mono.Unix.Catalog.GetString("<b>Authentication</b>");
 
250
            this.GtkLabel1.UseMarkup = true;
 
251
            this.frame1.LabelWidget = this.GtkLabel1;
 
252
            this.vbox2.Add(this.frame1);
 
253
            Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
 
254
            w13.Position = 1;
 
255
            w13.Expand = false;
 
256
            w13.Fill = false;
 
257
            // Container child vbox2.Gtk.Box+BoxChild
 
258
            this.hbox5 = new Gtk.HBox();
 
259
            this.hbox5.Name = "hbox5";
 
260
            // Container child hbox5.Gtk.Box+BoxChild
 
261
            this.TwitterSignup = new Gtk.Label();
 
262
            this.TwitterSignup.Name = "TwitterSignup";
 
263
            this.TwitterSignup.LabelProp = Mono.Unix.Catalog.GetString("<i>Don't have a Twitter.com account?</i>");
 
264
            this.TwitterSignup.UseMarkup = true;
 
265
            this.hbox5.Add(this.TwitterSignup);
 
266
            Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.hbox5[this.TwitterSignup]));
 
267
            w14.Position = 0;
 
268
            w14.Expand = false;
 
269
            w14.Fill = false;
 
270
            w14.Padding = ((uint)(5));
 
271
            // Container child hbox5.Gtk.Box+BoxChild
 
272
            this.SignUp = new Gtk.Button();
 
273
            this.SignUp.CanFocus = true;
 
274
            this.SignUp.Name = "SignUp";
 
275
            this.SignUp.UseUnderline = true;
 
276
            // Container child SignUp.Gtk.Container+ContainerChild
 
277
            Gtk.Alignment w15 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
 
278
            w15.Name = "GtkAlignment";
 
279
            // Container child GtkAlignment.Gtk.Container+ContainerChild
 
280
            Gtk.HBox w16 = new Gtk.HBox();
 
281
            w16.Name = "GtkHBox1";
 
282
            w16.Spacing = 2;
 
283
            // Container child GtkHBox1.Gtk.Container+ContainerChild
 
284
            Gtk.Image w17 = new Gtk.Image();
 
285
            w17.Name = "image77";
 
286
            w17.Pixbuf = Stetic.IconLoader.LoadIcon("contact-new", 20);
 
287
            w16.Add(w17);
 
288
            // Container child GtkHBox1.Gtk.Container+ContainerChild
 
289
            Gtk.Label w19 = new Gtk.Label();
 
290
            w19.Name = "GtkLabel";
 
291
            w19.LabelProp = Mono.Unix.Catalog.GetString("Sign Up!");
 
292
            w19.UseUnderline = true;
 
293
            w16.Add(w19);
 
294
            w15.Add(w16);
 
295
            this.SignUp.Add(w15);
 
296
            this.hbox5.Add(this.SignUp);
 
297
            Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(this.hbox5[this.SignUp]));
 
298
            w23.Position = 1;
 
299
            w23.Expand = false;
 
300
            w23.Fill = false;
 
301
            this.vbox2.Add(this.hbox5);
 
302
            Gtk.Box.BoxChild w24 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
 
303
            w24.Position = 2;
 
304
            w24.Expand = false;
 
305
            w24.Fill = false;
 
306
            // Container child vbox2.Gtk.Box+BoxChild
 
307
            this.frame2 = new Gtk.Frame();
 
308
            this.frame2.Name = "frame2";
 
309
            this.frame2.ShadowType = ((Gtk.ShadowType)(0));
 
310
            this.frame2.LabelXalign = 0F;
 
311
            // Container child frame2.Gtk.Container+ContainerChild
 
312
            this.GtkAlignment2 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
313
            this.GtkAlignment2.Name = "GtkAlignment2";
 
314
            this.GtkAlignment2.LeftPadding = ((uint)(12));
 
315
            // Container child GtkAlignment2.Gtk.Container+ContainerChild
 
316
            this.hbox1 = new Gtk.HBox();
 
317
            this.hbox1.Name = "hbox1";
 
318
            this.hbox1.Spacing = 6;
 
319
            this.hbox1.BorderWidth = ((uint)(6));
 
320
            // Container child hbox1.Gtk.Box+BoxChild
 
321
            this.label6 = new Gtk.Label();
 
322
            this.label6.Name = "label6";
 
323
            this.label6.LabelProp = Mono.Unix.Catalog.GetString("Automatically refresh");
 
324
            this.hbox1.Add(this.label6);
 
325
            Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.hbox1[this.label6]));
 
326
            w25.Position = 0;
 
327
            w25.Expand = false;
 
328
            w25.Fill = false;
 
329
            // Container child hbox1.Gtk.Box+BoxChild
 
330
            this.RefreshCombobox = Gtk.ComboBox.NewText();
 
331
            this.RefreshCombobox.AppendText(Mono.Unix.Catalog.GetString("every minute"));
 
332
            this.RefreshCombobox.AppendText(Mono.Unix.Catalog.GetString("every 3 minutes"));
 
333
            this.RefreshCombobox.AppendText(Mono.Unix.Catalog.GetString("every 5 minutes"));
 
334
            this.RefreshCombobox.AppendText(Mono.Unix.Catalog.GetString("every 10 minutes"));
 
335
            this.RefreshCombobox.AppendText(Mono.Unix.Catalog.GetString("every 30 minutes"));
 
336
            this.RefreshCombobox.AppendText(Mono.Unix.Catalog.GetString("never"));
 
337
            this.RefreshCombobox.Name = "RefreshCombobox";
 
338
            this.RefreshCombobox.Active = 2;
 
339
            this.hbox1.Add(this.RefreshCombobox);
 
340
            Gtk.Box.BoxChild w26 = ((Gtk.Box.BoxChild)(this.hbox1[this.RefreshCombobox]));
 
341
            w26.Position = 1;
 
342
            w26.Expand = false;
 
343
            w26.Fill = false;
 
344
            this.GtkAlignment2.Add(this.hbox1);
 
345
            this.frame2.Add(this.GtkAlignment2);
 
346
            this.GtkLabel2 = new Gtk.Label();
 
347
            this.GtkLabel2.Name = "GtkLabel2";
 
348
            this.GtkLabel2.LabelProp = Mono.Unix.Catalog.GetString("<b>Refresh</b>");
 
349
            this.GtkLabel2.UseMarkup = true;
 
350
            this.frame2.LabelWidget = this.GtkLabel2;
 
351
            this.vbox2.Add(this.frame2);
 
352
            Gtk.Box.BoxChild w29 = ((Gtk.Box.BoxChild)(this.vbox2[this.frame2]));
 
353
            w29.Position = 3;
 
354
            w29.Expand = false;
 
355
            w29.Fill = false;
 
356
            // Container child vbox2.Gtk.Box+BoxChild
 
357
            this.HiddenCheckbutton = new Gtk.CheckButton();
 
358
            this.HiddenCheckbutton.CanFocus = true;
 
359
            this.HiddenCheckbutton.Name = "HiddenCheckbutton";
 
360
            this.HiddenCheckbutton.Label = Mono.Unix.Catalog.GetString("Hidden at startup");
 
361
            this.HiddenCheckbutton.DrawIndicator = true;
 
362
            this.HiddenCheckbutton.UseUnderline = true;
 
363
            this.vbox2.Add(this.HiddenCheckbutton);
 
364
            Gtk.Box.BoxChild w30 = ((Gtk.Box.BoxChild)(this.vbox2[this.HiddenCheckbutton]));
 
365
            w30.Position = 4;
 
366
            w30.Expand = false;
 
367
            w30.Fill = false;
 
368
            this.notebook1.Add(this.vbox2);
 
369
            Gtk.Notebook.NotebookChild w31 = ((Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox2]));
 
370
            w31.TabExpand = false;
 
371
            // Notebook tab
 
372
            this.label2 = new Gtk.Label();
 
373
            this.label2.Name = "label2";
 
374
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("General");
 
375
            this.notebook1.SetTabLabel(this.vbox2, this.label2);
 
376
            // Container child notebook1.Gtk.Notebook+NotebookChild
 
377
            this.vbox3 = new Gtk.VBox();
 
378
            this.vbox3.Name = "vbox3";
 
379
            this.vbox3.BorderWidth = ((uint)(10));
 
380
            // Container child vbox3.Gtk.Box+BoxChild
 
381
            this.frame4 = new Gtk.Frame();
 
382
            this.frame4.Name = "frame4";
 
383
            this.frame4.ShadowType = ((Gtk.ShadowType)(0));
 
384
            this.frame4.LabelXalign = 0F;
 
385
            // Container child frame4.Gtk.Container+ContainerChild
 
386
            this.GtkAlignment4 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
387
            this.GtkAlignment4.Name = "GtkAlignment4";
 
388
            this.GtkAlignment4.LeftPadding = ((uint)(12));
 
389
            // Container child GtkAlignment4.Gtk.Container+ContainerChild
 
390
            this.hbox3 = new Gtk.HBox();
 
391
            this.hbox3.Name = "hbox3";
 
392
            this.hbox3.Spacing = 6;
 
393
            this.hbox3.BorderWidth = ((uint)(6));
 
394
            // Container child hbox3.Gtk.Box+BoxChild
 
395
            this.ClearCacheButton = new Gtk.Button();
 
396
            this.ClearCacheButton.CanFocus = true;
 
397
            this.ClearCacheButton.Name = "ClearCacheButton";
 
398
            this.ClearCacheButton.Relief = ((Gtk.ReliefStyle)(1));
 
399
            // Container child ClearCacheButton.Gtk.Container+ContainerChild
 
400
            Gtk.Alignment w32 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
 
401
            w32.Name = "GtkAlignment5";
 
402
            // Container child GtkAlignment5.Gtk.Container+ContainerChild
 
403
            Gtk.HBox w33 = new Gtk.HBox();
 
404
            w33.Name = "GtkHBox3";
 
405
            w33.Spacing = 2;
 
406
            // Container child GtkHBox3.Gtk.Container+ContainerChild
 
407
            Gtk.Image w34 = new Gtk.Image();
 
408
            w34.Name = "image78";
 
409
            w34.Pixbuf = Stetic.IconLoader.LoadIcon("gtk-clear", 16);
 
410
            w33.Add(w34);
 
411
            // Container child GtkHBox3.Gtk.Container+ContainerChild
 
412
            Gtk.Label w36 = new Gtk.Label();
 
413
            w36.Name = "GtkLabel6";
 
414
            w36.LabelProp = Mono.Unix.Catalog.GetString("Clear cached images");
 
415
            w33.Add(w36);
 
416
            w32.Add(w33);
 
417
            this.ClearCacheButton.Add(w32);
 
418
            this.hbox3.Add(this.ClearCacheButton);
 
419
            Gtk.Box.BoxChild w40 = ((Gtk.Box.BoxChild)(this.hbox3[this.ClearCacheButton]));
 
420
            w40.Position = 0;
 
421
            w40.Expand = false;
 
422
            w40.Fill = false;
 
423
            // Container child hbox3.Gtk.Box+BoxChild
 
424
            this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
 
425
            this.alignment1.Name = "alignment1";
 
426
            this.alignment1.LeftPadding = ((uint)(4));
 
427
            this.alignment1.BottomPadding = ((uint)(3));
 
428
            // Container child alignment1.Gtk.Container+ContainerChild
 
429
            this.ClearCacheLabel = new Gtk.Label();
 
430
            this.ClearCacheLabel.Name = "ClearCacheLabel";
 
431
            this.ClearCacheLabel.Yalign = 0.77F;
 
432
            this.ClearCacheLabel.LabelProp = "";
 
433
            this.alignment1.Add(this.ClearCacheLabel);
 
434
            this.hbox3.Add(this.alignment1);
 
435
            Gtk.Box.BoxChild w42 = ((Gtk.Box.BoxChild)(this.hbox3[this.alignment1]));
 
436
            w42.Position = 1;
 
437
            w42.Expand = false;
 
438
            w42.Fill = false;
 
439
            this.GtkAlignment4.Add(this.hbox3);
 
440
            this.frame4.Add(this.GtkAlignment4);
 
441
            this.GtkLabel5 = new Gtk.Label();
 
442
            this.GtkLabel5.Name = "GtkLabel5";
 
443
            this.GtkLabel5.LabelProp = Mono.Unix.Catalog.GetString("<b>User image caching</b>");
 
444
            this.GtkLabel5.UseMarkup = true;
 
445
            this.frame4.LabelWidget = this.GtkLabel5;
 
446
            this.vbox3.Add(this.frame4);
 
447
            Gtk.Box.BoxChild w45 = ((Gtk.Box.BoxChild)(this.vbox3[this.frame4]));
 
448
            w45.Position = 0;
 
449
            w45.Expand = false;
 
450
            w45.Fill = false;
 
451
            // Container child vbox3.Gtk.Box+BoxChild
 
452
            this.frame5 = new Gtk.Frame();
 
453
            this.frame5.Name = "frame5";
 
454
            this.frame5.ShadowType = ((Gtk.ShadowType)(0));
 
455
            this.frame5.LabelXalign = 0F;
 
456
            // Container child frame5.Gtk.Container+ContainerChild
 
457
            this.GtkAlignment6 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
458
            this.GtkAlignment6.Name = "GtkAlignment6";
 
459
            this.GtkAlignment6.LeftPadding = ((uint)(12));
 
460
            // Container child GtkAlignment6.Gtk.Container+ContainerChild
 
461
            this.hbox4 = new Gtk.HBox();
 
462
            this.hbox4.Name = "hbox4";
 
463
            this.hbox4.Spacing = 6;
 
464
            this.hbox4.BorderWidth = ((uint)(6));
 
465
            this.GtkAlignment6.Add(this.hbox4);
 
466
            this.frame5.Add(this.GtkAlignment6);
 
467
            this.GtkLabel8 = new Gtk.Label();
 
468
            this.GtkLabel8.Name = "GtkLabel8";
 
469
            this.GtkLabel8.LabelProp = Mono.Unix.Catalog.GetString("<b>Background color</b>");
 
470
            this.GtkLabel8.UseMarkup = true;
 
471
            this.frame5.LabelWidget = this.GtkLabel8;
 
472
            this.vbox3.Add(this.frame5);
 
473
            Gtk.Box.BoxChild w48 = ((Gtk.Box.BoxChild)(this.vbox3[this.frame5]));
 
474
            w48.Position = 1;
 
475
            // Container child vbox3.Gtk.Box+BoxChild
 
476
            this.NotificationsFrame = new Gtk.Frame();
 
477
            this.NotificationsFrame.Name = "NotificationsFrame";
 
478
            this.NotificationsFrame.ShadowType = ((Gtk.ShadowType)(0));
 
479
            this.NotificationsFrame.LabelXalign = 0F;
 
480
            // Container child NotificationsFrame.Gtk.Container+ContainerChild
 
481
            this.GtkAlignment8 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
482
            this.GtkAlignment8.Name = "GtkAlignment8";
 
483
            this.GtkAlignment8.LeftPadding = ((uint)(12));
 
484
            // Container child GtkAlignment8.Gtk.Container+ContainerChild
 
485
            this.vbox4 = new Gtk.VBox();
 
486
            this.vbox4.Name = "vbox4";
 
487
            // Container child vbox4.Gtk.Box+BoxChild
 
488
            this.EnableNotifyCheckButton = new Gtk.CheckButton();
 
489
            this.EnableNotifyCheckButton.CanFocus = true;
 
490
            this.EnableNotifyCheckButton.Name = "EnableNotifyCheckButton";
 
491
            this.EnableNotifyCheckButton.Label = Mono.Unix.Catalog.GetString("Enable notifications");
 
492
            this.EnableNotifyCheckButton.DrawIndicator = true;
 
493
            this.EnableNotifyCheckButton.UseUnderline = true;
 
494
            this.vbox4.Add(this.EnableNotifyCheckButton);
 
495
            Gtk.Box.BoxChild w49 = ((Gtk.Box.BoxChild)(this.vbox4[this.EnableNotifyCheckButton]));
 
496
            w49.Position = 0;
 
497
            w49.Expand = false;
 
498
            w49.Fill = false;
 
499
            // Container child vbox4.Gtk.Box+BoxChild
 
500
            this.NotifyOnDirect = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Notify only on new Direct tweets"));
 
501
            this.NotifyOnDirect.Sensitive = false;
 
502
            this.NotifyOnDirect.CanFocus = true;
 
503
            this.NotifyOnDirect.Name = "NotifyOnDirect";
 
504
            this.NotifyOnDirect.Active = true;
 
505
            this.NotifyOnDirect.DrawIndicator = true;
 
506
            this.NotifyOnDirect.UseUnderline = true;
 
507
            this.NotifyOnDirect.Group = new GLib.SList(System.IntPtr.Zero);
 
508
            this.vbox4.Add(this.NotifyOnDirect);
 
509
            Gtk.Box.BoxChild w50 = ((Gtk.Box.BoxChild)(this.vbox4[this.NotifyOnDirect]));
 
510
            w50.Position = 1;
 
511
            w50.Expand = false;
 
512
            w50.Fill = false;
 
513
            // Container child vbox4.Gtk.Box+BoxChild
 
514
            this.NotifyOnPublicFriends = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Notify only on new Public/Friends tweets"));
 
515
            this.NotifyOnPublicFriends.Sensitive = false;
 
516
            this.NotifyOnPublicFriends.CanFocus = true;
 
517
            this.NotifyOnPublicFriends.Name = "NotifyOnPublicFriends";
 
518
            this.NotifyOnPublicFriends.DrawIndicator = true;
 
519
            this.NotifyOnPublicFriends.UseUnderline = true;
 
520
            this.NotifyOnPublicFriends.Group = this.NotifyOnDirect.Group;
 
521
            this.vbox4.Add(this.NotifyOnPublicFriends);
 
522
            Gtk.Box.BoxChild w51 = ((Gtk.Box.BoxChild)(this.vbox4[this.NotifyOnPublicFriends]));
 
523
            w51.Position = 2;
 
524
            w51.Expand = false;
 
525
            w51.Fill = false;
 
526
            // Container child vbox4.Gtk.Box+BoxChild
 
527
            this.NotifyOnBoth = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Notify on all new tweets"));
 
528
            this.NotifyOnBoth.Sensitive = false;
 
529
            this.NotifyOnBoth.CanFocus = true;
 
530
            this.NotifyOnBoth.Name = "NotifyOnBoth";
 
531
            this.NotifyOnBoth.DrawIndicator = true;
 
532
            this.NotifyOnBoth.UseUnderline = true;
 
533
            this.NotifyOnBoth.Group = this.NotifyOnDirect.Group;
 
534
            this.vbox4.Add(this.NotifyOnBoth);
 
535
            Gtk.Box.BoxChild w52 = ((Gtk.Box.BoxChild)(this.vbox4[this.NotifyOnBoth]));
 
536
            w52.Position = 3;
 
537
            w52.Expand = false;
 
538
            w52.Fill = false;
 
539
            this.GtkAlignment8.Add(this.vbox4);
 
540
            this.NotificationsFrame.Add(this.GtkAlignment8);
 
541
            this.NotifLabel = new Gtk.Label();
 
542
            this.NotifLabel.Name = "NotifLabel";
 
543
            this.NotifLabel.LabelProp = Mono.Unix.Catalog.GetString("<b>Notifications</b>");
 
544
            this.NotifLabel.UseMarkup = true;
 
545
            this.NotificationsFrame.LabelWidget = this.NotifLabel;
 
546
            this.vbox3.Add(this.NotificationsFrame);
 
547
            Gtk.Box.BoxChild w55 = ((Gtk.Box.BoxChild)(this.vbox3[this.NotificationsFrame]));
 
548
            w55.Position = 2;
 
549
            w55.Expand = false;
 
550
            w55.Fill = false;
 
551
            this.notebook1.Add(this.vbox3);
 
552
            Gtk.Notebook.NotebookChild w56 = ((Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox3]));
 
553
            w56.Position = 1;
 
554
            w56.TabExpand = false;
 
555
            // Notebook tab
 
556
            this.label3 = new Gtk.Label();
 
557
            this.label3.Name = "label3";
 
558
            this.label3.LabelProp = Mono.Unix.Catalog.GetString("More");
 
559
            this.notebook1.SetTabLabel(this.vbox3, this.label3);
 
560
            w1.Add(this.notebook1);
 
561
            Gtk.Box.BoxChild w57 = ((Gtk.Box.BoxChild)(w1[this.notebook1]));
 
562
            w57.Position = 0;
 
563
            // Internal child gtwitter.PreferencesWindow.ActionArea
 
564
            Gtk.HButtonBox w58 = this.ActionArea;
 
565
            w58.Events = ((Gdk.EventMask)(256));
 
566
            w58.Name = "gtwitter.PreferencesWindow_ActionArea";
 
567
            w58.Spacing = 6;
 
568
            w58.BorderWidth = ((uint)(5));
 
569
            w58.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
 
570
            // Container child gtwitter.PreferencesWindow_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
571
            this.OkButton = new Gtk.Button();
 
572
            this.OkButton.CanDefault = true;
 
573
            this.OkButton.CanFocus = true;
 
574
            this.OkButton.Name = "OkButton";
 
575
            this.OkButton.UseStock = true;
 
576
            this.OkButton.UseUnderline = true;
 
577
            this.OkButton.Label = "gtk-ok";
 
578
            this.AddActionWidget(this.OkButton, -5);
 
579
            Gtk.ButtonBox.ButtonBoxChild w59 = ((Gtk.ButtonBox.ButtonBoxChild)(w58[this.OkButton]));
 
580
            w59.Expand = false;
 
581
            w59.Fill = false;
 
582
            if ((this.Child != null)) {
 
583
                this.Child.ShowAll();
 
584
            }
 
585
            this.DefaultWidth = 350;
 
586
            this.DefaultHeight = 395;
 
587
            this.frame5.Hide();
 
588
            this.NotificationsFrame.Hide();
 
589
            this.Hide();
 
590
            this.DeleteEvent += new Gtk.DeleteEventHandler(this.OnDeleteEvent);
 
591
            this.SignUp.Clicked += new System.EventHandler(this.OnSignUpClicked);
 
592
            this.ClearCacheButton.Clicked += new System.EventHandler(this.OnClearCacheButtonClicked);
 
593
            this.OkButton.Clicked += new System.EventHandler(this.OnOkButtonClicked);
 
594
        }
 
595
    }
 
596
}