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

« back to all changes in this revision

Viewing changes to src/addins/WelcomePage/gtk-gui/MonoDevelop.WelcomePage.WelcomePageFallbackWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-18 08:40:51 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218084051-gh8m6ukvokbwj7cf
Tags: 1.9.2+dfsg-1ubuntu1
* Merge from Debian Experimental (LP: #330519), remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24
    - Add libmono-cairo1.0-cil to build-deps to fool pkg-config check

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ------------------------------------------------------------------------------
2
2
//  <autogenerated>
3
3
//      This code was generated by a tool.
4
 
//      Mono Runtime Version: 2.0.50727.42
 
4
//      Mono Runtime Version: 2.0.50727.1433
5
5
// 
6
6
//      Changes to this file may cause incorrect behavior and will be lost if 
7
7
//      the code is regenerated.
67
67
        
68
68
        private Gtk.VBox devLinkBox;
69
69
        
 
70
        private Gtk.Label headerNewsLinks;
 
71
        
 
72
        private Gtk.HBox hbox7;
 
73
        
 
74
        private Gtk.Label label9;
 
75
        
 
76
        private Gtk.VBox newsLinkBox;
 
77
        
70
78
        protected virtual void Build() {
71
79
            Stetic.Gui.Initialize(this);
72
80
            // Widget MonoDevelop.WelcomePage.WelcomePageFallbackWidget
310
318
            w24.Position = 4;
311
319
            w24.Expand = false;
312
320
            w24.Fill = false;
313
 
            this.hbox1.Add(this.vbox1);
314
 
            Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox1]));
315
 
            w25.Position = 1;
 
321
            // Container child vbox1.Gtk.Box+BoxChild
 
322
            this.headerNewsLinks = new Gtk.Label();
 
323
            this.headerNewsLinks.WidthRequest = 200;
 
324
            this.headerNewsLinks.Name = "headerNewsLinks";
 
325
            this.headerNewsLinks.Xalign = 0F;
 
326
            this.headerNewsLinks.LabelProp = "";
 
327
            this.headerNewsLinks.UseMarkup = true;
 
328
            this.vbox1.Add(this.headerNewsLinks);
 
329
            Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.vbox1[this.headerNewsLinks]));
 
330
            w25.Position = 5;
316
331
            w25.Expand = false;
317
332
            w25.Fill = false;
 
333
            // Container child vbox1.Gtk.Box+BoxChild
 
334
            this.hbox7 = new Gtk.HBox();
 
335
            this.hbox7.Name = "hbox7";
 
336
            this.hbox7.Spacing = 6;
 
337
            // Container child hbox7.Gtk.Box+BoxChild
 
338
            this.label9 = new Gtk.Label();
 
339
            this.label9.WidthRequest = 10;
 
340
            this.label9.Name = "label9";
 
341
            this.label9.LabelProp = "";
 
342
            this.hbox7.Add(this.label9);
 
343
            Gtk.Box.BoxChild w26 = ((Gtk.Box.BoxChild)(this.hbox7[this.label9]));
 
344
            w26.Position = 0;
 
345
            w26.Expand = false;
 
346
            w26.Fill = false;
 
347
            // Container child hbox7.Gtk.Box+BoxChild
 
348
            this.newsLinkBox = new Gtk.VBox();
 
349
            this.newsLinkBox.Name = "newsLinkBox";
 
350
            this.hbox7.Add(this.newsLinkBox);
 
351
            Gtk.Box.BoxChild w27 = ((Gtk.Box.BoxChild)(this.hbox7[this.newsLinkBox]));
 
352
            w27.Position = 1;
 
353
            this.vbox1.Add(this.hbox7);
 
354
            Gtk.Box.BoxChild w28 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox7]));
 
355
            w28.Position = 6;
 
356
            w28.Expand = false;
 
357
            w28.Fill = false;
 
358
            this.hbox1.Add(this.vbox1);
 
359
            Gtk.Box.BoxChild w29 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox1]));
 
360
            w29.Position = 1;
 
361
            w29.Expand = false;
 
362
            w29.Fill = false;
318
363
            this.alignment1.Add(this.hbox1);
319
364
            this.Add(this.alignment1);
320
365
            if ((this.Child != null)) {