~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.OptionPanels.CustomCommandPanelWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        internal partial class CustomCommandPanelWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox;
8
 
 
9
8
                private global::Gtk.Label label3;
10
 
 
11
9
                private global::Gtk.ScrolledWindow scrolledwindow1;
12
 
 
13
10
                private global::Gtk.VBox vboxCommands;
14
11
 
15
12
                protected virtual void Build ()
27
24
                        this.label3 = new global::Gtk.Label ();
28
25
                        this.label3.WidthRequest = 470;
29
26
                        this.label3.Name = "label3";
30
 
                        this.label3.Xalign = 0f;
 
27
                        this.label3.Xalign = 0F;
31
28
                        this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("MonoDevelop can execute user specified commands or scripts before, after or as a replacement of common project operations. It is also possible to enter custom commands which will be available in the project or solution menu.");
32
29
                        this.label3.Wrap = true;
33
30
                        this.vbox.Add (this.label3);
34
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox[this.label3]));
 
31
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox [this.label3]));
35
32
                        w1.Position = 0;
36
33
                        w1.Expand = false;
37
34
                        w1.Fill = false;
50
47
                        w2.Add (this.vboxCommands);
51
48
                        this.scrolledwindow1.Add (w2);
52
49
                        this.vbox.Add (this.scrolledwindow1);
53
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox[this.scrolledwindow1]));
 
50
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox [this.scrolledwindow1]));
54
51
                        w5.Position = 1;
55
52
                        this.Add (this.vbox);
56
53
                        if ((this.Child != null)) {