~ubuntu-branches/ubuntu/raring/monodevelop/raring

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2011-06-29 06:56:25 UTC
  • mfrom: (1.8.1 upstream) (1.3.11 experimental)
  • Revision ID: james.westby@ubuntu.com-20110629065625-7xx19c4vb95j65pl
Tags: 2.5.92+dfsg-1ubuntu1
* Merge from Debian experimental:
 - Dropped patches & changes to debian/control for Moonlight
   + debian/patches/remove_support_for_moonlight.patch,
   + debian/patches/dont_add_moonlight_to_core_addins.patch,
 - Remaining patches:
   + debian/patches/no_appmenu:

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        internal partial class CustomExecutionModeManagerDialog
6
6
        {
7
7
                private global::Gtk.VBox vbox2;
8
 
 
9
8
                private global::Gtk.HBox hbox1;
10
 
 
11
9
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
12
 
 
13
10
                private global::Gtk.TreeView listModes;
14
 
 
15
11
                private global::Gtk.VBox vbox3;
16
 
 
17
12
                private global::Gtk.Button buttonAdd;
18
 
 
19
13
                private global::Gtk.Button buttonRemove;
20
 
 
21
14
                private global::Gtk.Button buttonEdit;
22
 
 
23
15
                private global::Gtk.Button buttonOk;
24
16
 
25
17
                protected virtual void Build ()
52
44
                        this.listModes.Name = "listModes";
53
45
                        this.GtkScrolledWindow.Add (this.listModes);
54
46
                        this.hbox1.Add (this.GtkScrolledWindow);
55
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
 
47
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
56
48
                        w3.Position = 0;
57
49
                        // Container child hbox1.Gtk.Box+BoxChild
58
50
                        this.vbox3 = new global::Gtk.VBox ();
66
58
                        this.buttonAdd.UseUnderline = true;
67
59
                        this.buttonAdd.Label = "gtk-add";
68
60
                        this.vbox3.Add (this.buttonAdd);
69
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonAdd]));
 
61
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAdd]));
70
62
                        w4.Position = 0;
71
63
                        w4.Expand = false;
72
64
                        w4.Fill = false;
78
70
                        this.buttonRemove.UseUnderline = true;
79
71
                        this.buttonRemove.Label = "gtk-remove";
80
72
                        this.vbox3.Add (this.buttonRemove);
81
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonRemove]));
 
73
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemove]));
82
74
                        w5.Position = 1;
83
75
                        w5.Expand = false;
84
76
                        w5.Fill = false;
90
82
                        this.buttonEdit.UseUnderline = true;
91
83
                        this.buttonEdit.Label = "gtk-edit";
92
84
                        this.vbox3.Add (this.buttonEdit);
93
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonEdit]));
 
85
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonEdit]));
94
86
                        w6.Position = 2;
95
87
                        w6.Expand = false;
96
88
                        w6.Fill = false;
97
89
                        this.hbox1.Add (this.vbox3);
98
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
 
90
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
99
91
                        w7.Position = 1;
100
92
                        w7.Expand = false;
101
93
                        w7.Fill = false;
102
94
                        this.vbox2.Add (this.hbox1);
103
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
 
95
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
104
96
                        w8.Position = 0;
105
97
                        w1.Add (this.vbox2);
106
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
 
98
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
107
99
                        w9.Position = 0;
108
100
                        // Internal child MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.ActionArea
109
101
                        global::Gtk.HButtonBox w10 = this.ActionArea;
120
112
                        this.buttonOk.UseUnderline = true;
121
113
                        this.buttonOk.Label = "gtk-close";
122
114
                        this.AddActionWidget (this.buttonOk, -7);
123
 
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonOk]));
 
115
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
124
116
                        w11.Expand = false;
125
117
                        w11.Fill = false;
126
118
                        if ((this.Child != null)) {
128
120
                        }
129
121
                        this.DefaultWidth = 645;
130
122
                        this.DefaultHeight = 409;
131
 
                        this.Show ();
 
123
                        this.Hide ();
132
124
                        this.buttonAdd.Clicked += new global::System.EventHandler (this.OnButtonAddClicked);
133
125
                        this.buttonRemove.Clicked += new global::System.EventHandler (this.OnButtonRemoveClicked);
134
126
                        this.buttonEdit.Clicked += new global::System.EventHandler (this.OnButtonEditClicked);