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

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment/gtk-gui/MonoDevelop.Deployment.Gui.FileCopyConfigurationSelector.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
        public partial class FileCopyConfigurationSelector
6
6
        {
7
7
                private global::Gtk.VBox vbox1;
8
 
 
9
8
                private global::Gtk.HBox hbox1;
10
 
 
11
9
                private global::Gtk.Label label1;
12
 
 
13
10
                private global::Gtk.ComboBox comboHandlers;
14
 
 
15
11
                private global::Gtk.HSeparator hseparator1;
16
 
 
17
12
                private global::Gtk.EventBox editorBox;
18
13
 
19
14
                protected virtual void Build ()
34
29
                        // Container child hbox1.Gtk.Box+BoxChild
35
30
                        this.label1 = new global::Gtk.Label ();
36
31
                        this.label1.Name = "label1";
37
 
                        this.label1.Xalign = 0f;
 
32
                        this.label1.Xalign = 0F;
38
33
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Target:");
39
34
                        this.hbox1.Add (this.label1);
40
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
 
35
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
41
36
                        w1.Position = 0;
42
37
                        w1.Expand = false;
43
38
                        w1.Fill = false;
45
40
                        this.comboHandlers = global::Gtk.ComboBox.NewText ();
46
41
                        this.comboHandlers.Name = "comboHandlers";
47
42
                        this.hbox1.Add (this.comboHandlers);
48
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboHandlers]));
 
43
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboHandlers]));
49
44
                        w2.Position = 1;
50
45
                        this.vbox1.Add (this.hbox1);
51
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
 
46
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
52
47
                        w3.Position = 0;
53
48
                        w3.Expand = false;
54
49
                        w3.Fill = false;
56
51
                        this.hseparator1 = new global::Gtk.HSeparator ();
57
52
                        this.hseparator1.Name = "hseparator1";
58
53
                        this.vbox1.Add (this.hseparator1);
59
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
 
54
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
60
55
                        w4.Position = 1;
61
56
                        w4.Expand = false;
62
57
                        w4.Fill = false;
64
59
                        this.editorBox = new global::Gtk.EventBox ();
65
60
                        this.editorBox.Name = "editorBox";
66
61
                        this.vbox1.Add (this.editorBox);
67
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.editorBox]));
 
62
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.editorBox]));
68
63
                        w5.Position = 2;
69
64
                        this.Add (this.vbox1);
70
65
                        if ((this.Child != null)) {