~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment.Linux/gtk-gui/MonoDevelop.Deployment.Linux.BasicOptionPanelWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ------------------------------------------------------------------------------
2
 
//  <autogenerated>
3
 
//      This code was generated by a tool.
4
 
//      
5
 
// 
6
 
//      Changes to this file may cause incorrect behavior and will be lost if 
7
 
//      the code is regenerated.
8
 
//  </autogenerated>
9
 
// ------------------------------------------------------------------------------
10
 
 
11
 
namespace MonoDevelop.Deployment.Linux {
12
 
    
13
 
    public partial class BasicOptionPanelWidget {
14
 
        
15
 
        private Gtk.VBox vbox2;
16
 
        
17
 
        private Gtk.VBox boxExe;
18
 
        
19
 
        private Gtk.CheckButton checkScript;
20
 
        
21
 
        private Gtk.HBox hbox1;
22
 
        
23
 
        private Gtk.Label label3;
24
 
        
25
 
        private Gtk.Label label2;
26
 
        
27
 
        private Gtk.Entry entryScript;
28
 
        
29
 
        private Gtk.CheckButton checkDesktop;
30
 
        
31
 
        private Gtk.VBox boxLibrary;
32
 
        
33
 
        private Gtk.CheckButton checkPcFile;
34
 
        
35
 
        protected virtual void Build() {
36
 
            Stetic.Gui.Initialize(this);
37
 
            // Widget MonoDevelop.Deployment.Linux.BasicOptionPanelWidget
38
 
            Stetic.BinContainer.Attach(this);
39
 
            this.Events = ((Gdk.EventMask)(256));
40
 
            this.Name = "MonoDevelop.Deployment.Linux.BasicOptionPanelWidget";
41
 
            // Container child MonoDevelop.Deployment.Linux.BasicOptionPanelWidget.Gtk.Container+ContainerChild
42
 
            this.vbox2 = new Gtk.VBox();
43
 
            this.vbox2.Events = ((Gdk.EventMask)(256));
44
 
            this.vbox2.Name = "vbox2";
45
 
            this.vbox2.Spacing = 6;
46
 
            this.vbox2.BorderWidth = ((uint)(6));
47
 
            // Container child vbox2.Gtk.Box+BoxChild
48
 
            this.boxExe = new Gtk.VBox();
49
 
            this.boxExe.Name = "boxExe";
50
 
            this.boxExe.Spacing = 6;
51
 
            // Container child boxExe.Gtk.Box+BoxChild
52
 
            this.checkScript = new Gtk.CheckButton();
53
 
            this.checkScript.CanFocus = true;
54
 
            this.checkScript.Name = "checkScript";
55
 
            this.checkScript.Label = Mono.Unix.Catalog.GetString("Generate launch script");
56
 
            this.checkScript.DrawIndicator = true;
57
 
            this.boxExe.Add(this.checkScript);
58
 
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.boxExe[this.checkScript]));
59
 
            w1.Position = 0;
60
 
            w1.Expand = false;
61
 
            w1.Fill = false;
62
 
            // Container child boxExe.Gtk.Box+BoxChild
63
 
            this.hbox1 = new Gtk.HBox();
64
 
            this.hbox1.CanFocus = true;
65
 
            this.hbox1.Name = "hbox1";
66
 
            this.hbox1.Spacing = 6;
67
 
            // Container child hbox1.Gtk.Box+BoxChild
68
 
            this.label3 = new Gtk.Label();
69
 
            this.label3.WidthRequest = 24;
70
 
            this.label3.CanFocus = true;
71
 
            this.label3.Name = "label3";
72
 
            this.hbox1.Add(this.label3);
73
 
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.label3]));
74
 
            w2.Position = 0;
75
 
            w2.Expand = false;
76
 
            w2.Fill = false;
77
 
            // Container child hbox1.Gtk.Box+BoxChild
78
 
            this.label2 = new Gtk.Label();
79
 
            this.label2.Name = "label2";
80
 
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Script name:");
81
 
            this.hbox1.Add(this.label2);
82
 
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.label2]));
83
 
            w3.Position = 1;
84
 
            w3.Expand = false;
85
 
            w3.Fill = false;
86
 
            // Container child hbox1.Gtk.Box+BoxChild
87
 
            this.entryScript = new Gtk.Entry();
88
 
            this.entryScript.CanFocus = true;
89
 
            this.entryScript.Name = "entryScript";
90
 
            this.entryScript.IsEditable = true;
91
 
            this.entryScript.InvisibleChar = '●';
92
 
            this.hbox1.Add(this.entryScript);
93
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.entryScript]));
94
 
            w4.Position = 2;
95
 
            this.boxExe.Add(this.hbox1);
96
 
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.boxExe[this.hbox1]));
97
 
            w5.Position = 1;
98
 
            w5.Expand = false;
99
 
            w5.Fill = false;
100
 
            // Container child boxExe.Gtk.Box+BoxChild
101
 
            this.checkDesktop = new Gtk.CheckButton();
102
 
            this.checkDesktop.CanFocus = true;
103
 
            this.checkDesktop.Name = "checkDesktop";
104
 
            this.checkDesktop.Label = Mono.Unix.Catalog.GetString("Generate .desktop file");
105
 
            this.checkDesktop.DrawIndicator = true;
106
 
            this.boxExe.Add(this.checkDesktop);
107
 
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.boxExe[this.checkDesktop]));
108
 
            w6.Position = 2;
109
 
            w6.Expand = false;
110
 
            w6.Fill = false;
111
 
            this.vbox2.Add(this.boxExe);
112
 
            Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.boxExe]));
113
 
            w7.Position = 0;
114
 
            w7.Expand = false;
115
 
            w7.Fill = false;
116
 
            // Container child vbox2.Gtk.Box+BoxChild
117
 
            this.boxLibrary = new Gtk.VBox();
118
 
            this.boxLibrary.Name = "boxLibrary";
119
 
            this.boxLibrary.Spacing = 6;
120
 
            // Container child boxLibrary.Gtk.Box+BoxChild
121
 
            this.checkPcFile = new Gtk.CheckButton();
122
 
            this.checkPcFile.CanFocus = true;
123
 
            this.checkPcFile.Name = "checkPcFile";
124
 
            this.checkPcFile.Label = Mono.Unix.Catalog.GetString("Generate .pc file for the library");
125
 
            this.checkPcFile.DrawIndicator = true;
126
 
            this.boxLibrary.Add(this.checkPcFile);
127
 
            Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.boxLibrary[this.checkPcFile]));
128
 
            w8.Position = 0;
129
 
            w8.Expand = false;
130
 
            w8.Fill = false;
131
 
            this.vbox2.Add(this.boxLibrary);
132
 
            Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox2[this.boxLibrary]));
133
 
            w9.Position = 1;
134
 
            w9.Expand = false;
135
 
            w9.Fill = false;
136
 
            this.Add(this.vbox2);
137
 
            if ((this.Child != null)) {
138
 
                this.Child.ShowAll();
139
 
            }
140
 
            this.Show();
141
 
            this.checkScript.Clicked += new System.EventHandler(this.OnCheckScriptClicked);
142
 
        }
143
 
    }
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.Deployment.Linux
 
4
{
 
5
        public partial class BasicOptionPanelWidget
 
6
        {
 
7
                private global::Gtk.VBox vbox2;
 
8
 
 
9
                private global::Gtk.VBox boxExe;
 
10
 
 
11
                private global::Gtk.CheckButton checkScript;
 
12
 
 
13
                private global::Gtk.HBox hbox1;
 
14
 
 
15
                private global::Gtk.Label label3;
 
16
 
 
17
                private global::Gtk.Label label2;
 
18
 
 
19
                private global::Gtk.Entry entryScript;
 
20
 
 
21
                private global::Gtk.CheckButton checkDesktop;
 
22
 
 
23
                private global::Gtk.VBox boxLibrary;
 
24
 
 
25
                private global::Gtk.CheckButton checkPcFile;
 
26
 
 
27
                protected virtual void Build ()
 
28
                {
 
29
                        global::Stetic.Gui.Initialize (this);
 
30
                        // Widget MonoDevelop.Deployment.Linux.BasicOptionPanelWidget
 
31
                        global::Stetic.BinContainer.Attach (this);
 
32
                        this.Events = ((global::Gdk.EventMask)(256));
 
33
                        this.Name = "MonoDevelop.Deployment.Linux.BasicOptionPanelWidget";
 
34
                        // Container child MonoDevelop.Deployment.Linux.BasicOptionPanelWidget.Gtk.Container+ContainerChild
 
35
                        this.vbox2 = new global::Gtk.VBox ();
 
36
                        this.vbox2.Events = ((global::Gdk.EventMask)(256));
 
37
                        this.vbox2.Name = "vbox2";
 
38
                        this.vbox2.Spacing = 6;
 
39
                        this.vbox2.BorderWidth = ((uint)(6));
 
40
                        // Container child vbox2.Gtk.Box+BoxChild
 
41
                        this.boxExe = new global::Gtk.VBox ();
 
42
                        this.boxExe.Name = "boxExe";
 
43
                        this.boxExe.Spacing = 6;
 
44
                        // Container child boxExe.Gtk.Box+BoxChild
 
45
                        this.checkScript = new global::Gtk.CheckButton ();
 
46
                        this.checkScript.CanFocus = true;
 
47
                        this.checkScript.Name = "checkScript";
 
48
                        this.checkScript.Label = global::Mono.Unix.Catalog.GetString ("Generate launch script");
 
49
                        this.checkScript.DrawIndicator = true;
 
50
                        this.boxExe.Add (this.checkScript);
 
51
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.boxExe[this.checkScript]));
 
52
                        w1.Position = 0;
 
53
                        w1.Expand = false;
 
54
                        w1.Fill = false;
 
55
                        // Container child boxExe.Gtk.Box+BoxChild
 
56
                        this.hbox1 = new global::Gtk.HBox ();
 
57
                        this.hbox1.CanFocus = true;
 
58
                        this.hbox1.Name = "hbox1";
 
59
                        this.hbox1.Spacing = 6;
 
60
                        // Container child hbox1.Gtk.Box+BoxChild
 
61
                        this.label3 = new global::Gtk.Label ();
 
62
                        this.label3.WidthRequest = 24;
 
63
                        this.label3.CanFocus = true;
 
64
                        this.label3.Name = "label3";
 
65
                        this.hbox1.Add (this.label3);
 
66
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label3]));
 
67
                        w2.Position = 0;
 
68
                        w2.Expand = false;
 
69
                        w2.Fill = false;
 
70
                        // Container child hbox1.Gtk.Box+BoxChild
 
71
                        this.label2 = new global::Gtk.Label ();
 
72
                        this.label2.Name = "label2";
 
73
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Script name:");
 
74
                        this.hbox1.Add (this.label2);
 
75
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
 
76
                        w3.Position = 1;
 
77
                        w3.Expand = false;
 
78
                        w3.Fill = false;
 
79
                        // Container child hbox1.Gtk.Box+BoxChild
 
80
                        this.entryScript = new global::Gtk.Entry ();
 
81
                        this.entryScript.CanFocus = true;
 
82
                        this.entryScript.Name = "entryScript";
 
83
                        this.entryScript.IsEditable = true;
 
84
                        this.entryScript.InvisibleChar = '●';
 
85
                        this.hbox1.Add (this.entryScript);
 
86
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryScript]));
 
87
                        w4.Position = 2;
 
88
                        this.boxExe.Add (this.hbox1);
 
89
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.boxExe[this.hbox1]));
 
90
                        w5.Position = 1;
 
91
                        w5.Expand = false;
 
92
                        w5.Fill = false;
 
93
                        // Container child boxExe.Gtk.Box+BoxChild
 
94
                        this.checkDesktop = new global::Gtk.CheckButton ();
 
95
                        this.checkDesktop.CanFocus = true;
 
96
                        this.checkDesktop.Name = "checkDesktop";
 
97
                        this.checkDesktop.Label = global::Mono.Unix.Catalog.GetString ("Generate .desktop file");
 
98
                        this.checkDesktop.DrawIndicator = true;
 
99
                        this.boxExe.Add (this.checkDesktop);
 
100
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxExe[this.checkDesktop]));
 
101
                        w6.Position = 2;
 
102
                        w6.Expand = false;
 
103
                        w6.Fill = false;
 
104
                        this.vbox2.Add (this.boxExe);
 
105
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxExe]));
 
106
                        w7.Position = 0;
 
107
                        w7.Expand = false;
 
108
                        w7.Fill = false;
 
109
                        // Container child vbox2.Gtk.Box+BoxChild
 
110
                        this.boxLibrary = new global::Gtk.VBox ();
 
111
                        this.boxLibrary.Name = "boxLibrary";
 
112
                        this.boxLibrary.Spacing = 6;
 
113
                        // Container child boxLibrary.Gtk.Box+BoxChild
 
114
                        this.checkPcFile = new global::Gtk.CheckButton ();
 
115
                        this.checkPcFile.CanFocus = true;
 
116
                        this.checkPcFile.Name = "checkPcFile";
 
117
                        this.checkPcFile.Label = global::Mono.Unix.Catalog.GetString ("Generate .pc file for the library");
 
118
                        this.checkPcFile.DrawIndicator = true;
 
119
                        this.boxLibrary.Add (this.checkPcFile);
 
120
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxLibrary[this.checkPcFile]));
 
121
                        w8.Position = 0;
 
122
                        w8.Expand = false;
 
123
                        w8.Fill = false;
 
124
                        this.vbox2.Add (this.boxLibrary);
 
125
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxLibrary]));
 
126
                        w9.Position = 1;
 
127
                        w9.Expand = false;
 
128
                        w9.Fill = false;
 
129
                        this.Add (this.vbox2);
 
130
                        if ((this.Child != null)) {
 
131
                                this.Child.ShowAll ();
 
132
                        }
 
133
                        this.Show ();
 
134
                        this.checkScript.Clicked += new global::System.EventHandler (this.OnCheckScriptClicked);
 
135
                }
 
136
        }
144
137
}