~ubuntu-branches/ubuntu/natty/gnome-do/natty

« back to all changes in this revision

Viewing changes to Do/gtk-gui/Do.UI.ColorConfigurationWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2009-06-27 10:40:45 UTC
  • mfrom: (1.1.8 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090627104045-7st10y1cqr6dpz37
Tags: 0.8.2+dfsg-1
* New upstream release
  + No longer uses a plugin repository.  Fixes many plugin-
    related issues. (LP: #343096, LP: #330025, LP #345001)
  + No longer blocks on "About Do" (LP: #361679)
  + Reacts correctly when a Composite manager is enabled/
    disabled at runtime. (LP: #346347, LP: #390150)
  + Fixes for space reserved by Docky blocking drag and 
    drop operations. (LP: #354729, LP: #347052, LP: #382843)
  + Properly sets "Hidden" key on autostart files in response to 
    "Start on login" option.  (Closes: #526023) (LP: #369988)
* debian/patches/10_application_search_path:
  + Drop; included upstream
* debian/patches/10_sk_translation_update:
  + Import sk translation update from Debian BTS.
    (Closes: #531779)
* debian/patches/11_fix_autostart_when_directory_does_not_exist:
  + Patch from upstream.  Fixes the "Start on login" option when the 
    ~/.config/autostart directory does not exist. (LP: #393729)
* debian/control:
  + Update standards version to 3.8.2; no changes required.
  + Add libtool to Build-Depends; required for autoreconf.
  + Add Recommends: on new gnome-do-docklets package.
* debian/gnome-do.1
  + Fix spelling: GNOME-Do => GNOME Do.
  + Miscelaneous lintian fixes; NAME section, escaping minus signs with \-
* debian/copyright:
  + Update for new copyright holders.
  + Minor update to DEP-5 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        
16
16
        private Gtk.VBox vbox2;
17
17
        
 
18
        private Gtk.Alignment alignment1;
 
19
        
 
20
        private Gtk.VBox vbox1;
 
21
        
18
22
        private Gtk.Frame frame1;
19
23
        
20
 
        private Gtk.Alignment GtkAlignment;
 
24
        private Gtk.Alignment GtkAlignment1;
 
25
        
 
26
        private Gtk.Alignment GtkAlignment2;
21
27
        
22
28
        private Gtk.Alignment alignment2;
23
29
        
24
 
        private Gtk.VBox vbox1;
25
 
        
26
 
        private Gtk.Alignment alignment1;
27
 
        
28
 
        private Gtk.Table table1;
29
 
        
30
 
        private Gtk.HBox hbox3;
31
 
        
32
 
        private Gtk.ColorButton background_colorbutton;
33
 
        
34
 
        private Gtk.Button clear_background;
35
 
        
36
 
        private Gtk.Label label8;
 
30
        private Gtk.VBox vbox3;
 
31
        
 
32
        private Gtk.Table table3;
 
33
        
 
34
        private Gtk.HBox hbox10;
 
35
        
 
36
        private Gtk.HBox hbox4;
37
37
        
38
38
        private Gtk.ComboBox theme_combo;
39
39
        
40
 
        private Gtk.Label theme_lbl;
41
 
        
42
 
        private Gtk.VBox vbox3;
43
 
        
44
 
        private Gtk.VBox vbox4;
45
 
        
46
 
        private Gtk.HBox hbox2;
47
 
        
48
40
        private Gtk.CheckButton pin_check;
49
41
        
50
 
        private Gtk.CheckButton shadow_check;
51
 
        
52
 
        private Gtk.CheckButton animation_check;
 
42
        private Gtk.Label GtkLabel2;
53
43
        
54
44
        private Gtk.VBox composite_warning_widget;
55
45
        
59
49
        
60
50
        private Gtk.Button composite_warning_info_btn;
61
51
        
 
52
        private Gtk.HSeparator hseparator1;
 
53
        
 
54
        private Gtk.Alignment theme_configuration_container;
 
55
        
62
56
        protected virtual void Build() {
63
57
            Stetic.Gui.Initialize(this);
64
58
            // Widget Do.UI.ColorConfigurationWidget
69
63
            this.vbox2.Name = "vbox2";
70
64
            this.vbox2.Spacing = 6;
71
65
            // Container child vbox2.Gtk.Box+BoxChild
 
66
            this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
 
67
            this.alignment1.Name = "alignment1";
 
68
            this.alignment1.TopPadding = ((uint)(4));
 
69
            this.alignment1.RightPadding = ((uint)(7));
 
70
            // Container child alignment1.Gtk.Container+ContainerChild
 
71
            this.vbox1 = new Gtk.VBox();
 
72
            this.vbox1.Name = "vbox1";
 
73
            this.vbox1.Spacing = 6;
 
74
            // Container child vbox1.Gtk.Box+BoxChild
72
75
            this.frame1 = new Gtk.Frame();
73
76
            this.frame1.Name = "frame1";
74
77
            this.frame1.ShadowType = ((Gtk.ShadowType)(0));
75
78
            // Container child frame1.Gtk.Container+ContainerChild
76
 
            this.GtkAlignment = new Gtk.Alignment(0F, 0F, 1F, 1F);
77
 
            this.GtkAlignment.Name = "GtkAlignment";
78
 
            this.GtkAlignment.LeftPadding = ((uint)(5));
79
 
            this.GtkAlignment.TopPadding = ((uint)(5));
80
 
            this.GtkAlignment.RightPadding = ((uint)(5));
81
 
            this.GtkAlignment.BottomPadding = ((uint)(10));
82
 
            // Container child GtkAlignment.Gtk.Container+ContainerChild
 
79
            this.GtkAlignment1 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
80
            this.GtkAlignment1.Name = "GtkAlignment1";
 
81
            this.GtkAlignment1.LeftPadding = ((uint)(12));
 
82
            // Container child GtkAlignment1.Gtk.Container+ContainerChild
 
83
            this.GtkAlignment2 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
84
            this.GtkAlignment2.Name = "GtkAlignment2";
 
85
            this.GtkAlignment2.LeftPadding = ((uint)(5));
 
86
            this.GtkAlignment2.TopPadding = ((uint)(5));
 
87
            this.GtkAlignment2.RightPadding = ((uint)(5));
 
88
            this.GtkAlignment2.BottomPadding = ((uint)(5));
 
89
            // Container child GtkAlignment2.Gtk.Container+ContainerChild
83
90
            this.alignment2 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
84
91
            this.alignment2.Name = "alignment2";
85
92
            // Container child alignment2.Gtk.Container+ContainerChild
86
 
            this.vbox1 = new Gtk.VBox();
87
 
            this.vbox1.Name = "vbox1";
88
 
            this.vbox1.Spacing = 6;
89
 
            // Container child vbox1.Gtk.Box+BoxChild
90
 
            this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
91
 
            this.alignment1.Name = "alignment1";
92
 
            // Container child alignment1.Gtk.Container+ContainerChild
93
 
            this.table1 = new Gtk.Table(((uint)(2)), ((uint)(3)), false);
94
 
            this.table1.Name = "table1";
95
 
            this.table1.RowSpacing = ((uint)(6));
96
 
            this.table1.ColumnSpacing = ((uint)(16));
97
 
            // Container child table1.Gtk.Table+TableChild
98
 
            this.hbox3 = new Gtk.HBox();
99
 
            this.hbox3.Name = "hbox3";
100
 
            this.hbox3.Spacing = 6;
101
 
            // Container child hbox3.Gtk.Box+BoxChild
102
 
            this.background_colorbutton = new Gtk.ColorButton();
103
 
            this.background_colorbutton.CanFocus = true;
104
 
            this.background_colorbutton.Events = ((Gdk.EventMask)(784));
105
 
            this.background_colorbutton.Name = "background_colorbutton";
106
 
            this.background_colorbutton.UseAlpha = true;
107
 
            this.background_colorbutton.Alpha = 65535;
108
 
            this.hbox3.Add(this.background_colorbutton);
109
 
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox3[this.background_colorbutton]));
110
 
            w1.Position = 0;
111
 
            // Container child hbox3.Gtk.Box+BoxChild
112
 
            this.clear_background = new Gtk.Button();
113
 
            this.clear_background.CanFocus = true;
114
 
            this.clear_background.Name = "clear_background";
115
 
            this.clear_background.UseUnderline = true;
116
 
            this.clear_background.Relief = ((Gtk.ReliefStyle)(2));
117
 
            // Container child clear_background.Gtk.Container+ContainerChild
118
 
            Gtk.Alignment w2 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
119
 
            // Container child GtkAlignment.Gtk.Container+ContainerChild
120
 
            Gtk.HBox w3 = new Gtk.HBox();
121
 
            w3.Spacing = 2;
122
 
            // Container child GtkHBox.Gtk.Container+ContainerChild
123
 
            Gtk.Image w4 = new Gtk.Image();
124
 
            w4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize.Menu, 16);
125
 
            w3.Add(w4);
126
 
            // Container child GtkHBox.Gtk.Container+ContainerChild
127
 
            Gtk.Label w6 = new Gtk.Label();
128
 
            w6.LabelProp = Mono.Unix.Catalog.GetString("_Reset");
129
 
            w6.UseUnderline = true;
130
 
            w3.Add(w6);
131
 
            w2.Add(w3);
132
 
            this.clear_background.Add(w2);
133
 
            this.hbox3.Add(this.clear_background);
134
 
            Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox3[this.clear_background]));
135
 
            w10.Position = 1;
136
 
            w10.Expand = false;
137
 
            w10.Fill = false;
138
 
            this.table1.Add(this.hbox3);
139
 
            Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table1[this.hbox3]));
140
 
            w11.TopAttach = ((uint)(1));
141
 
            w11.BottomAttach = ((uint)(2));
142
 
            w11.LeftAttach = ((uint)(1));
143
 
            w11.RightAttach = ((uint)(2));
144
 
            w11.XOptions = ((Gtk.AttachOptions)(4));
145
 
            w11.YOptions = ((Gtk.AttachOptions)(4));
146
 
            // Container child table1.Gtk.Table+TableChild
147
 
            this.label8 = new Gtk.Label();
148
 
            this.label8.Name = "label8";
149
 
            this.label8.Xalign = 0F;
150
 
            this.label8.LabelProp = Mono.Unix.Catalog.GetString("Background Color:");
151
 
            this.table1.Add(this.label8);
152
 
            Gtk.Table.TableChild w12 = ((Gtk.Table.TableChild)(this.table1[this.label8]));
153
 
            w12.TopAttach = ((uint)(1));
154
 
            w12.BottomAttach = ((uint)(2));
155
 
            w12.XOptions = ((Gtk.AttachOptions)(4));
156
 
            w12.YOptions = ((Gtk.AttachOptions)(4));
157
 
            // Container child table1.Gtk.Table+TableChild
158
 
            this.theme_combo = Gtk.ComboBox.NewText();
159
 
            this.theme_combo.Name = "theme_combo";
160
 
            this.table1.Add(this.theme_combo);
161
 
            Gtk.Table.TableChild w13 = ((Gtk.Table.TableChild)(this.table1[this.theme_combo]));
162
 
            w13.LeftAttach = ((uint)(1));
163
 
            w13.RightAttach = ((uint)(2));
164
 
            w13.XOptions = ((Gtk.AttachOptions)(4));
165
 
            w13.YOptions = ((Gtk.AttachOptions)(4));
166
 
            // Container child table1.Gtk.Table+TableChild
167
 
            this.theme_lbl = new Gtk.Label();
168
 
            this.theme_lbl.Name = "theme_lbl";
169
 
            this.theme_lbl.Xalign = 0F;
170
 
            this.theme_lbl.LabelProp = Mono.Unix.Catalog.GetString("_Theme:");
171
 
            this.theme_lbl.UseUnderline = true;
172
 
            this.table1.Add(this.theme_lbl);
173
 
            Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table1[this.theme_lbl]));
174
 
            w14.XOptions = ((Gtk.AttachOptions)(4));
175
 
            w14.YOptions = ((Gtk.AttachOptions)(4));
176
 
            this.alignment1.Add(this.table1);
177
 
            this.vbox1.Add(this.alignment1);
178
 
            Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vbox1[this.alignment1]));
179
 
            w16.Position = 0;
180
 
            w16.Expand = false;
181
 
            w16.Fill = false;
182
 
            // Container child vbox1.Gtk.Box+BoxChild
183
93
            this.vbox3 = new Gtk.VBox();
184
94
            this.vbox3.Name = "vbox3";
185
95
            this.vbox3.Spacing = 6;
186
96
            // Container child vbox3.Gtk.Box+BoxChild
187
 
            this.vbox4 = new Gtk.VBox();
188
 
            this.vbox4.Name = "vbox4";
189
 
            this.vbox4.Spacing = 6;
190
 
            // Container child vbox4.Gtk.Box+BoxChild
191
 
            this.hbox2 = new Gtk.HBox();
192
 
            this.hbox2.Name = "hbox2";
193
 
            this.hbox2.Homogeneous = true;
194
 
            this.hbox2.Spacing = 6;
195
 
            // Container child hbox2.Gtk.Box+BoxChild
 
97
            this.table3 = new Gtk.Table(((uint)(1)), ((uint)(3)), false);
 
98
            this.table3.Name = "table3";
 
99
            this.table3.RowSpacing = ((uint)(6));
 
100
            this.table3.ColumnSpacing = ((uint)(6));
 
101
            // Container child table3.Gtk.Table+TableChild
 
102
            this.hbox10 = new Gtk.HBox();
 
103
            this.hbox10.WidthRequest = 70;
 
104
            this.hbox10.Name = "hbox10";
 
105
            this.hbox10.Spacing = 6;
 
106
            this.table3.Add(this.hbox10);
 
107
            Gtk.Table.TableChild w1 = ((Gtk.Table.TableChild)(this.table3[this.hbox10]));
 
108
            w1.XOptions = ((Gtk.AttachOptions)(4));
 
109
            w1.YOptions = ((Gtk.AttachOptions)(4));
 
110
            // Container child table3.Gtk.Table+TableChild
 
111
            this.hbox4 = new Gtk.HBox();
 
112
            this.hbox4.Name = "hbox4";
 
113
            this.hbox4.Spacing = 6;
 
114
            // Container child hbox4.Gtk.Box+BoxChild
 
115
            this.theme_combo = Gtk.ComboBox.NewText();
 
116
            this.theme_combo.Name = "theme_combo";
 
117
            this.hbox4.Add(this.theme_combo);
 
118
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox4[this.theme_combo]));
 
119
            w2.Position = 0;
 
120
            w2.Expand = false;
 
121
            w2.Fill = false;
 
122
            this.table3.Add(this.hbox4);
 
123
            Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table3[this.hbox4]));
 
124
            w3.LeftAttach = ((uint)(1));
 
125
            w3.RightAttach = ((uint)(2));
 
126
            w3.XOptions = ((Gtk.AttachOptions)(4));
 
127
            w3.YOptions = ((Gtk.AttachOptions)(4));
 
128
            // Container child table3.Gtk.Table+TableChild
196
129
            this.pin_check = new Gtk.CheckButton();
197
130
            this.pin_check.CanFocus = true;
198
131
            this.pin_check.Name = "pin_check";
199
132
            this.pin_check.Label = Mono.Unix.Catalog.GetString("Always show results window");
200
 
            this.pin_check.Active = true;
201
133
            this.pin_check.DrawIndicator = true;
202
134
            this.pin_check.UseUnderline = true;
203
 
            this.hbox2.Add(this.pin_check);
204
 
            Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.hbox2[this.pin_check]));
205
 
            w17.Position = 0;
206
 
            this.vbox4.Add(this.hbox2);
207
 
            Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
208
 
            w18.Position = 0;
209
 
            w18.Expand = false;
210
 
            w18.Fill = false;
211
 
            // Container child vbox4.Gtk.Box+BoxChild
212
 
            this.shadow_check = new Gtk.CheckButton();
213
 
            this.shadow_check.CanFocus = true;
214
 
            this.shadow_check.Name = "shadow_check";
215
 
            this.shadow_check.Label = Mono.Unix.Catalog.GetString("Show window shadow");
216
 
            this.shadow_check.DrawIndicator = true;
217
 
            this.shadow_check.UseUnderline = true;
218
 
            this.vbox4.Add(this.shadow_check);
219
 
            Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.vbox4[this.shadow_check]));
220
 
            w19.Position = 1;
221
 
            w19.Expand = false;
222
 
            w19.Fill = false;
223
 
            // Container child vbox4.Gtk.Box+BoxChild
224
 
            this.animation_check = new Gtk.CheckButton();
225
 
            this.animation_check.CanFocus = true;
226
 
            this.animation_check.Name = "animation_check";
227
 
            this.animation_check.Label = Mono.Unix.Catalog.GetString("Animate window");
228
 
            this.animation_check.Active = true;
229
 
            this.animation_check.DrawIndicator = true;
230
 
            this.animation_check.UseUnderline = true;
231
 
            this.vbox4.Add(this.animation_check);
232
 
            Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(this.vbox4[this.animation_check]));
233
 
            w20.Position = 2;
234
 
            w20.Expand = false;
235
 
            w20.Fill = false;
236
 
            this.vbox3.Add(this.vbox4);
237
 
            Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(this.vbox3[this.vbox4]));
238
 
            w21.Position = 0;
239
 
            w21.Expand = false;
240
 
            w21.Fill = false;
241
 
            this.vbox1.Add(this.vbox3);
242
 
            Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(this.vbox1[this.vbox3]));
243
 
            w22.Position = 1;
244
 
            w22.Expand = false;
245
 
            w22.Fill = false;
246
 
            this.alignment2.Add(this.vbox1);
247
 
            this.GtkAlignment.Add(this.alignment2);
248
 
            this.frame1.Add(this.GtkAlignment);
249
 
            this.vbox2.Add(this.frame1);
250
 
            Gtk.Box.BoxChild w26 = ((Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
251
 
            w26.Position = 0;
252
 
            w26.Expand = false;
253
 
            w26.Fill = false;
254
 
            // Container child vbox2.Gtk.Box+BoxChild
 
135
            this.table3.Add(this.pin_check);
 
136
            Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table3[this.pin_check]));
 
137
            w4.LeftAttach = ((uint)(2));
 
138
            w4.RightAttach = ((uint)(3));
 
139
            w4.YOptions = ((Gtk.AttachOptions)(4));
 
140
            this.vbox3.Add(this.table3);
 
141
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox3[this.table3]));
 
142
            w5.Position = 0;
 
143
            w5.Expand = false;
 
144
            w5.Fill = false;
 
145
            this.alignment2.Add(this.vbox3);
 
146
            this.GtkAlignment2.Add(this.alignment2);
 
147
            this.GtkAlignment1.Add(this.GtkAlignment2);
 
148
            this.frame1.Add(this.GtkAlignment1);
 
149
            this.GtkLabel2 = new Gtk.Label();
 
150
            this.GtkLabel2.Name = "GtkLabel2";
 
151
            this.GtkLabel2.LabelProp = Mono.Unix.Catalog.GetString("<b>Selected Theme</b>");
 
152
            this.GtkLabel2.UseMarkup = true;
 
153
            this.frame1.LabelWidget = this.GtkLabel2;
 
154
            this.vbox1.Add(this.frame1);
 
155
            Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
 
156
            w10.Position = 0;
 
157
            w10.Expand = false;
 
158
            w10.Fill = false;
 
159
            // Container child vbox1.Gtk.Box+BoxChild
255
160
            this.composite_warning_widget = new Gtk.VBox();
256
161
            this.composite_warning_widget.Name = "composite_warning_widget";
257
162
            this.composite_warning_widget.Spacing = 6;
262
167
            this.label1.UseMarkup = true;
263
168
            this.label1.Wrap = true;
264
169
            this.composite_warning_widget.Add(this.label1);
265
 
            Gtk.Box.BoxChild w27 = ((Gtk.Box.BoxChild)(this.composite_warning_widget[this.label1]));
266
 
            w27.Position = 0;
267
 
            w27.Expand = false;
268
 
            w27.Fill = false;
 
170
            Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.composite_warning_widget[this.label1]));
 
171
            w11.Position = 0;
 
172
            w11.Expand = false;
 
173
            w11.Fill = false;
269
174
            // Container child composite_warning_widget.Gtk.Box+BoxChild
270
175
            this.hbuttonbox1 = new Gtk.HButtonBox();
271
176
            this.hbuttonbox1.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
277
182
            this.composite_warning_info_btn.UseUnderline = true;
278
183
            this.composite_warning_info_btn.Label = "gtk-dialog-info";
279
184
            this.hbuttonbox1.Add(this.composite_warning_info_btn);
280
 
            Gtk.ButtonBox.ButtonBoxChild w28 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.composite_warning_info_btn]));
281
 
            w28.Expand = false;
282
 
            w28.Fill = false;
 
185
            Gtk.ButtonBox.ButtonBoxChild w12 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.composite_warning_info_btn]));
 
186
            w12.Expand = false;
 
187
            w12.Fill = false;
283
188
            this.composite_warning_widget.Add(this.hbuttonbox1);
284
 
            Gtk.Box.BoxChild w29 = ((Gtk.Box.BoxChild)(this.composite_warning_widget[this.hbuttonbox1]));
285
 
            w29.Position = 1;
286
 
            w29.Expand = false;
287
 
            w29.Fill = false;
288
 
            this.vbox2.Add(this.composite_warning_widget);
289
 
            Gtk.Box.BoxChild w30 = ((Gtk.Box.BoxChild)(this.vbox2[this.composite_warning_widget]));
290
 
            w30.PackType = ((Gtk.PackType)(1));
291
 
            w30.Position = 1;
 
189
            Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.composite_warning_widget[this.hbuttonbox1]));
 
190
            w13.Position = 1;
 
191
            w13.Expand = false;
 
192
            w13.Fill = false;
 
193
            this.vbox1.Add(this.composite_warning_widget);
 
194
            Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox1[this.composite_warning_widget]));
 
195
            w14.Position = 1;
 
196
            w14.Expand = false;
 
197
            w14.Fill = false;
 
198
            // Container child vbox1.Gtk.Box+BoxChild
 
199
            this.hseparator1 = new Gtk.HSeparator();
 
200
            this.hseparator1.Name = "hseparator1";
 
201
            this.vbox1.Add(this.hseparator1);
 
202
            Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
 
203
            w15.Position = 2;
 
204
            w15.Expand = false;
 
205
            w15.Fill = false;
 
206
            this.alignment1.Add(this.vbox1);
 
207
            this.vbox2.Add(this.alignment1);
 
208
            Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.vbox2[this.alignment1]));
 
209
            w17.Position = 0;
 
210
            w17.Expand = false;
 
211
            w17.Fill = false;
 
212
            // Container child vbox2.Gtk.Box+BoxChild
 
213
            this.theme_configuration_container = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
 
214
            this.theme_configuration_container.Name = "theme_configuration_container";
 
215
            this.theme_configuration_container.RightPadding = ((uint)(6));
 
216
            this.theme_configuration_container.BottomPadding = ((uint)(3));
 
217
            this.vbox2.Add(this.theme_configuration_container);
 
218
            Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.vbox2[this.theme_configuration_container]));
 
219
            w18.PackType = ((Gtk.PackType)(1));
 
220
            w18.Position = 1;
292
221
            this.Add(this.vbox2);
293
222
            if ((this.Child != null)) {
294
223
                this.Child.ShowAll();
296
225
            this.composite_warning_info_btn.Hide();
297
226
            this.composite_warning_widget.Hide();
298
227
            this.Show();
 
228
            this.pin_check.Clicked += new System.EventHandler(this.OnPinCheckClicked);
299
229
            this.theme_combo.Changed += new System.EventHandler(this.OnThemeComboChanged);
300
 
            this.background_colorbutton.ColorSet += new System.EventHandler(this.OnBackgroundColorbuttonColorSet);
301
 
            this.clear_background.Clicked += new System.EventHandler(this.OnClearBackgroundClicked);
302
 
            this.pin_check.Clicked += new System.EventHandler(this.OnPinCheckClicked);
303
 
            this.shadow_check.Clicked += new System.EventHandler(this.OnShadowCheckClicked);
304
 
            this.animation_check.Clicked += new System.EventHandler(this.OnAnimationCheckbuttonClicked);
305
230
            this.composite_warning_info_btn.Clicked += new System.EventHandler(this.OnCompositeWarningInfoBtnClicked);
306
231
        }
307
232
    }