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

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment.Linux/gtk-gui/MonoDevelop.Deployment.Linux.DotDesktopViewWidget.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
//      
5
5
// 
6
6
//      Changes to this file may cause incorrect behavior and will be lost if 
7
7
//      the code is regenerated.
486
486
            w1.Add(this.vbox4);
487
487
            this.scrolledwindow1.Add(w1);
488
488
            this.notebook.Add(this.scrolledwindow1);
489
 
            Gtk.Notebook.NotebookChild w33 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.scrolledwindow1]));
490
 
            w33.TabExpand = false;
491
489
            // Notebook tab
492
490
            this.label7 = new Gtk.Label();
493
491
            this.label7.Name = "label7";
546
544
            this.treeCategories = new Gtk.TreeView();
547
545
            this.treeCategories.CanFocus = true;
548
546
            this.treeCategories.Name = "treeCategories";
549
 
            this.treeCategories.HeadersClickable = true;
550
547
            this.scrolledwindow2.Add(this.treeCategories);
551
548
            this.hbox6.Add(this.scrolledwindow2);
552
549
            Gtk.Box.BoxChild w38 = ((Gtk.Box.BoxChild)(this.hbox6[this.scrolledwindow2]));
648
645
            this.frame1 = new Gtk.Frame();
649
646
            this.frame1.Name = "frame1";
650
647
            this.frame1.ShadowType = ((Gtk.ShadowType)(1));
651
 
            this.frame1.LabelXalign = 0F;
652
648
            // Container child frame1.Gtk.Container+ContainerChild
653
649
            this.GtkAlignment4 = new Gtk.Alignment(0F, 0F, 1F, 1F);
654
650
            this.GtkAlignment4.Name = "GtkAlignment4";
656
652
            this.treeEnvs = new Gtk.TreeView();
657
653
            this.treeEnvs.CanFocus = true;
658
654
            this.treeEnvs.Name = "treeEnvs";
659
 
            this.treeEnvs.HeadersClickable = true;
660
655
            this.GtkAlignment4.Add(this.treeEnvs);
661
656
            this.frame1.Add(this.GtkAlignment4);
662
657
            this.boxMenu.Add(this.frame1);
667
662
            this.notebook.Add(this.boxMenu);
668
663
            Gtk.Notebook.NotebookChild w52 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.boxMenu]));
669
664
            w52.Position = 1;
670
 
            w52.TabExpand = false;
671
665
            // Notebook tab
672
666
            this.label2 = new Gtk.Label();
673
667
            this.label2.CanFocus = true;
707
701
            this.treeMimeTypes = new Gtk.TreeView();
708
702
            this.treeMimeTypes.CanFocus = true;
709
703
            this.treeMimeTypes.Name = "treeMimeTypes";
710
 
            this.treeMimeTypes.HeadersClickable = true;
711
704
            this.scrolledwindow3.Add(this.treeMimeTypes);
712
705
            this.tableMimeTypes.Add(this.scrolledwindow3);
713
706
            Gtk.Table.TableChild w56 = ((Gtk.Table.TableChild)(this.tableMimeTypes[this.scrolledwindow3]));
751
744
            this.notebook.Add(this.tableMimeTypes);
752
745
            Gtk.Notebook.NotebookChild w60 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.tableMimeTypes]));
753
746
            w60.Position = 2;
754
 
            w60.TabExpand = false;
755
747
            // Notebook tab
756
748
            this.label8 = new Gtk.Label();
757
749
            this.label8.CanFocus = true;
773
765
            this.treeEntries = new Gtk.TreeView();
774
766
            this.treeEntries.CanFocus = true;
775
767
            this.treeEntries.Name = "treeEntries";
776
 
            this.treeEntries.HeadersClickable = true;
777
768
            this.scrolledwindow4.Add(this.treeEntries);
778
769
            this.hbox4.Add(this.scrolledwindow4);
779
770
            Gtk.Box.BoxChild w62 = ((Gtk.Box.BoxChild)(this.hbox4[this.scrolledwindow4]));
814
805
            this.notebook.Add(this.hbox4);
815
806
            Gtk.Notebook.NotebookChild w66 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.hbox4]));
816
807
            w66.Position = 3;
817
 
            w66.TabExpand = false;
818
808
            // Notebook tab
819
809
            this.label5 = new Gtk.Label();
820
810
            this.label5.Name = "label5";