~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.RenameConfigDialog.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 RenameConfigDialog
6
6
        {
7
7
                private global::Gtk.VBox vbox79;
8
 
 
9
8
                private global::Gtk.HBox hbox63;
10
 
 
11
9
                private global::Gtk.Label label106;
12
 
 
13
10
                private global::Gtk.Entry nameEntry;
14
 
 
15
11
                private global::Gtk.CheckButton renameChildrenCheck;
16
 
 
17
12
                private global::Gtk.Button button9;
18
 
 
19
13
                private global::Gtk.Button buttonOk;
20
14
 
21
15
                protected virtual void Build ()
43
37
                        this.label106.Name = "label106";
44
38
                        this.label106.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("New name:");
45
39
                        this.hbox63.Add (this.label106);
46
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox63[this.label106]));
 
40
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox63 [this.label106]));
47
41
                        w2.Position = 0;
48
42
                        w2.Expand = false;
49
43
                        w2.Fill = false;
53
47
                        this.nameEntry.IsEditable = true;
54
48
                        this.nameEntry.InvisibleChar = '●';
55
49
                        this.hbox63.Add (this.nameEntry);
56
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox63[this.nameEntry]));
 
50
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox63 [this.nameEntry]));
57
51
                        w3.Position = 1;
58
52
                        this.vbox79.Add (this.hbox63);
59
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox79[this.hbox63]));
 
53
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox79 [this.hbox63]));
60
54
                        w4.Position = 0;
61
55
                        w4.Expand = false;
62
56
                        w4.Fill = false;
68
62
                        this.renameChildrenCheck.DrawIndicator = true;
69
63
                        this.renameChildrenCheck.UseUnderline = true;
70
64
                        this.vbox79.Add (this.renameChildrenCheck);
71
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox79[this.renameChildrenCheck]));
 
65
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox79 [this.renameChildrenCheck]));
72
66
                        w5.Position = 1;
73
67
                        w5.Expand = false;
74
68
                        w5.Fill = false;
75
69
                        w1.Add (this.vbox79);
76
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1[this.vbox79]));
 
70
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox79]));
77
71
                        w6.Position = 0;
78
72
                        // Internal child MonoDevelop.Ide.Projects.RenameConfigDialog.ActionArea
79
73
                        global::Gtk.HButtonBox w7 = this.ActionArea;
88
82
                        this.button9.UseUnderline = true;
89
83
                        this.button9.Label = "gtk-cancel";
90
84
                        this.AddActionWidget (this.button9, -6);
91
 
                        global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7[this.button9]));
 
85
                        global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.button9]));
92
86
                        w8.Expand = false;
93
87
                        w8.Fill = false;
94
88
                        // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
98
92
                        this.buttonOk.UseUnderline = true;
99
93
                        this.buttonOk.Label = "gtk-ok";
100
94
                        w7.Add (this.buttonOk);
101
 
                        global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7[this.buttonOk]));
 
95
                        global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonOk]));
102
96
                        w9.Position = 1;
103
97
                        w9.Expand = false;
104
98
                        w9.Fill = false;
107
101
                        }
108
102
                        this.DefaultWidth = 371;
109
103
                        this.DefaultHeight = 149;
110
 
                        this.Show ();
 
104
                        this.Hide ();
111
105
                        this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
112
106
                }
113
107
        }