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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.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:
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.Debugger
 
4
{
 
5
        public partial class ExceptionCaughtWidget
 
6
        {
 
7
                private global::Gtk.VBox dialog1_VBox;
 
8
                private global::Gtk.VBox vbox2;
 
9
                private global::Gtk.Label labelType;
 
10
                private global::Gtk.Label labelMessage;
 
11
                private global::Gtk.Notebook notebook1;
 
12
                private global::Gtk.ScrolledWindow GtkScrolledWindow1;
 
13
                private global::Gtk.TreeView treeStack;
 
14
                private global::Gtk.Label label2;
 
15
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
 
16
                private global::MonoDevelop.Debugger.ObjectValueTreeView valueView;
 
17
                private global::Gtk.Label page1;
 
18
                
 
19
                protected virtual void Build ()
 
20
                {
 
21
                        global::Stetic.Gui.Initialize (this);
 
22
                        // Widget MonoDevelop.Debugger.ExceptionCaughtWidget
 
23
                        global::Stetic.BinContainer.Attach (this);
 
24
                        this.Name = "MonoDevelop.Debugger.ExceptionCaughtWidget";
 
25
                        // Container child MonoDevelop.Debugger.ExceptionCaughtWidget.Gtk.Container+ContainerChild
 
26
                        this.dialog1_VBox = new global::Gtk.VBox ();
 
27
                        this.dialog1_VBox.Name = "dialog1_VBox";
 
28
                        this.dialog1_VBox.BorderWidth = ((uint)(2));
 
29
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
30
                        this.vbox2 = new global::Gtk.VBox ();
 
31
                        this.vbox2.Name = "vbox2";
 
32
                        this.vbox2.Spacing = 6;
 
33
                        this.vbox2.BorderWidth = ((uint)(6));
 
34
                        // Container child vbox2.Gtk.Box+BoxChild
 
35
                        this.labelType = new global::Gtk.Label ();
 
36
                        this.labelType.Name = "labelType";
 
37
                        this.labelType.Xalign = 0F;
 
38
                        this.labelType.LabelProp = "<b>Exception</b> has been thrown";
 
39
                        this.labelType.UseMarkup = true;
 
40
                        this.vbox2.Add (this.labelType);
 
41
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelType]));
 
42
                        w1.Position = 0;
 
43
                        w1.Expand = false;
 
44
                        w1.Fill = false;
 
45
                        // Container child vbox2.Gtk.Box+BoxChild
 
46
                        this.labelMessage = new global::Gtk.Label ();
 
47
                        this.labelMessage.WidthRequest = 500;
 
48
                        this.labelMessage.Name = "labelMessage";
 
49
                        this.labelMessage.Xalign = 0F;
 
50
                        this.labelMessage.LabelProp = "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test";
 
51
                        this.labelMessage.Wrap = true;
 
52
                        this.vbox2.Add (this.labelMessage);
 
53
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
 
54
                        w2.Position = 1;
 
55
                        w2.Expand = false;
 
56
                        w2.Fill = false;
 
57
                        // Container child vbox2.Gtk.Box+BoxChild
 
58
                        this.notebook1 = new global::Gtk.Notebook ();
 
59
                        this.notebook1.CanFocus = true;
 
60
                        this.notebook1.Name = "notebook1";
 
61
                        this.notebook1.CurrentPage = 0;
 
62
                        // Container child notebook1.Gtk.Notebook+NotebookChild
 
63
                        this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
 
64
                        this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
 
65
                        this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
 
66
                        this.GtkScrolledWindow1.BorderWidth = ((uint)(3));
 
67
                        // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
 
68
                        this.treeStack = new global::Gtk.TreeView ();
 
69
                        this.treeStack.CanFocus = true;
 
70
                        this.treeStack.Name = "treeStack";
 
71
                        this.treeStack.HeadersVisible = false;
 
72
                        this.GtkScrolledWindow1.Add (this.treeStack);
 
73
                        this.notebook1.Add (this.GtkScrolledWindow1);
 
74
                        // Notebook tab
 
75
                        this.label2 = new global::Gtk.Label ();
 
76
                        this.label2.Name = "label2";
 
77
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Stack Trace");
 
78
                        this.notebook1.SetTabLabel (this.GtkScrolledWindow1, this.label2);
 
79
                        this.label2.ShowAll ();
 
80
                        // Container child notebook1.Gtk.Notebook+NotebookChild
 
81
                        this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
 
82
                        this.GtkScrolledWindow.Name = "GtkScrolledWindow";
 
83
                        this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
 
84
                        this.GtkScrolledWindow.BorderWidth = ((uint)(3));
 
85
                        // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
 
86
                        this.valueView = new global::MonoDevelop.Debugger.ObjectValueTreeView ();
 
87
                        this.valueView.CanFocus = true;
 
88
                        this.valueView.Name = "valueView";
 
89
                        this.valueView.AllowAdding = false;
 
90
                        this.valueView.AllowEditing = true;
 
91
                        this.valueView.AllowPinning = false;
 
92
                        this.valueView.RootPinAlwaysVisible = false;
 
93
                        this.valueView.AllowExpanding = false;
 
94
                        this.valueView.PinnedWatchLine = 0;
 
95
                        this.valueView.CompactView = false;
 
96
                        this.GtkScrolledWindow.Add (this.valueView);
 
97
                        this.notebook1.Add (this.GtkScrolledWindow);
 
98
                        global::Gtk.Notebook.NotebookChild w6 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow]));
 
99
                        w6.Position = 1;
 
100
                        // Notebook tab
 
101
                        this.page1 = new global::Gtk.Label ();
 
102
                        this.page1.Name = "page1";
 
103
                        this.page1.LabelProp = global::Mono.Unix.Catalog.GetString ("Details");
 
104
                        this.notebook1.SetTabLabel (this.GtkScrolledWindow, this.page1);
 
105
                        this.page1.ShowAll ();
 
106
                        this.vbox2.Add (this.notebook1);
 
107
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
 
108
                        w7.Position = 2;
 
109
                        this.dialog1_VBox.Add (this.vbox2);
 
110
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.vbox2]));
 
111
                        w8.Position = 0;
 
112
                        this.Add (this.dialog1_VBox);
 
113
                        if ((this.Child != null)) {
 
114
                                this.Child.ShowAll ();
 
115
                        }
 
116
                        this.Hide ();
 
117
                }
 
118
        }
 
119
}