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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.CodeMetrics/gtk-gui/MonoDevelop.CodeMetrics.CodeMetricsWidget.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (1.8.5) (1.5.8 sid)
  • Revision ID: package-import@ubuntu.com-20120527180820-f1ub6lhg0s50wci1
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

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.CodeMetrics
4
 
{
5
 
        public partial class CodeMetricsWidget
6
 
        {
7
 
                private global::Gtk.VBox vbox1;
8
 
                private global::Gtk.VPaned vpaned1;
9
 
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
10
 
                private global::Gtk.TreeView treeviewMetrics;
11
 
                private global::Gtk.ScrolledWindow GtkScrolledWindow1;
12
 
                private global::Gtk.TextView textviewReport;
13
 
                
14
 
                protected virtual void Build ()
15
 
                {
16
 
                        global::Stetic.Gui.Initialize (this);
17
 
                        // Widget MonoDevelop.CodeMetrics.CodeMetricsWidget
18
 
                        global::Stetic.BinContainer.Attach (this);
19
 
                        this.Name = "MonoDevelop.CodeMetrics.CodeMetricsWidget";
20
 
                        // Container child MonoDevelop.CodeMetrics.CodeMetricsWidget.Gtk.Container+ContainerChild
21
 
                        this.vbox1 = new global::Gtk.VBox ();
22
 
                        this.vbox1.Name = "vbox1";
23
 
                        this.vbox1.Spacing = 6;
24
 
                        // Container child vbox1.Gtk.Box+BoxChild
25
 
                        this.vpaned1 = new global::Gtk.VPaned ();
26
 
                        this.vpaned1.CanFocus = true;
27
 
                        this.vpaned1.Name = "vpaned1";
28
 
                        this.vpaned1.Position = 175;
29
 
                        // Container child vpaned1.Gtk.Paned+PanedChild
30
 
                        this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
31
 
                        this.GtkScrolledWindow.Name = "GtkScrolledWindow";
32
 
                        this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
33
 
                        // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
34
 
                        this.treeviewMetrics = new global::Gtk.TreeView ();
35
 
                        this.treeviewMetrics.CanFocus = true;
36
 
                        this.treeviewMetrics.Name = "treeviewMetrics";
37
 
                        this.GtkScrolledWindow.Add (this.treeviewMetrics);
38
 
                        this.vpaned1.Add (this.GtkScrolledWindow);
39
 
                        global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.GtkScrolledWindow]));
40
 
                        w2.Resize = false;
41
 
                        // Container child vpaned1.Gtk.Paned+PanedChild
42
 
                        this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
43
 
                        this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
44
 
                        this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
45
 
                        // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
46
 
                        this.textviewReport = new global::Gtk.TextView ();
47
 
                        this.textviewReport.CanFocus = true;
48
 
                        this.textviewReport.Name = "textviewReport";
49
 
                        this.GtkScrolledWindow1.Add (this.textviewReport);
50
 
                        this.vpaned1.Add (this.GtkScrolledWindow1);
51
 
                        this.vbox1.Add (this.vpaned1);
52
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vpaned1]));
53
 
                        w5.Position = 0;
54
 
                        this.Add (this.vbox1);
55
 
                        if ((this.Child != null)) {
56
 
                                this.Child.ShowAll ();
57
 
                        }
58
 
                        this.Show ();
59
 
                }
60
 
        }
61
 
}