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

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment.Linux/gtk-gui/MonoDevelop.Deployment.Linux.MenuCategorySelectorDialog.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 MenuCategorySelectorDialog
6
6
        {
7
7
                private global::Gtk.VBox vbox5;
8
 
 
9
8
                private global::Gtk.Label label19;
10
 
 
11
9
                private global::Gtk.ScrolledWindow scrolledwindow1;
12
 
 
13
10
                private global::Gtk.TreeView tree;
14
 
 
15
11
                private global::Gtk.Button buttonCancel;
16
 
 
17
12
                private global::Gtk.Button buttonOk;
18
13
 
19
14
                protected virtual void Build ()
36
31
                        // Container child vbox5.Gtk.Box+BoxChild
37
32
                        this.label19 = new global::Gtk.Label ();
38
33
                        this.label19.Name = "label19";
39
 
                        this.label19.Xalign = 0f;
 
34
                        this.label19.Xalign = 0F;
40
35
                        this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the categories you want to assign to the desktop entry:");
41
36
                        this.vbox5.Add (this.label19);
42
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label19]));
 
37
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label19]));
43
38
                        w2.Position = 0;
44
39
                        w2.Expand = false;
45
40
                        w2.Fill = false;
54
49
                        this.tree.Name = "tree";
55
50
                        this.scrolledwindow1.Add (this.tree);
56
51
                        this.vbox5.Add (this.scrolledwindow1);
57
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.scrolledwindow1]));
 
52
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.scrolledwindow1]));
58
53
                        w4.Position = 1;
59
54
                        w1.Add (this.vbox5);
60
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1[this.vbox5]));
 
55
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
61
56
                        w5.Position = 0;
62
57
                        // Internal child MonoDevelop.Deployment.Linux.MenuCategorySelectorDialog.ActionArea
63
58
                        global::Gtk.HButtonBox w6 = this.ActionArea;
74
69
                        this.buttonCancel.UseUnderline = true;
75
70
                        this.buttonCancel.Label = "gtk-cancel";
76
71
                        this.AddActionWidget (this.buttonCancel, -6);
77
 
                        global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonCancel]));
 
72
                        global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonCancel]));
78
73
                        w7.Expand = false;
79
74
                        w7.Fill = false;
80
75
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
86
81
                        this.buttonOk.UseUnderline = true;
87
82
                        this.buttonOk.Label = "gtk-ok";
88
83
                        this.AddActionWidget (this.buttonOk, -5);
89
 
                        global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonOk]));
 
84
                        global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonOk]));
90
85
                        w8.Position = 1;
91
86
                        w8.Expand = false;
92
87
                        w8.Fill = false;
95
90
                        }
96
91
                        this.DefaultWidth = 652;
97
92
                        this.DefaultHeight = 484;
98
 
                        this.Show ();
 
93
                        this.Hide ();
99
94
                }
100
95
        }
101
96
}