~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.AssemblyBrowser/gtk-gui/MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-06-22 20:35:35 UTC
  • mfrom: (10.3.2)
  • Revision ID: package-import@ubuntu.com-20120622203535-zrozwvcf6kfk6l6i
Tags: 3.0.3.2+dfsg-1
* [3fd89ae] Imported Upstream version 3.0.3.2+dfsg
* [379a680] Remove old patches we haven't used for ages from git.
* [d71161d] Remove correct_paths_in_monodevelop-core-addins.pc.patch.
  Upstream claim to have fixed this by moving assembly install locations.
* [15dbfb9] Fix install location for MonoDevelop.Gettext.dll.config.
* [26eb434] Fix install location for MonoDevelop.SourceEditor2.dll.config.
* [4169974] Upstream commit 53282c9 which finally reconciles the 
  MonoDevelop.Gettext.dll install location with the 
  monodevelop-core-addins.pc location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        internal partial class AssemblyBrowserWidget
6
6
        {
7
7
                private global::Gtk.UIManager UIManager;
8
 
                
9
8
                private global::Gtk.Action NavigateBackwardAction;
10
 
                
11
9
                private global::Gtk.Action NavigateForwardAction;
12
 
                
13
10
                private global::Gtk.Action goBackAction;
14
 
                
15
11
                private global::Gtk.Action goForwardAction;
16
 
                
17
12
                private global::Gtk.Action goBackAction1;
18
 
                
19
13
                private global::Gtk.VBox vbox1;
20
 
                
21
14
                private global::Gtk.HBox hbox2;
22
 
                
23
15
                private global::Gtk.Button buttonBack;
24
 
                
25
16
                private global::Gtk.Button buttonForeward;
26
 
                
27
17
                private global::Gtk.Label label3;
28
 
                
29
18
                private global::Gtk.ComboBox languageCombobox;
30
 
                
31
19
                private global::Gtk.Label label1;
32
 
                
33
20
                private global::MonoDevelop.Components.SearchEntry searchentry1;
34
 
                
35
21
                private global::Gtk.Label label2;
36
 
                
37
22
                private global::Gtk.ComboBox comboboxVisibilty;
38
 
                
39
23
                private global::Gtk.HPaned hpaned1;
40
 
                
41
24
                private global::Gtk.Alignment treeViewPlaceholder;
42
 
                
43
25
                private global::Gtk.VBox vbox3;
44
 
                
45
26
                private global::Gtk.Notebook notebook1;
46
 
                
47
27
                private global::Gtk.Notebook notebookInspection;
48
 
                
49
 
                private global::Gtk.ScrolledWindow documentationScrolledWindow;
50
 
                
51
 
                private global::Gtk.Label documentationLabel;
52
 
                
 
28
                private global::MonoDevelop.Components.CompactScrolledWindow documentationScrolledWindow;
53
29
                private global::Gtk.Label label4;
54
 
                
55
30
                private global::Gtk.Label label5;
56
 
                
57
31
                private global::Gtk.VBox searchWidget;
58
 
                
59
32
                private global::Gtk.ScrolledWindow scrolledwindow1;
60
 
                
61
33
                private global::Gtk.TreeView searchTreeview;
62
34
                
63
35
                protected virtual void Build ()
67
39
                        Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
68
40
                        this.UIManager = new global::Gtk.UIManager ();
69
41
                        global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
70
 
                        this.NavigateBackwardAction = new global::Gtk.Action ("NavigateBackwardAction", global::Mono.Unix.Catalog.GetString ("Navigate backward"), null, "gtk-go-back");
 
42
                        this.NavigateBackwardAction = new global::Gtk.Action (
 
43
                                "NavigateBackwardAction",
 
44
                                global::Mono.Unix.Catalog.GetString("Navigate backward"),
 
45
                                null,
 
46
                                "gtk-go-back"
 
47
                        );
71
48
                        this.NavigateBackwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate backward");
72
49
                        w2.Add (this.NavigateBackwardAction, null);
73
 
                        this.NavigateForwardAction = new global::Gtk.Action ("NavigateForwardAction", global::Mono.Unix.Catalog.GetString ("Navigate forward"), null, "gtk-go-forward");
 
50
                        this.NavigateForwardAction = new global::Gtk.Action (
 
51
                                "NavigateForwardAction",
 
52
                                global::Mono.Unix.Catalog.GetString("Navigate forward"),
 
53
                                null,
 
54
                                "gtk-go-forward"
 
55
                        );
74
56
                        this.NavigateForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate forward");
75
57
                        w2.Add (this.NavigateForwardAction, null);
76
 
                        this.goBackAction = new global::Gtk.Action ("goBackAction", null, null, "gtk-go-back");
 
58
                        this.goBackAction = new global::Gtk.Action (
 
59
                                "goBackAction",
 
60
                                null,
 
61
                                null,
 
62
                                "gtk-go-back"
 
63
                        );
77
64
                        w2.Add (this.goBackAction, null);
78
 
                        this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
 
65
                        this.goForwardAction = new global::Gtk.Action (
 
66
                                "goForwardAction",
 
67
                                null,
 
68
                                null,
 
69
                                "gtk-go-forward"
 
70
                        );
79
71
                        w2.Add (this.goForwardAction, null);
80
 
                        this.goBackAction1 = new global::Gtk.Action ("goBackAction1", null, null, "gtk-go-back");
 
72
                        this.goBackAction1 = new global::Gtk.Action (
 
73
                                "goBackAction1",
 
74
                                null,
 
75
                                null,
 
76
                                "gtk-go-back"
 
77
                        );
81
78
                        w2.Add (this.goBackAction1, null);
82
79
                        this.UIManager.InsertActionGroup (w2, 0);
83
80
                        this.Name = "MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget";
205
202
                        this.notebookInspection.CanFocus = true;
206
203
                        this.notebookInspection.Name = "notebookInspection";
207
204
                        this.notebookInspection.CurrentPage = 1;
 
205
                        this.notebookInspection.ShowBorder = false;
208
206
                        // Container child notebookInspection.Gtk.Notebook+NotebookChild
209
 
                        this.documentationScrolledWindow = new global::Gtk.ScrolledWindow ();
 
207
                        this.documentationScrolledWindow = new global::MonoDevelop.Components.CompactScrolledWindow ();
 
208
                        this.documentationScrolledWindow.CanFocus = true;
210
209
                        this.documentationScrolledWindow.Name = "documentationScrolledWindow";
211
 
                        this.documentationScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
212
 
                        // Container child documentationScrolledWindow.Gtk.Container+ContainerChild
213
 
                        global::Gtk.Viewport w13 = new global::Gtk.Viewport ();
214
 
                        w13.ShadowType = ((global::Gtk.ShadowType)(0));
215
 
                        // Container child GtkViewport.Gtk.Container+ContainerChild
216
 
                        this.documentationLabel = new global::Gtk.Label ();
217
 
                        this.documentationLabel.Name = "documentationLabel";
218
 
                        this.documentationLabel.Xpad = 6;
219
 
                        this.documentationLabel.Ypad = 6;
220
 
                        this.documentationLabel.Xalign = 0F;
221
 
                        this.documentationLabel.Yalign = 0F;
222
 
                        this.documentationLabel.UseMarkup = true;
223
 
                        this.documentationLabel.Selectable = true;
224
 
                        w13.Add (this.documentationLabel);
225
 
                        this.documentationScrolledWindow.Add (w13);
 
210
                        this.documentationScrolledWindow.ShowBorderLine = false;
226
211
                        this.notebookInspection.Add (this.documentationScrolledWindow);
227
212
                        // Notebook tab
228
213
                        this.label4 = new global::Gtk.Label ();
229
214
                        this.label4.Name = "label4";
230
215
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("summary");
231
 
                        this.notebookInspection.SetTabLabel (this.documentationScrolledWindow, this.label4);
 
216
                        this.notebookInspection.SetTabLabel (
 
217
                                this.documentationScrolledWindow,
 
218
                                this.label4
 
219
                        );
232
220
                        this.label4.ShowAll ();
233
221
                        // Notebook tab
234
 
                        global::Gtk.Label w17 = new global::Gtk.Label ();
235
 
                        w17.Visible = true;
236
 
                        this.notebookInspection.Add (w17);
 
222
                        global::Gtk.Label w14 = new global::Gtk.Label ();
 
223
                        w14.Visible = true;
 
224
                        this.notebookInspection.Add (w14);
237
225
                        this.label5 = new global::Gtk.Label ();
238
226
                        this.label5.Name = "label5";
239
227
                        this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("decompiler");
240
 
                        this.notebookInspection.SetTabLabel (w17, this.label5);
 
228
                        this.notebookInspection.SetTabLabel (w14, this.label5);
241
229
                        this.label5.ShowAll ();
242
230
                        this.notebook1.Add (this.notebookInspection);
243
231
                        // Container child notebook1.Gtk.Notebook+NotebookChild
255
243
                        this.searchTreeview.Name = "searchTreeview";
256
244
                        this.scrolledwindow1.Add (this.searchTreeview);
257
245
                        this.searchWidget.Add (this.scrolledwindow1);
258
 
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.searchWidget [this.scrolledwindow1]));
259
 
                        w20.Position = 0;
 
246
                        global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.searchWidget [this.scrolledwindow1]));
 
247
                        w17.Position = 0;
260
248
                        this.notebook1.Add (this.searchWidget);
261
 
                        global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.searchWidget]));
262
 
                        w21.Position = 1;
 
249
                        global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.searchWidget]));
 
250
                        w18.Position = 1;
263
251
                        this.vbox3.Add (this.notebook1);
264
 
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
265
 
                        w22.Position = 0;
 
252
                        global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
 
253
                        w19.Position = 0;
266
254
                        this.hpaned1.Add (this.vbox3);
267
255
                        this.vbox1.Add (this.hpaned1);
268
 
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
269
 
                        w24.Position = 1;
 
256
                        global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
 
257
                        w21.Position = 1;
270
258
                        this.Add (this.vbox1);
271
259
                        if ((this.Child != null)) {
272
260
                                this.Child.ShowAll ();