~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-02-05 10:49:36 UTC
  • mto: (10.3.1)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20120205104936-4ujoylapu24cquuo
Tags: upstream-2.8.6.3+dfsg
ImportĀ upstreamĀ versionĀ 2.8.6.3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
// This file has been generated by the GUI designer. Do not modify.
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
3
3
namespace MonoDevelop.AssemblyBrowser
4
 
{
 
4
{
5
5
        internal partial class AssemblyBrowserWidget
6
 
        {
7
 
                private global::Gtk.UIManager UIManager;
8
 
                private global::Gtk.Action NavigateBackwardAction;
9
 
                private global::Gtk.Action NavigateForwardAction;
10
 
                private global::Gtk.Action goBackAction;
11
 
                private global::Gtk.Action goForwardAction;
12
 
                private global::Gtk.Action goBackAction1;
13
 
                private global::Gtk.VBox vbox1;
14
 
                private global::Gtk.HBox hbox2;
15
 
                private global::Gtk.Button buttonBack;
16
 
                private global::Gtk.Button buttonForeward;
17
 
                private global::Gtk.Label label3;
18
 
                private global::Gtk.ComboBox languageCombobox;
19
 
                private global::Gtk.Label label1;
20
 
                private global::MonoDevelop.Components.SearchEntry searchentry1;
21
 
                private global::Gtk.Label label2;
22
 
                private global::Gtk.ComboBox comboboxVisibilty;
23
 
                private global::Gtk.HPaned hpaned1;
24
 
                private global::Gtk.Alignment treeViewPlaceholder;
25
 
                private global::Gtk.VBox vbox3;
26
 
                private global::Gtk.Notebook notebook1;
27
 
                private global::Gtk.Notebook notebookInspection;
28
 
                private global::Gtk.ScrolledWindow documentationScrolledWindow;
29
 
                private global::Gtk.Label documentationLabel;
30
 
                private global::Gtk.Label label4;
31
 
                private global::Gtk.ScrolledWindow scrolledwindowEditor;
32
 
                private global::Gtk.Label label5;
33
 
                private global::Gtk.VBox searchWidget;
34
 
                private global::Gtk.ScrolledWindow scrolledwindow1;
35
 
                private global::Gtk.TreeView searchTreeview;
36
 
                
 
6
        {
 
7
                private global::Gtk.UIManager UIManager;
 
8
                private global::Gtk.Action NavigateBackwardAction;
 
9
                private global::Gtk.Action NavigateForwardAction;
 
10
                private global::Gtk.Action goBackAction;
 
11
                private global::Gtk.Action goForwardAction;
 
12
                private global::Gtk.Action goBackAction1;
 
13
                private global::Gtk.VBox vbox1;
 
14
                private global::Gtk.HBox hbox2;
 
15
                private global::Gtk.Button buttonBack;
 
16
                private global::Gtk.Button buttonForeward;
 
17
                private global::Gtk.Label label3;
 
18
                private global::Gtk.ComboBox languageCombobox;
 
19
                private global::Gtk.Label label1;
 
20
                private global::MonoDevelop.Components.SearchEntry searchentry1;
 
21
                private global::Gtk.Label label2;
 
22
                private global::Gtk.ComboBox comboboxVisibilty;
 
23
                private global::Gtk.HPaned hpaned1;
 
24
                private global::Gtk.Alignment treeViewPlaceholder;
 
25
                private global::Gtk.VBox vbox3;
 
26
                private global::Gtk.Notebook notebook1;
 
27
                private global::Gtk.Notebook notebookInspection;
 
28
                private global::Gtk.ScrolledWindow documentationScrolledWindow;
 
29
                private global::Gtk.Label documentationLabel;
 
30
                private global::Gtk.Label label4;
 
31
                private global::Gtk.ScrolledWindow scrolledwindowEditor;
 
32
                private global::Gtk.Label label5;
 
33
                private global::Gtk.VBox searchWidget;
 
34
                private global::Gtk.ScrolledWindow scrolledwindow1;
 
35
                private global::Gtk.TreeView searchTreeview;
 
36
                
37
37
                protected virtual void Build ()
38
 
                {
39
 
                        global::Stetic.Gui.Initialize (this);
40
 
                        // Widget MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget
41
 
                        Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
42
 
                        this.UIManager = new global::Gtk.UIManager ();
43
 
                        global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
44
 
                        this.NavigateBackwardAction = new global::Gtk.Action ("NavigateBackwardAction", global::Mono.Unix.Catalog.GetString ("Navigate backward"), null, "gtk-go-back");
45
 
                        this.NavigateBackwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate backward");
46
 
                        w2.Add (this.NavigateBackwardAction, null);
47
 
                        this.NavigateForwardAction = new global::Gtk.Action ("NavigateForwardAction", global::Mono.Unix.Catalog.GetString ("Navigate forward"), null, "gtk-go-forward");
48
 
                        this.NavigateForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate forward");
49
 
                        w2.Add (this.NavigateForwardAction, null);
50
 
                        this.goBackAction = new global::Gtk.Action ("goBackAction", null, null, "gtk-go-back");
51
 
                        w2.Add (this.goBackAction, null);
52
 
                        this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
53
 
                        w2.Add (this.goForwardAction, null);
54
 
                        this.goBackAction1 = new global::Gtk.Action ("goBackAction1", null, null, "gtk-go-back");
55
 
                        w2.Add (this.goBackAction1, null);
56
 
                        this.UIManager.InsertActionGroup (w2, 0);
57
 
                        this.Name = "MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget";
58
 
                        // Container child MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget.Gtk.Container+ContainerChild
59
 
                        this.vbox1 = new global::Gtk.VBox ();
60
 
                        this.vbox1.Name = "vbox1";
61
 
                        this.vbox1.Spacing = 2;
62
 
                        // Container child vbox1.Gtk.Box+BoxChild
63
 
                        this.hbox2 = new global::Gtk.HBox ();
64
 
                        this.hbox2.Name = "hbox2";
65
 
                        this.hbox2.Spacing = 6;
66
 
                        // Container child hbox2.Gtk.Box+BoxChild
67
 
                        this.buttonBack = new global::Gtk.Button ();
68
 
                        this.buttonBack.CanFocus = true;
69
 
                        this.buttonBack.Name = "buttonBack";
70
 
                        this.buttonBack.UseStock = true;
71
 
                        this.buttonBack.UseUnderline = true;
72
 
                        this.buttonBack.Label = "gtk-go-back";
73
 
                        this.hbox2.Add (this.buttonBack);
74
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonBack]));
75
 
                        w3.Position = 0;
76
 
                        w3.Expand = false;
77
 
                        w3.Fill = false;
78
 
                        // Container child hbox2.Gtk.Box+BoxChild
79
 
                        this.buttonForeward = new global::Gtk.Button ();
80
 
                        this.buttonForeward.CanFocus = true;
81
 
                        this.buttonForeward.Name = "buttonForeward";
82
 
                        this.buttonForeward.UseStock = true;
83
 
                        this.buttonForeward.UseUnderline = true;
84
 
                        this.buttonForeward.Label = "gtk-go-forward";
85
 
                        this.hbox2.Add (this.buttonForeward);
86
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonForeward]));
87
 
                        w4.Position = 1;
88
 
                        w4.Expand = false;
89
 
                        w4.Fill = false;
90
 
                        // Container child hbox2.Gtk.Box+BoxChild
91
 
                        this.label3 = new global::Gtk.Label ();
92
 
                        this.label3.Name = "label3";
93
 
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Visibility:");
94
 
                        this.label3.UseUnderline = true;
95
 
                        this.hbox2.Add (this.label3);
96
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
97
 
                        w5.Position = 2;
98
 
                        w5.Expand = false;
99
 
                        w5.Fill = false;
100
 
                        // Container child hbox2.Gtk.Box+BoxChild
101
 
                        this.languageCombobox = global::Gtk.ComboBox.NewText ();
102
 
                        this.languageCombobox.Name = "languageCombobox";
103
 
                        this.hbox2.Add (this.languageCombobox);
104
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.languageCombobox]));
105
 
                        w6.PackType = ((global::Gtk.PackType)(1));
106
 
                        w6.Position = 3;
107
 
                        w6.Expand = false;
108
 
                        w6.Fill = false;
109
 
                        // Container child hbox2.Gtk.Box+BoxChild
110
 
                        this.label1 = new global::Gtk.Label ();
111
 
                        this.label1.Name = "label1";
112
 
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Language:");
113
 
                        this.label1.UseUnderline = true;
114
 
                        this.hbox2.Add (this.label1);
115
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
116
 
                        w7.PackType = ((global::Gtk.PackType)(1));
117
 
                        w7.Position = 4;
118
 
                        w7.Expand = false;
119
 
                        w7.Fill = false;
120
 
                        // Container child hbox2.Gtk.Box+BoxChild
121
 
                        this.searchentry1 = new global::MonoDevelop.Components.SearchEntry ();
122
 
                        this.searchentry1.Name = "searchentry1";
123
 
                        this.searchentry1.ForceFilterButtonVisible = false;
124
 
                        this.searchentry1.IsCheckMenu = false;
125
 
                        this.searchentry1.ActiveFilterID = 0;
126
 
                        this.searchentry1.Ready = false;
127
 
                        this.searchentry1.HasFocus = false;
128
 
                        this.hbox2.Add (this.searchentry1);
129
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchentry1]));
130
 
                        w8.PackType = ((global::Gtk.PackType)(1));
131
 
                        w8.Position = 5;
132
 
                        // Container child hbox2.Gtk.Box+BoxChild
133
 
                        this.label2 = new global::Gtk.Label ();
134
 
                        this.label2.Name = "label2";
135
 
                        this.label2.Xalign = 1F;
136
 
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Search:");
137
 
                        this.label2.UseUnderline = true;
138
 
                        this.hbox2.Add (this.label2);
139
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
140
 
                        w9.PackType = ((global::Gtk.PackType)(1));
141
 
                        w9.Position = 6;
142
 
                        // Container child hbox2.Gtk.Box+BoxChild
143
 
                        this.comboboxVisibilty = global::Gtk.ComboBox.NewText ();
144
 
                        this.comboboxVisibilty.Name = "comboboxVisibilty";
145
 
                        this.hbox2.Add (this.comboboxVisibilty);
146
 
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxVisibilty]));
147
 
                        w10.PackType = ((global::Gtk.PackType)(1));
148
 
                        w10.Position = 7;
149
 
                        w10.Expand = false;
150
 
                        w10.Fill = false;
151
 
                        this.vbox1.Add (this.hbox2);
152
 
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
153
 
                        w11.Position = 0;
154
 
                        w11.Expand = false;
155
 
                        w11.Fill = false;
156
 
                        // Container child vbox1.Gtk.Box+BoxChild
157
 
                        this.hpaned1 = new global::Gtk.HPaned ();
158
 
                        this.hpaned1.CanFocus = true;
159
 
                        this.hpaned1.Name = "hpaned1";
160
 
                        this.hpaned1.Position = 271;
161
 
                        // Container child hpaned1.Gtk.Paned+PanedChild
162
 
                        this.treeViewPlaceholder = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
163
 
                        this.treeViewPlaceholder.Name = "treeViewPlaceholder";
164
 
                        this.hpaned1.Add (this.treeViewPlaceholder);
165
 
                        global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.treeViewPlaceholder]));
166
 
                        w12.Resize = false;
167
 
                        // Container child hpaned1.Gtk.Paned+PanedChild
168
 
                        this.vbox3 = new global::Gtk.VBox ();
169
 
                        this.vbox3.Name = "vbox3";
170
 
                        this.vbox3.Spacing = 6;
171
 
                        // Container child vbox3.Gtk.Box+BoxChild
172
 
                        this.notebook1 = new global::Gtk.Notebook ();
173
 
                        this.notebook1.CanFocus = true;
174
 
                        this.notebook1.Name = "notebook1";
175
 
                        this.notebook1.CurrentPage = 0;
176
 
                        this.notebook1.ShowBorder = false;
177
 
                        // Container child notebook1.Gtk.Notebook+NotebookChild
178
 
                        this.notebookInspection = new global::Gtk.Notebook ();
179
 
                        this.notebookInspection.CanFocus = true;
180
 
                        this.notebookInspection.Name = "notebookInspection";
181
 
                        this.notebookInspection.CurrentPage = 1;
182
 
                        // Container child notebookInspection.Gtk.Notebook+NotebookChild
183
 
                        this.documentationScrolledWindow = new global::Gtk.ScrolledWindow ();
184
 
                        this.documentationScrolledWindow.Name = "documentationScrolledWindow";
185
 
                        this.documentationScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
186
 
                        // Container child documentationScrolledWindow.Gtk.Container+ContainerChild
187
 
                        global::Gtk.Viewport w13 = new global::Gtk.Viewport ();
188
 
                        w13.ShadowType = ((global::Gtk.ShadowType)(0));
189
 
                        // Container child GtkViewport.Gtk.Container+ContainerChild
190
 
                        this.documentationLabel = new global::Gtk.Label ();
191
 
                        this.documentationLabel.Name = "documentationLabel";
192
 
                        this.documentationLabel.Xpad = 6;
193
 
                        this.documentationLabel.Ypad = 6;
194
 
                        this.documentationLabel.Xalign = 0F;
195
 
                        this.documentationLabel.Yalign = 0F;
196
 
                        this.documentationLabel.UseMarkup = true;
197
 
                        this.documentationLabel.Selectable = true;
198
 
                        w13.Add (this.documentationLabel);
199
 
                        this.documentationScrolledWindow.Add (w13);
200
 
                        this.notebookInspection.Add (this.documentationScrolledWindow);
201
 
                        // Notebook tab
202
 
                        this.label4 = new global::Gtk.Label ();
203
 
                        this.label4.Name = "label4";
204
 
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("summary");
205
 
                        this.notebookInspection.SetTabLabel (this.documentationScrolledWindow, this.label4);
206
 
                        this.label4.ShowAll ();
207
 
                        // Container child notebookInspection.Gtk.Notebook+NotebookChild
208
 
                        this.scrolledwindowEditor = new global::Gtk.ScrolledWindow ();
209
 
                        this.scrolledwindowEditor.CanFocus = true;
210
 
                        this.scrolledwindowEditor.Name = "scrolledwindowEditor";
211
 
                        this.scrolledwindowEditor.ShadowType = ((global::Gtk.ShadowType)(1));
212
 
                        this.notebookInspection.Add (this.scrolledwindowEditor);
213
 
                        global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebookInspection [this.scrolledwindowEditor]));
214
 
                        w17.Position = 1;
215
 
                        // Notebook tab
216
 
                        this.label5 = new global::Gtk.Label ();
217
 
                        this.label5.Name = "label5";
218
 
                        this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("decompiler");
219
 
                        this.notebookInspection.SetTabLabel (this.scrolledwindowEditor, this.label5);
220
 
                        this.label5.ShowAll ();
221
 
                        this.notebook1.Add (this.notebookInspection);
222
 
                        // Container child notebook1.Gtk.Notebook+NotebookChild
223
 
                        this.searchWidget = new global::Gtk.VBox ();
224
 
                        this.searchWidget.Name = "searchWidget";
225
 
                        this.searchWidget.Spacing = 6;
226
 
                        // Container child searchWidget.Gtk.Box+BoxChild
227
 
                        this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
228
 
                        this.scrolledwindow1.CanFocus = true;
229
 
                        this.scrolledwindow1.Name = "scrolledwindow1";
230
 
                        this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
231
 
                        // Container child scrolledwindow1.Gtk.Container+ContainerChild
232
 
                        this.searchTreeview = new global::Gtk.TreeView ();
233
 
                        this.searchTreeview.CanFocus = true;
234
 
                        this.searchTreeview.Name = "searchTreeview";
235
 
                        this.scrolledwindow1.Add (this.searchTreeview);
236
 
                        this.searchWidget.Add (this.scrolledwindow1);
237
 
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.searchWidget [this.scrolledwindow1]));
238
 
                        w20.Position = 0;
239
 
                        this.notebook1.Add (this.searchWidget);
240
 
                        global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.searchWidget]));
241
 
                        w21.Position = 1;
242
 
                        this.vbox3.Add (this.notebook1);
243
 
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
244
 
                        w22.Position = 0;
245
 
                        this.hpaned1.Add (this.vbox3);
246
 
                        this.vbox1.Add (this.hpaned1);
247
 
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
248
 
                        w24.Position = 1;
249
 
                        this.Add (this.vbox1);
250
 
                        if ((this.Child != null)) {
251
 
                                this.Child.ShowAll ();
252
 
                        }
253
 
                        w1.SetUiManager (UIManager);
254
 
                        this.label3.MnemonicWidget = this.comboboxVisibilty;
255
 
                        this.label1.MnemonicWidget = this.languageCombobox;
256
 
                        this.label2.MnemonicWidget = this.searchentry1;
257
 
                        this.Show ();
258
 
                        this.NavigateBackwardAction.Activated += new global::System.EventHandler (this.OnNavigateBackwardActionActivated);
259
 
                        this.NavigateForwardAction.Activated += new global::System.EventHandler (this.OnNavigateForwardActionActivated);
260
 
                }
261
 
        }
262
 
}
 
38
                {
 
39
                        global::Stetic.Gui.Initialize (this);
 
40
                        // Widget MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget
 
41
                        Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
 
42
                        this.UIManager = new global::Gtk.UIManager ();
 
43
                        global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
 
44
                        this.NavigateBackwardAction = new global::Gtk.Action ("NavigateBackwardAction", global::Mono.Unix.Catalog.GetString ("Navigate backward"), null, "gtk-go-back");
 
45
                        this.NavigateBackwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate backward");
 
46
                        w2.Add (this.NavigateBackwardAction, null);
 
47
                        this.NavigateForwardAction = new global::Gtk.Action ("NavigateForwardAction", global::Mono.Unix.Catalog.GetString ("Navigate forward"), null, "gtk-go-forward");
 
48
                        this.NavigateForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate forward");
 
49
                        w2.Add (this.NavigateForwardAction, null);
 
50
                        this.goBackAction = new global::Gtk.Action ("goBackAction", null, null, "gtk-go-back");
 
51
                        w2.Add (this.goBackAction, null);
 
52
                        this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
 
53
                        w2.Add (this.goForwardAction, null);
 
54
                        this.goBackAction1 = new global::Gtk.Action ("goBackAction1", null, null, "gtk-go-back");
 
55
                        w2.Add (this.goBackAction1, null);
 
56
                        this.UIManager.InsertActionGroup (w2, 0);
 
57
                        this.Name = "MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget";
 
58
                        // Container child MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget.Gtk.Container+ContainerChild
 
59
                        this.vbox1 = new global::Gtk.VBox ();
 
60
                        this.vbox1.Name = "vbox1";
 
61
                        this.vbox1.Spacing = 2;
 
62
                        // Container child vbox1.Gtk.Box+BoxChild
 
63
                        this.hbox2 = new global::Gtk.HBox ();
 
64
                        this.hbox2.Name = "hbox2";
 
65
                        this.hbox2.Spacing = 6;
 
66
                        // Container child hbox2.Gtk.Box+BoxChild
 
67
                        this.buttonBack = new global::Gtk.Button ();
 
68
                        this.buttonBack.CanFocus = true;
 
69
                        this.buttonBack.Name = "buttonBack";
 
70
                        this.buttonBack.UseStock = true;
 
71
                        this.buttonBack.UseUnderline = true;
 
72
                        this.buttonBack.Label = "gtk-go-back";
 
73
                        this.hbox2.Add (this.buttonBack);
 
74
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonBack]));
 
75
                        w3.Position = 0;
 
76
                        w3.Expand = false;
 
77
                        w3.Fill = false;
 
78
                        // Container child hbox2.Gtk.Box+BoxChild
 
79
                        this.buttonForeward = new global::Gtk.Button ();
 
80
                        this.buttonForeward.CanFocus = true;
 
81
                        this.buttonForeward.Name = "buttonForeward";
 
82
                        this.buttonForeward.UseStock = true;
 
83
                        this.buttonForeward.UseUnderline = true;
 
84
                        this.buttonForeward.Label = "gtk-go-forward";
 
85
                        this.hbox2.Add (this.buttonForeward);
 
86
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonForeward]));
 
87
                        w4.Position = 1;
 
88
                        w4.Expand = false;
 
89
                        w4.Fill = false;
 
90
                        // Container child hbox2.Gtk.Box+BoxChild
 
91
                        this.label3 = new global::Gtk.Label ();
 
92
                        this.label3.Name = "label3";
 
93
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Visibility:");
 
94
                        this.label3.UseUnderline = true;
 
95
                        this.hbox2.Add (this.label3);
 
96
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
 
97
                        w5.Position = 2;
 
98
                        w5.Expand = false;
 
99
                        w5.Fill = false;
 
100
                        // Container child hbox2.Gtk.Box+BoxChild
 
101
                        this.languageCombobox = global::Gtk.ComboBox.NewText ();
 
102
                        this.languageCombobox.Name = "languageCombobox";
 
103
                        this.hbox2.Add (this.languageCombobox);
 
104
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.languageCombobox]));
 
105
                        w6.PackType = ((global::Gtk.PackType)(1));
 
106
                        w6.Position = 3;
 
107
                        w6.Expand = false;
 
108
                        w6.Fill = false;
 
109
                        // Container child hbox2.Gtk.Box+BoxChild
 
110
                        this.label1 = new global::Gtk.Label ();
 
111
                        this.label1.Name = "label1";
 
112
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Language:");
 
113
                        this.label1.UseUnderline = true;
 
114
                        this.hbox2.Add (this.label1);
 
115
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
 
116
                        w7.PackType = ((global::Gtk.PackType)(1));
 
117
                        w7.Position = 4;
 
118
                        w7.Expand = false;
 
119
                        w7.Fill = false;
 
120
                        // Container child hbox2.Gtk.Box+BoxChild
 
121
                        this.searchentry1 = new global::MonoDevelop.Components.SearchEntry ();
 
122
                        this.searchentry1.Name = "searchentry1";
 
123
                        this.searchentry1.ForceFilterButtonVisible = false;
 
124
                        this.searchentry1.IsCheckMenu = false;
 
125
                        this.searchentry1.ActiveFilterID = 0;
 
126
                        this.searchentry1.Ready = false;
 
127
                        this.searchentry1.HasFocus = false;
 
128
                        this.hbox2.Add (this.searchentry1);
 
129
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchentry1]));
 
130
                        w8.PackType = ((global::Gtk.PackType)(1));
 
131
                        w8.Position = 5;
 
132
                        // Container child hbox2.Gtk.Box+BoxChild
 
133
                        this.label2 = new global::Gtk.Label ();
 
134
                        this.label2.Name = "label2";
 
135
                        this.label2.Xalign = 1F;
 
136
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Search:");
 
137
                        this.label2.UseUnderline = true;
 
138
                        this.hbox2.Add (this.label2);
 
139
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
 
140
                        w9.PackType = ((global::Gtk.PackType)(1));
 
141
                        w9.Position = 6;
 
142
                        // Container child hbox2.Gtk.Box+BoxChild
 
143
                        this.comboboxVisibilty = global::Gtk.ComboBox.NewText ();
 
144
                        this.comboboxVisibilty.Name = "comboboxVisibilty";
 
145
                        this.hbox2.Add (this.comboboxVisibilty);
 
146
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxVisibilty]));
 
147
                        w10.PackType = ((global::Gtk.PackType)(1));
 
148
                        w10.Position = 7;
 
149
                        w10.Expand = false;
 
150
                        w10.Fill = false;
 
151
                        this.vbox1.Add (this.hbox2);
 
152
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
 
153
                        w11.Position = 0;
 
154
                        w11.Expand = false;
 
155
                        w11.Fill = false;
 
156
                        // Container child vbox1.Gtk.Box+BoxChild
 
157
                        this.hpaned1 = new global::Gtk.HPaned ();
 
158
                        this.hpaned1.CanFocus = true;
 
159
                        this.hpaned1.Name = "hpaned1";
 
160
                        this.hpaned1.Position = 271;
 
161
                        // Container child hpaned1.Gtk.Paned+PanedChild
 
162
                        this.treeViewPlaceholder = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
 
163
                        this.treeViewPlaceholder.Name = "treeViewPlaceholder";
 
164
                        this.hpaned1.Add (this.treeViewPlaceholder);
 
165
                        global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.treeViewPlaceholder]));
 
166
                        w12.Resize = false;
 
167
                        // Container child hpaned1.Gtk.Paned+PanedChild
 
168
                        this.vbox3 = new global::Gtk.VBox ();
 
169
                        this.vbox3.Name = "vbox3";
 
170
                        this.vbox3.Spacing = 6;
 
171
                        // Container child vbox3.Gtk.Box+BoxChild
 
172
                        this.notebook1 = new global::Gtk.Notebook ();
 
173
                        this.notebook1.CanFocus = true;
 
174
                        this.notebook1.Name = "notebook1";
 
175
                        this.notebook1.CurrentPage = 0;
 
176
                        this.notebook1.ShowBorder = false;
 
177
                        // Container child notebook1.Gtk.Notebook+NotebookChild
 
178
                        this.notebookInspection = new global::Gtk.Notebook ();
 
179
                        this.notebookInspection.CanFocus = true;
 
180
                        this.notebookInspection.Name = "notebookInspection";
 
181
                        this.notebookInspection.CurrentPage = 1;
 
182
                        // Container child notebookInspection.Gtk.Notebook+NotebookChild
 
183
                        this.documentationScrolledWindow = new global::Gtk.ScrolledWindow ();
 
184
                        this.documentationScrolledWindow.Name = "documentationScrolledWindow";
 
185
                        this.documentationScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
 
186
                        // Container child documentationScrolledWindow.Gtk.Container+ContainerChild
 
187
                        global::Gtk.Viewport w13 = new global::Gtk.Viewport ();
 
188
                        w13.ShadowType = ((global::Gtk.ShadowType)(0));
 
189
                        // Container child GtkViewport.Gtk.Container+ContainerChild
 
190
                        this.documentationLabel = new global::Gtk.Label ();
 
191
                        this.documentationLabel.Name = "documentationLabel";
 
192
                        this.documentationLabel.Xpad = 6;
 
193
                        this.documentationLabel.Ypad = 6;
 
194
                        this.documentationLabel.Xalign = 0F;
 
195
                        this.documentationLabel.Yalign = 0F;
 
196
                        this.documentationLabel.UseMarkup = true;
 
197
                        this.documentationLabel.Selectable = true;
 
198
                        w13.Add (this.documentationLabel);
 
199
                        this.documentationScrolledWindow.Add (w13);
 
200
                        this.notebookInspection.Add (this.documentationScrolledWindow);
 
201
                        // Notebook tab
 
202
                        this.label4 = new global::Gtk.Label ();
 
203
                        this.label4.Name = "label4";
 
204
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("summary");
 
205
                        this.notebookInspection.SetTabLabel (this.documentationScrolledWindow, this.label4);
 
206
                        this.label4.ShowAll ();
 
207
                        // Container child notebookInspection.Gtk.Notebook+NotebookChild
 
208
                        this.scrolledwindowEditor = new global::Gtk.ScrolledWindow ();
 
209
                        this.scrolledwindowEditor.CanFocus = true;
 
210
                        this.scrolledwindowEditor.Name = "scrolledwindowEditor";
 
211
                        this.scrolledwindowEditor.ShadowType = ((global::Gtk.ShadowType)(1));
 
212
                        this.notebookInspection.Add (this.scrolledwindowEditor);
 
213
                        global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebookInspection [this.scrolledwindowEditor]));
 
214
                        w17.Position = 1;
 
215
                        // Notebook tab
 
216
                        this.label5 = new global::Gtk.Label ();
 
217
                        this.label5.Name = "label5";
 
218
                        this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("decompiler");
 
219
                        this.notebookInspection.SetTabLabel (this.scrolledwindowEditor, this.label5);
 
220
                        this.label5.ShowAll ();
 
221
                        this.notebook1.Add (this.notebookInspection);
 
222
                        // Container child notebook1.Gtk.Notebook+NotebookChild
 
223
                        this.searchWidget = new global::Gtk.VBox ();
 
224
                        this.searchWidget.Name = "searchWidget";
 
225
                        this.searchWidget.Spacing = 6;
 
226
                        // Container child searchWidget.Gtk.Box+BoxChild
 
227
                        this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
 
228
                        this.scrolledwindow1.CanFocus = true;
 
229
                        this.scrolledwindow1.Name = "scrolledwindow1";
 
230
                        this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
 
231
                        // Container child scrolledwindow1.Gtk.Container+ContainerChild
 
232
                        this.searchTreeview = new global::Gtk.TreeView ();
 
233
                        this.searchTreeview.CanFocus = true;
 
234
                        this.searchTreeview.Name = "searchTreeview";
 
235
                        this.scrolledwindow1.Add (this.searchTreeview);
 
236
                        this.searchWidget.Add (this.scrolledwindow1);
 
237
                        global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.searchWidget [this.scrolledwindow1]));
 
238
                        w20.Position = 0;
 
239
                        this.notebook1.Add (this.searchWidget);
 
240
                        global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.searchWidget]));
 
241
                        w21.Position = 1;
 
242
                        this.vbox3.Add (this.notebook1);
 
243
                        global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
 
244
                        w22.Position = 0;
 
245
                        this.hpaned1.Add (this.vbox3);
 
246
                        this.vbox1.Add (this.hpaned1);
 
247
                        global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
 
248
                        w24.Position = 1;
 
249
                        this.Add (this.vbox1);
 
250
                        if ((this.Child != null)) {
 
251
                                this.Child.ShowAll ();
 
252
                        }
 
253
                        w1.SetUiManager (UIManager);
 
254
                        this.label3.MnemonicWidget = this.comboboxVisibilty;
 
255
                        this.label1.MnemonicWidget = this.languageCombobox;
 
256
                        this.label2.MnemonicWidget = this.searchentry1;
 
257
                        this.Show ();
 
258
                        this.NavigateBackwardAction.Activated += new global::System.EventHandler (this.OnNavigateBackwardActionActivated);
 
259
                        this.NavigateForwardAction.Activated += new global::System.EventHandler (this.OnNavigateForwardActionActivated);
 
260
                }
 
261
        }
 
262
}