~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl/gtk-gui/MonoDevelop.VersionControl.Views.DiffWidget.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        public partial class DiffWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox2;
8
 
                private global::Gtk.HBox hbox1;
9
 
                private global::Gtk.HBox hbox2;
10
 
                private global::Gtk.Fixed fixed1;
11
 
                private global::Gtk.Label labelOverview;
12
 
                private global::Gtk.Button buttonDiff;
13
 
                private global::Gtk.Button buttonNext;
14
 
                private global::Gtk.Button buttonPrev;
15
8
                private global::Gtk.Notebook notebook1;
16
9
                private global::Gtk.VBox vboxComparisonView;
17
10
                private global::Gtk.Label label1;
29
22
                        this.vbox2.Name = "vbox2";
30
23
                        this.vbox2.Spacing = 6;
31
24
                        // Container child vbox2.Gtk.Box+BoxChild
32
 
                        this.hbox1 = new global::Gtk.HBox ();
33
 
                        this.hbox1.Name = "hbox1";
34
 
                        this.hbox1.Spacing = 6;
35
 
                        // Container child hbox1.Gtk.Box+BoxChild
36
 
                        this.hbox2 = new global::Gtk.HBox ();
37
 
                        this.hbox2.Name = "hbox2";
38
 
                        this.hbox2.Spacing = 6;
39
 
                        // Container child hbox2.Gtk.Box+BoxChild
40
 
                        this.fixed1 = new global::Gtk.Fixed ();
41
 
                        this.fixed1.Name = "fixed1";
42
 
                        this.fixed1.HasWindow = false;
43
 
                        this.hbox2.Add (this.fixed1);
44
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fixed1]));
45
 
                        w1.Position = 0;
46
 
                        w1.Expand = false;
47
 
                        // Container child hbox2.Gtk.Box+BoxChild
48
 
                        this.labelOverview = new global::Gtk.Label ();
49
 
                        this.labelOverview.Name = "labelOverview";
50
 
                        this.hbox2.Add (this.labelOverview);
51
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelOverview]));
52
 
                        w2.Position = 1;
53
 
                        w2.Expand = false;
54
 
                        w2.Fill = false;
55
 
                        // Container child hbox2.Gtk.Box+BoxChild
56
 
                        this.buttonDiff = new global::Gtk.Button ();
57
 
                        this.buttonDiff.CanFocus = true;
58
 
                        this.buttonDiff.Name = "buttonDiff";
59
 
                        this.buttonDiff.UseUnderline = true;
60
 
                        this.buttonDiff.Label = global::Mono.Unix.Catalog.GetString ("Unified Diff");
61
 
                        this.hbox2.Add (this.buttonDiff);
62
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonDiff]));
63
 
                        w3.PackType = ((global::Gtk.PackType)(1));
64
 
                        w3.Position = 2;
65
 
                        w3.Expand = false;
66
 
                        w3.Fill = false;
67
 
                        this.hbox1.Add (this.hbox2);
68
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox2]));
69
 
                        w4.Position = 0;
70
 
                        // Container child hbox1.Gtk.Box+BoxChild
71
 
                        this.buttonNext = new global::Gtk.Button ();
72
 
                        this.buttonNext.CanFocus = true;
73
 
                        this.buttonNext.Name = "buttonNext";
74
 
                        this.buttonNext.UseUnderline = true;
75
 
                        // Container child buttonNext.Gtk.Container+ContainerChild
76
 
                        global::Gtk.Alignment w5 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
77
 
                        // Container child GtkAlignment.Gtk.Container+ContainerChild
78
 
                        global::Gtk.HBox w6 = new global::Gtk.HBox ();
79
 
                        w6.Spacing = 2;
80
 
                        // Container child GtkHBox.Gtk.Container+ContainerChild
81
 
                        global::Gtk.Image w7 = new global::Gtk.Image ();
82
 
                        w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-down", global::Gtk.IconSize.Menu);
83
 
                        w6.Add (w7);
84
 
                        // Container child GtkHBox.Gtk.Container+ContainerChild
85
 
                        global::Gtk.Label w9 = new global::Gtk.Label ();
86
 
                        w9.LabelProp = global::Mono.Unix.Catalog.GetString ("Next Change");
87
 
                        w9.UseUnderline = true;
88
 
                        w6.Add (w9);
89
 
                        w5.Add (w6);
90
 
                        this.buttonNext.Add (w5);
91
 
                        this.hbox1.Add (this.buttonNext);
92
 
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonNext]));
93
 
                        w13.PackType = ((global::Gtk.PackType)(1));
94
 
                        w13.Position = 1;
95
 
                        w13.Expand = false;
96
 
                        w13.Fill = false;
97
 
                        // Container child hbox1.Gtk.Box+BoxChild
98
 
                        this.buttonPrev = new global::Gtk.Button ();
99
 
                        this.buttonPrev.CanFocus = true;
100
 
                        this.buttonPrev.Name = "buttonPrev";
101
 
                        this.buttonPrev.UseUnderline = true;
102
 
                        // Container child buttonPrev.Gtk.Container+ContainerChild
103
 
                        global::Gtk.Alignment w14 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
104
 
                        // Container child GtkAlignment.Gtk.Container+ContainerChild
105
 
                        global::Gtk.HBox w15 = new global::Gtk.HBox ();
106
 
                        w15.Spacing = 2;
107
 
                        // Container child GtkHBox.Gtk.Container+ContainerChild
108
 
                        global::Gtk.Image w16 = new global::Gtk.Image ();
109
 
                        w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-up", global::Gtk.IconSize.Menu);
110
 
                        w15.Add (w16);
111
 
                        // Container child GtkHBox.Gtk.Container+ContainerChild
112
 
                        global::Gtk.Label w18 = new global::Gtk.Label ();
113
 
                        w18.LabelProp = global::Mono.Unix.Catalog.GetString ("Previous Change");
114
 
                        w18.UseUnderline = true;
115
 
                        w15.Add (w18);
116
 
                        w14.Add (w15);
117
 
                        this.buttonPrev.Add (w14);
118
 
                        this.hbox1.Add (this.buttonPrev);
119
 
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonPrev]));
120
 
                        w22.PackType = ((global::Gtk.PackType)(1));
121
 
                        w22.Position = 2;
122
 
                        w22.Expand = false;
123
 
                        w22.Fill = false;
124
 
                        this.vbox2.Add (this.hbox1);
125
 
                        global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
126
 
                        w23.Position = 0;
127
 
                        w23.Expand = false;
128
 
                        w23.Fill = false;
129
 
                        // Container child vbox2.Gtk.Box+BoxChild
130
25
                        this.notebook1 = new global::Gtk.Notebook ();
131
26
                        this.notebook1.CanFocus = true;
132
27
                        this.notebook1.Name = "notebook1";
150
45
                        this.scrolledwindow1.Name = "scrolledwindow1";
151
46
                        this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
152
47
                        this.notebook1.Add (this.scrolledwindow1);
153
 
                        global::Gtk.Notebook.NotebookChild w25 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow1]));
154
 
                        w25.Position = 1;
 
48
                        global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow1]));
 
49
                        w2.Position = 1;
155
50
                        // Notebook tab
156
51
                        this.label3 = new global::Gtk.Label ();
157
52
                        this.label3.Name = "label3";
159
54
                        this.notebook1.SetTabLabel (this.scrolledwindow1, this.label3);
160
55
                        this.label3.ShowAll ();
161
56
                        this.vbox2.Add (this.notebook1);
162
 
                        global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
163
 
                        w26.Position = 1;
 
57
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
 
58
                        w3.Position = 0;
164
59
                        this.Add (this.vbox2);
165
60
                        if ((this.Child != null)) {
166
61
                                this.Child.ShowAll ();