[longomatch/newui: 16/104] Embed the header HBox in an EventBox to allow background theming.



commit c44abfaa358c5486d868f82903fff3cea9343055
Author: Julien Moutte <julien fluendo com>
Date:   Mon Aug 18 17:21:23 2014 +0200

    Embed the header HBox in an EventBox to allow background theming.

 LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs        |    2 +-
 .../LongoMatch.Gui.Panel.NewProjectPanel.cs        |  447 ++++++++++----------
 LongoMatch.GUI/gtk-gui/gui.stetic                  |  159 ++++----
 3 files changed, 309 insertions(+), 299 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
index 416e5f8..b5e0083 100644
--- a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
@@ -102,7 +102,7 @@ namespace LongoMatch.Gui.Panel
                
                void ApplyStyle () {
                        centerbox.WidthRequest = StyleConf.NewTeamsComboWidth * 2 + StyleConf.NewTeamsSpacing;
-                       newheaderbox.HeightRequest = StyleConf.NewHeaderHeight;
+                       headerhbox.HeightRequest = StyleConf.NewHeaderHeight;
                        notebook1.BorderWidth = StyleConf.NewHeaderSpacing;
                        lefttable.RowSpacing = filetable.RowSpacing =
                                outputfiletable.RowSpacing = righttable.RowSpacing = 
StyleConf.NewTableHSpacing;
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
index 5ab880c..2852ede 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Panel.NewProjectPanel.cs
@@ -5,7 +5,8 @@ namespace LongoMatch.Gui.Panel
        public partial class NewProjectPanel
        {
                private global::Gtk.VBox vbox3;
-               private global::Gtk.HBox newheaderbox;
+               private global::Gtk.EventBox newheaderbox;
+               private global::Gtk.HBox headerhbox;
                private global::Gtk.Image logoimage;
                private global::Gtk.Label titlelabel;
                private global::Gtk.Button createbutton;
@@ -83,29 +84,32 @@ namespace LongoMatch.Gui.Panel
                        this.vbox3 = new global::Gtk.VBox ();
                        this.vbox3.Name = "vbox3";
                        // Container child vbox3.Gtk.Box+BoxChild
-                       this.newheaderbox = new global::Gtk.HBox ();
+                       this.newheaderbox = new global::Gtk.EventBox ();
                        this.newheaderbox.Name = "newheaderbox";
-                       this.newheaderbox.Spacing = 6;
-                       // Container child newheaderbox.Gtk.Box+BoxChild
+                       // Container child newheaderbox.Gtk.Container+ContainerChild
+                       this.headerhbox = new global::Gtk.HBox ();
+                       this.headerhbox.Name = "headerhbox";
+                       this.headerhbox.Spacing = 6;
+                       // Container child headerhbox.Gtk.Box+BoxChild
                        this.logoimage = new global::Gtk.Image ();
                        this.logoimage.Name = "logoimage";
-                       this.newheaderbox.Add (this.logoimage);
-                       global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.newheaderbox 
[this.logoimage]));
+                       this.headerhbox.Add (this.logoimage);
+                       global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.headerhbox 
[this.logoimage]));
                        w1.Position = 0;
                        w1.Expand = false;
                        w1.Fill = false;
-                       // Container child newheaderbox.Gtk.Box+BoxChild
+                       // Container child headerhbox.Gtk.Box+BoxChild
                        this.titlelabel = new global::Gtk.Label ();
                        this.titlelabel.Name = "titlelabel";
                        this.titlelabel.Xalign = 0F;
                        this.titlelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>PROJECT 
PROPERTIES</b>");
                        this.titlelabel.UseMarkup = true;
                        this.titlelabel.Justify = ((global::Gtk.Justification)(2));
-                       this.newheaderbox.Add (this.titlelabel);
-                       global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.newheaderbox 
[this.titlelabel]));
+                       this.headerhbox.Add (this.titlelabel);
+                       global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.headerhbox 
[this.titlelabel]));
                        w2.Position = 1;
                        w2.Expand = false;
-                       // Container child newheaderbox.Gtk.Box+BoxChild
+                       // Container child headerhbox.Gtk.Box+BoxChild
                        this.createbutton = new global::Gtk.Button ();
                        this.createbutton.CanFocus = true;
                        this.createbutton.Name = "createbutton";
@@ -126,13 +130,13 @@ namespace LongoMatch.Gui.Panel
                        w4.Add (w7);
                        w3.Add (w4);
                        this.createbutton.Add (w3);
-                       this.newheaderbox.Add (this.createbutton);
-                       global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.newheaderbox 
[this.createbutton]));
+                       this.headerhbox.Add (this.createbutton);
+                       global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.headerhbox 
[this.createbutton]));
                        w11.PackType = ((global::Gtk.PackType)(1));
                        w11.Position = 2;
                        w11.Expand = false;
                        w11.Fill = false;
-                       // Container child newheaderbox.Gtk.Box+BoxChild
+                       // Container child headerhbox.Gtk.Box+BoxChild
                        this.nextroundedbutton = new global::Gtk.Button ();
                        this.nextroundedbutton.CanFocus = true;
                        this.nextroundedbutton.Name = "nextroundedbutton";
@@ -151,12 +155,12 @@ namespace LongoMatch.Gui.Panel
                        w13.Add (w16);
                        w12.Add (w13);
                        this.nextroundedbutton.Add (w12);
-                       this.newheaderbox.Add (this.nextroundedbutton);
-                       global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.newheaderbox 
[this.nextroundedbutton]));
+                       this.headerhbox.Add (this.nextroundedbutton);
+                       global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.headerhbox 
[this.nextroundedbutton]));
                        w20.PackType = ((global::Gtk.PackType)(1));
                        w20.Position = 3;
                        w20.Expand = false;
-                       // Container child newheaderbox.Gtk.Box+BoxChild
+                       // Container child headerhbox.Gtk.Box+BoxChild
                        this.backrectbutton = new global::Gtk.Button ();
                        this.backrectbutton.CanFocus = true;
                        this.backrectbutton.Name = "backrectbutton";
@@ -175,22 +179,23 @@ namespace LongoMatch.Gui.Panel
                        w22.Add (w25);
                        w21.Add (w22);
                        this.backrectbutton.Add (w21);
-                       this.newheaderbox.Add (this.backrectbutton);
-                       global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.newheaderbox 
[this.backrectbutton]));
+                       this.headerhbox.Add (this.backrectbutton);
+                       global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.headerhbox 
[this.backrectbutton]));
                        w29.PackType = ((global::Gtk.PackType)(1));
                        w29.Position = 4;
                        w29.Expand = false;
                        w29.Fill = false;
+                       this.newheaderbox.Add (this.headerhbox);
                        this.vbox3.Add (this.newheaderbox);
-                       global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox3 
[this.newheaderbox]));
-                       w30.Position = 0;
-                       w30.Expand = false;
-                       w30.Fill = false;
+                       global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox3 
[this.newheaderbox]));
+                       w31.Position = 0;
+                       w31.Expand = false;
+                       w31.Fill = false;
                        // Container child vbox3.Gtk.Box+BoxChild
                        this.notebook1 = new global::Gtk.Notebook ();
                        this.notebook1.CanFocus = true;
                        this.notebook1.Name = "notebook1";
-                       this.notebook1.CurrentPage = 1;
+                       this.notebook1.CurrentPage = 0;
                        this.notebook1.ShowBorder = false;
                        this.notebook1.Scrollable = true;
                        // Container child notebook1.Gtk.Notebook+NotebookChild
@@ -201,10 +206,10 @@ namespace LongoMatch.Gui.Panel
                        this.hseparator1 = new global::Gtk.HSeparator ();
                        this.hseparator1.Name = "hseparator1";
                        this.vbox4.Add (this.hseparator1);
-                       global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox4 
[this.hseparator1]));
-                       w31.Position = 0;
-                       w31.Expand = false;
-                       w31.Fill = false;
+                       global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox4 
[this.hseparator1]));
+                       w32.Position = 0;
+                       w32.Expand = false;
+                       w32.Fill = false;
                        // Container child vbox4.Gtk.Box+BoxChild
                        this.hbox20 = new global::Gtk.HBox ();
                        this.hbox20.Name = "hbox20";
@@ -218,18 +223,18 @@ namespace LongoMatch.Gui.Panel
                        this.fromfileradiobutton.FocusOnClick = false;
                        this.fromfileradiobutton.Group = new global::GLib.SList (global::System.IntPtr.Zero);
                        this.hbox20.Add (this.fromfileradiobutton);
-                       global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox20 
[this.fromfileradiobutton]));
-                       w32.Position = 0;
+                       global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox20 
[this.fromfileradiobutton]));
+                       w33.Position = 0;
                        // Container child hbox20.Gtk.Box+BoxChild
                        this.image61 = new global::Gtk.Image ();
                        this.image61.Name = "image61";
                        this.image61.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("video.png");
                        this.hbox20.Add (this.image61);
-                       global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox20 
[this.image61]));
-                       w33.Position = 1;
-                       this.vbox4.Add (this.hbox20);
-                       global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox20]));
+                       global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox20 
[this.image61]));
                        w34.Position = 1;
+                       this.vbox4.Add (this.hbox20);
+                       global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox20]));
+                       w35.Position = 1;
                        // Container child vbox4.Gtk.Box+BoxChild
                        this.hbox2 = new global::Gtk.HBox ();
                        this.hbox2.Name = "hbox2";
@@ -242,18 +247,18 @@ namespace LongoMatch.Gui.Panel
                        this.liveradiobutton.UseUnderline = true;
                        this.liveradiobutton.Group = this.fromfileradiobutton.Group;
                        this.hbox2.Add (this.liveradiobutton);
-                       global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox2 
[this.liveradiobutton]));
-                       w35.Position = 0;
+                       global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 
[this.liveradiobutton]));
+                       w36.Position = 0;
                        // Container child hbox2.Gtk.Box+BoxChild
                        this.image63 = new global::Gtk.Image ();
                        this.image63.Name = "image63";
                        this.image63.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("camera-video.png");
                        this.hbox2.Add (this.image63);
-                       global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 
[this.image63]));
-                       w36.Position = 1;
+                       global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox2 
[this.image63]));
+                       w37.Position = 1;
                        this.vbox4.Add (this.hbox2);
-                       global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
-                       w37.Position = 2;
+                       global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
+                       w38.Position = 2;
                        // Container child vbox4.Gtk.Box+BoxChild
                        this.hbox4 = new global::Gtk.HBox ();
                        this.hbox4.Name = "hbox4";
@@ -266,18 +271,18 @@ namespace LongoMatch.Gui.Panel
                        this.fakeliveradiobutton.UseUnderline = true;
                        this.fakeliveradiobutton.Group = this.fromfileradiobutton.Group;
                        this.hbox4.Add (this.fakeliveradiobutton);
-                       global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox4 
[this.fakeliveradiobutton]));
-                       w38.Position = 0;
+                       global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox4 
[this.fakeliveradiobutton]));
+                       w39.Position = 0;
                        // Container child hbox4.Gtk.Box+BoxChild
                        this.image62 = new global::Gtk.Image ();
                        this.image62.Name = "image62";
                        this.image62.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("camera-video.png");
                        this.hbox4.Add (this.image62);
-                       global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox4 
[this.image62]));
-                       w39.Position = 1;
+                       global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox4 
[this.image62]));
+                       w40.Position = 1;
                        this.vbox4.Add (this.hbox4);
-                       global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4]));
-                       w40.Position = 3;
+                       global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox4]));
+                       w41.Position = 3;
                        // Container child vbox4.Gtk.Box+BoxChild
                        this.ipcamerabox = new global::Gtk.HBox ();
                        this.ipcamerabox.Name = "ipcamerabox";
@@ -290,18 +295,18 @@ namespace LongoMatch.Gui.Panel
                        this.uriliveradiobutton.UseUnderline = true;
                        this.uriliveradiobutton.Group = this.fromfileradiobutton.Group;
                        this.ipcamerabox.Add (this.uriliveradiobutton);
-                       global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.ipcamerabox 
[this.uriliveradiobutton]));
-                       w41.Position = 0;
+                       global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.ipcamerabox 
[this.uriliveradiobutton]));
+                       w42.Position = 0;
                        // Container child ipcamerabox.Gtk.Box+BoxChild
                        this.image64 = new global::Gtk.Image ();
                        this.image64.Name = "image64";
                        this.image64.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("camera-video.png");
                        this.ipcamerabox.Add (this.image64);
-                       global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.ipcamerabox 
[this.image64]));
-                       w42.Position = 1;
+                       global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.ipcamerabox 
[this.image64]));
+                       w43.Position = 1;
                        this.vbox4.Add (this.ipcamerabox);
-                       global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox4 
[this.ipcamerabox]));
-                       w43.Position = 4;
+                       global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox4 
[this.ipcamerabox]));
+                       w44.Position = 4;
                        this.notebook1.Add (this.vbox4);
                        // Notebook tab
                        this.label1 = new global::Gtk.Label ();
@@ -332,48 +337,48 @@ namespace LongoMatch.Gui.Panel
                        this.competitionentry.IsEditable = true;
                        this.competitionentry.InvisibleChar = '●';
                        this.lefttable.Add (this.competitionentry);
-                       global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.competitionentry]));
-                       w45.TopAttach = ((uint)(1));
-                       w45.BottomAttach = ((uint)(2));
-                       w45.LeftAttach = ((uint)(1));
-                       w45.RightAttach = ((uint)(2));
-                       w45.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w45.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.competitionentry]));
+                       w46.TopAttach = ((uint)(1));
+                       w46.BottomAttach = ((uint)(2));
+                       w46.LeftAttach = ((uint)(1));
+                       w46.RightAttach = ((uint)(2));
+                       w46.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w46.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child lefttable.Gtk.Table+TableChild
                        this.Competitionlabel = new global::Gtk.Label ();
                        this.Competitionlabel.Name = "Competitionlabel";
                        this.Competitionlabel.Xalign = 1F;
                        this.Competitionlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Competition");
                        this.lefttable.Add (this.Competitionlabel);
-                       global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.Competitionlabel]));
-                       w46.TopAttach = ((uint)(1));
-                       w46.BottomAttach = ((uint)(2));
-                       w46.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w46.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.Competitionlabel]));
+                       w47.TopAttach = ((uint)(1));
+                       w47.BottomAttach = ((uint)(2));
+                       w47.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w47.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child lefttable.Gtk.Table+TableChild
                        this.datelabel2 = new global::Gtk.Label ();
                        this.datelabel2.Name = "datelabel2";
                        this.datelabel2.Xalign = 1F;
                        this.datelabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("Date");
                        this.lefttable.Add (this.datelabel2);
-                       global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.datelabel2]));
-                       w47.TopAttach = ((uint)(2));
-                       w47.BottomAttach = ((uint)(3));
-                       w47.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w47.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.datelabel2]));
+                       w48.TopAttach = ((uint)(2));
+                       w48.BottomAttach = ((uint)(3));
+                       w48.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w48.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child lefttable.Gtk.Table+TableChild
                        this.datepicker1 = new global::LongoMatch.Gui.Component.DatePicker ();
                        this.datepicker1.Events = ((global::Gdk.EventMask)(256));
                        this.datepicker1.Name = "datepicker1";
                        this.datepicker1.Date = new global::System.DateTime (0);
                        this.lefttable.Add (this.datepicker1);
-                       global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.datepicker1]));
-                       w48.TopAttach = ((uint)(2));
-                       w48.BottomAttach = ((uint)(3));
-                       w48.LeftAttach = ((uint)(1));
-                       w48.RightAttach = ((uint)(2));
-                       w48.XOptions = ((global::Gtk.AttachOptions)(0));
-                       w48.YOptions = ((global::Gtk.AttachOptions)(0));
+                       global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.datepicker1]));
+                       w49.TopAttach = ((uint)(2));
+                       w49.BottomAttach = ((uint)(3));
+                       w49.LeftAttach = ((uint)(1));
+                       w49.RightAttach = ((uint)(2));
+                       w49.XOptions = ((global::Gtk.AttachOptions)(0));
+                       w49.YOptions = ((global::Gtk.AttachOptions)(0));
                        // Container child lefttable.Gtk.Table+TableChild
                        this.seasonentry = new global::Gtk.Entry ();
                        this.seasonentry.CanFocus = true;
@@ -381,24 +386,24 @@ namespace LongoMatch.Gui.Panel
                        this.seasonentry.IsEditable = true;
                        this.seasonentry.InvisibleChar = '●';
                        this.lefttable.Add (this.seasonentry);
-                       global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.seasonentry]));
-                       w49.LeftAttach = ((uint)(1));
-                       w49.RightAttach = ((uint)(2));
-                       w49.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w49.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.seasonentry]));
+                       w50.LeftAttach = ((uint)(1));
+                       w50.RightAttach = ((uint)(2));
+                       w50.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w50.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child lefttable.Gtk.Table+TableChild
                        this.seasonlabel = new global::Gtk.Label ();
                        this.seasonlabel.Name = "seasonlabel";
                        this.seasonlabel.Xalign = 1F;
                        this.seasonlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Season");
                        this.lefttable.Add (this.seasonlabel);
-                       global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.seasonlabel]));
-                       w50.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.lefttable 
[this.seasonlabel]));
+                       w51.YOptions = ((global::Gtk.AttachOptions)(4));
                        this.topbox.Add (this.lefttable);
-                       global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.topbox 
[this.lefttable]));
-                       w51.Position = 0;
-                       w51.Expand = false;
-                       w51.Fill = false;
+                       global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.topbox 
[this.lefttable]));
+                       w52.Position = 0;
+                       w52.Expand = false;
+                       w52.Fill = false;
                        // Container child topbox.Gtk.Box+BoxChild
                        this.centerbox = new global::Gtk.VBox ();
                        this.centerbox.WidthRequest = 500;
@@ -413,38 +418,38 @@ namespace LongoMatch.Gui.Panel
                        this.hometeamscombobox.Events = ((global::Gdk.EventMask)(256));
                        this.hometeamscombobox.Name = "hometeamscombobox";
                        this.hbox15.Add (this.hometeamscombobox);
-                       global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox15 
[this.hometeamscombobox]));
-                       w52.Position = 0;
+                       global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox15 
[this.hometeamscombobox]));
+                       w53.Position = 0;
                        // Container child hbox15.Gtk.Box+BoxChild
                        this.vsimage = new global::Gtk.Image ();
                        this.vsimage.Name = "vsimage";
                        this.vsimage.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-vs", 
global::Gtk.IconSize.Dialog);
                        this.hbox15.Add (this.vsimage);
-                       global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox15 
[this.vsimage]));
-                       w53.Position = 1;
-                       w53.Expand = false;
-                       w53.Fill = false;
+                       global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox15 
[this.vsimage]));
+                       w54.Position = 1;
+                       w54.Expand = false;
+                       w54.Fill = false;
                        // Container child hbox15.Gtk.Box+BoxChild
                        this.awayteamscombobox = new global::LongoMatch.Gui.Component.TeamsComboBox ();
                        this.awayteamscombobox.Name = "awayteamscombobox";
                        this.hbox15.Add (this.awayteamscombobox);
-                       global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox15 
[this.awayteamscombobox]));
-                       w54.Position = 2;
+                       global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox15 
[this.awayteamscombobox]));
+                       w55.Position = 2;
                        this.centerbox.Add (this.hbox15);
-                       global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.hbox15]));
-                       w55.Position = 0;
-                       w55.Expand = false;
-                       w55.Fill = false;
+                       global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.hbox15]));
+                       w56.Position = 0;
+                       w56.Expand = false;
+                       w56.Fill = false;
                        // Container child centerbox.Gtk.Box+BoxChild
                        this.filelabel = new global::Gtk.Label ();
                        this.filelabel.Name = "filelabel";
                        this.filelabel.Xalign = 0F;
                        this.filelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Video files");
                        this.centerbox.Add (this.filelabel);
-                       global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.filelabel]));
-                       w56.Position = 1;
-                       w56.Expand = false;
-                       w56.Fill = false;
+                       global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.filelabel]));
+                       w57.Position = 1;
+                       w57.Expand = false;
+                       w57.Fill = false;
                        // Container child centerbox.Gtk.Box+BoxChild
                        this.filetable = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
                        this.filetable.Name = "filetable";
@@ -455,20 +460,20 @@ namespace LongoMatch.Gui.Panel
                        this.mediafilechooser1.Events = ((global::Gdk.EventMask)(256));
                        this.mediafilechooser1.Name = "mediafilechooser1";
                        this.filetable.Add (this.mediafilechooser1);
-                       global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.filetable 
[this.mediafilechooser1]));
-                       w57.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.filetable 
[this.mediafilechooser1]));
+                       w58.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child filetable.Gtk.Table+TableChild
                        this.mediafilechooser2 = new global::LongoMatch.Gui.Component.MediaFileChooser ();
                        this.mediafilechooser2.Events = ((global::Gdk.EventMask)(256));
                        this.mediafilechooser2.Name = "mediafilechooser2";
                        this.filetable.Add (this.mediafilechooser2);
-                       global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.filetable 
[this.mediafilechooser2]));
-                       w58.LeftAttach = ((uint)(1));
-                       w58.RightAttach = ((uint)(2));
-                       w58.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.filetable 
[this.mediafilechooser2]));
+                       w59.LeftAttach = ((uint)(1));
+                       w59.RightAttach = ((uint)(2));
+                       w59.YOptions = ((global::Gtk.AttachOptions)(4));
                        this.centerbox.Add (this.filetable);
-                       global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.filetable]));
-                       w59.Position = 2;
+                       global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.filetable]));
+                       w60.Position = 2;
                        // Container child centerbox.Gtk.Box+BoxChild
                        this.outputfiletable = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
                        this.outputfiletable.Name = "outputfiletable";
@@ -486,49 +491,49 @@ namespace LongoMatch.Gui.Panel
                        this.outfileEntry.HasFrame = false;
                        this.outfileEntry.InvisibleChar = '●';
                        this.outputfilehbox1.Add (this.outfileEntry);
-                       global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.outputfilehbox1 
[this.outfileEntry]));
-                       w60.Position = 0;
+                       global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.outputfilehbox1 
[this.outfileEntry]));
+                       w61.Position = 0;
                        // Container child outputfilehbox1.Gtk.Box+BoxChild
                        this.savebutton = new global::Gtk.Button ();
                        this.savebutton.CanFocus = true;
                        this.savebutton.Name = "savebutton";
                        this.savebutton.UseUnderline = true;
                        // Container child savebutton.Gtk.Container+ContainerChild
-                       global::Gtk.Alignment w61 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
+                       global::Gtk.Alignment w62 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
                        // Container child GtkAlignment.Gtk.Container+ContainerChild
-                       global::Gtk.HBox w62 = new global::Gtk.HBox ();
-                       w62.Spacing = 2;
+                       global::Gtk.HBox w63 = new global::Gtk.HBox ();
+                       w63.Spacing = 2;
                        // Container child GtkHBox.Gtk.Container+ContainerChild
-                       global::Gtk.Image w63 = new global::Gtk.Image ();
-                       w63.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save-as", 
global::Gtk.IconSize.Menu);
-                       w62.Add (w63);
+                       global::Gtk.Image w64 = new global::Gtk.Image ();
+                       w64.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save-as", 
global::Gtk.IconSize.Menu);
+                       w63.Add (w64);
                        // Container child GtkHBox.Gtk.Container+ContainerChild
-                       global::Gtk.Label w65 = new global::Gtk.Label ();
-                       w62.Add (w65);
-                       w61.Add (w62);
-                       this.savebutton.Add (w61);
+                       global::Gtk.Label w66 = new global::Gtk.Label ();
+                       w63.Add (w66);
+                       w62.Add (w63);
+                       this.savebutton.Add (w62);
                        this.outputfilehbox1.Add (this.savebutton);
-                       global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.outputfilehbox1 
[this.savebutton]));
-                       w69.Position = 1;
-                       w69.Expand = false;
+                       global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.outputfilehbox1 
[this.savebutton]));
+                       w70.Position = 1;
+                       w70.Expand = false;
                        this.outputfiletable.Add (this.outputfilehbox1);
-                       global::Gtk.Table.TableChild w70 = 
((global::Gtk.Table.TableChild)(this.outputfiletable [this.outputfilehbox1]));
-                       w70.LeftAttach = ((uint)(1));
-                       w70.RightAttach = ((uint)(2));
-                       w70.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w71 = 
((global::Gtk.Table.TableChild)(this.outputfiletable [this.outputfilehbox1]));
+                       w71.LeftAttach = ((uint)(1));
+                       w71.RightAttach = ((uint)(2));
+                       w71.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child outputfiletable.Gtk.Table+TableChild
                        this.outputfilelabel = new global::Gtk.Label ();
                        this.outputfilelabel.Name = "outputfilelabel";
                        this.outputfilelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Output file:");
                        this.outputfiletable.Add (this.outputfilelabel);
-                       global::Gtk.Table.TableChild w71 = 
((global::Gtk.Table.TableChild)(this.outputfiletable [this.outputfilelabel]));
-                       w71.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w71.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w72 = 
((global::Gtk.Table.TableChild)(this.outputfiletable [this.outputfilelabel]));
+                       w72.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w72.YOptions = ((global::Gtk.AttachOptions)(4));
                        this.centerbox.Add (this.outputfiletable);
-                       global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.outputfiletable]));
-                       w72.Position = 3;
-                       w72.Expand = false;
-                       w72.Fill = false;
+                       global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.outputfiletable]));
+                       w73.Position = 3;
+                       w73.Expand = false;
+                       w73.Fill = false;
                        // Container child centerbox.Gtk.Box+BoxChild
                        this.capturetable = new global::Gtk.Table (((uint)(2)), ((uint)(4)), true);
                        this.capturetable.Name = "capturetable";
@@ -538,11 +543,11 @@ namespace LongoMatch.Gui.Panel
                        this.encodingcombobox = global::Gtk.ComboBox.NewText ();
                        this.encodingcombobox.Name = "encodingcombobox";
                        this.capturetable.Add (this.encodingcombobox);
-                       global::Gtk.Table.TableChild w73 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.encodingcombobox]));
-                       w73.LeftAttach = ((uint)(3));
-                       w73.RightAttach = ((uint)(4));
-                       w73.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w73.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.encodingcombobox]));
+                       w74.LeftAttach = ((uint)(3));
+                       w74.RightAttach = ((uint)(4));
+                       w74.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w74.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child capturetable.Gtk.Table+TableChild
                        this.hbox6 = new global::Gtk.HBox ();
                        this.hbox6.Name = "hbox6";
@@ -552,19 +557,19 @@ namespace LongoMatch.Gui.Panel
                        this.device.Name = "device";
                        this.device.LabelProp = global::Mono.Unix.Catalog.GetString ("Device:");
                        this.hbox6.Add (this.device);
-                       global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.device]));
-                       w74.Position = 0;
+                       global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.device]));
+                       w75.Position = 0;
                        // Container child hbox6.Gtk.Box+BoxChild
                        this.urilabel = new global::Gtk.Label ();
                        this.urilabel.Name = "urilabel";
                        this.urilabel.LabelProp = global::Mono.Unix.Catalog.GetString ("URL:");
                        this.hbox6.Add (this.urilabel);
-                       global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox6 
[this.urilabel]));
-                       w75.Position = 1;
+                       global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox6 
[this.urilabel]));
+                       w76.Position = 1;
                        this.capturetable.Add (this.hbox6);
-                       global::Gtk.Table.TableChild w76 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.hbox6]));
-                       w76.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w76.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w77 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.hbox6]));
+                       w77.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w77.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child capturetable.Gtk.Table+TableChild
                        this.hbox7 = new global::Gtk.HBox ();
                        this.hbox7.Name = "hbox7";
@@ -573,8 +578,8 @@ namespace LongoMatch.Gui.Panel
                        this.devicecombobox = global::Gtk.ComboBox.NewText ();
                        this.devicecombobox.Name = "devicecombobox";
                        this.hbox7.Add (this.devicecombobox);
-                       global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox7 
[this.devicecombobox]));
-                       w77.Position = 0;
+                       global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox7 
[this.devicecombobox]));
+                       w78.Position = 0;
                        // Container child hbox7.Gtk.Box+BoxChild
                        this.urientry = new global::Gtk.Entry ();
                        this.urientry.CanFocus = true;
@@ -582,76 +587,76 @@ namespace LongoMatch.Gui.Panel
                        this.urientry.IsEditable = true;
                        this.urientry.InvisibleChar = '•';
                        this.hbox7.Add (this.urientry);
-                       global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox7 
[this.urientry]));
-                       w78.Position = 1;
+                       global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.hbox7 
[this.urientry]));
+                       w79.Position = 1;
                        this.capturetable.Add (this.hbox7);
-                       global::Gtk.Table.TableChild w79 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.hbox7]));
-                       w79.LeftAttach = ((uint)(1));
-                       w79.RightAttach = ((uint)(2));
-                       w79.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w79.YOptions = ((global::Gtk.AttachOptions)(4));
-                       // Container child capturetable.Gtk.Table+TableChild
-                       this.imagecombobox = global::Gtk.ComboBox.NewText ();
-                       this.imagecombobox.Name = "imagecombobox";
-                       this.capturetable.Add (this.imagecombobox);
-                       global::Gtk.Table.TableChild w80 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.imagecombobox]));
-                       w80.TopAttach = ((uint)(1));
-                       w80.BottomAttach = ((uint)(2));
+                       global::Gtk.Table.TableChild w80 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.hbox7]));
                        w80.LeftAttach = ((uint)(1));
                        w80.RightAttach = ((uint)(2));
                        w80.XOptions = ((global::Gtk.AttachOptions)(4));
                        w80.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child capturetable.Gtk.Table+TableChild
-                       this.qualitycombobox = global::Gtk.ComboBox.NewText ();
-                       this.qualitycombobox.Name = "qualitycombobox";
-                       this.capturetable.Add (this.qualitycombobox);
-                       global::Gtk.Table.TableChild w81 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.qualitycombobox]));
+                       this.imagecombobox = global::Gtk.ComboBox.NewText ();
+                       this.imagecombobox.Name = "imagecombobox";
+                       this.capturetable.Add (this.imagecombobox);
+                       global::Gtk.Table.TableChild w81 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.imagecombobox]));
                        w81.TopAttach = ((uint)(1));
                        w81.BottomAttach = ((uint)(2));
-                       w81.LeftAttach = ((uint)(3));
-                       w81.RightAttach = ((uint)(4));
+                       w81.LeftAttach = ((uint)(1));
+                       w81.RightAttach = ((uint)(2));
                        w81.XOptions = ((global::Gtk.AttachOptions)(4));
                        w81.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child capturetable.Gtk.Table+TableChild
-                       this.qualitylabel = new global::Gtk.Label ();
-                       this.qualitylabel.Name = "qualitylabel";
-                       this.qualitylabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Quality:");
-                       this.capturetable.Add (this.qualitylabel);
-                       global::Gtk.Table.TableChild w82 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.qualitylabel]));
+                       this.qualitycombobox = global::Gtk.ComboBox.NewText ();
+                       this.qualitycombobox.Name = "qualitycombobox";
+                       this.capturetable.Add (this.qualitycombobox);
+                       global::Gtk.Table.TableChild w82 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.qualitycombobox]));
                        w82.TopAttach = ((uint)(1));
                        w82.BottomAttach = ((uint)(2));
-                       w82.LeftAttach = ((uint)(2));
-                       w82.RightAttach = ((uint)(3));
+                       w82.LeftAttach = ((uint)(3));
+                       w82.RightAttach = ((uint)(4));
                        w82.XOptions = ((global::Gtk.AttachOptions)(4));
                        w82.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child capturetable.Gtk.Table+TableChild
+                       this.qualitylabel = new global::Gtk.Label ();
+                       this.qualitylabel.Name = "qualitylabel";
+                       this.qualitylabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Quality:");
+                       this.capturetable.Add (this.qualitylabel);
+                       global::Gtk.Table.TableChild w83 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.qualitylabel]));
+                       w83.TopAttach = ((uint)(1));
+                       w83.BottomAttach = ((uint)(2));
+                       w83.LeftAttach = ((uint)(2));
+                       w83.RightAttach = ((uint)(3));
+                       w83.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w83.YOptions = ((global::Gtk.AttachOptions)(4));
+                       // Container child capturetable.Gtk.Table+TableChild
                        this.sizelabel = new global::Gtk.Label ();
                        this.sizelabel.Name = "sizelabel";
                        this.sizelabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Image format:");
                        this.capturetable.Add (this.sizelabel);
-                       global::Gtk.Table.TableChild w83 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.sizelabel]));
-                       w83.TopAttach = ((uint)(1));
-                       w83.BottomAttach = ((uint)(2));
-                       w83.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w84 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.sizelabel]));
+                       w84.TopAttach = ((uint)(1));
+                       w84.BottomAttach = ((uint)(2));
+                       w84.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child capturetable.Gtk.Table+TableChild
                        this.videoformatlabel = new global::Gtk.Label ();
                        this.videoformatlabel.Name = "videoformatlabel";
                        this.videoformatlabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Encoding 
format:");
                        this.capturetable.Add (this.videoformatlabel);
-                       global::Gtk.Table.TableChild w84 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.videoformatlabel]));
-                       w84.LeftAttach = ((uint)(2));
-                       w84.RightAttach = ((uint)(3));
-                       w84.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w84.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w85 = ((global::Gtk.Table.TableChild)(this.capturetable 
[this.videoformatlabel]));
+                       w85.LeftAttach = ((uint)(2));
+                       w85.RightAttach = ((uint)(3));
+                       w85.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w85.YOptions = ((global::Gtk.AttachOptions)(4));
                        this.centerbox.Add (this.capturetable);
-                       global::Gtk.Box.BoxChild w85 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.capturetable]));
-                       w85.Position = 4;
-                       w85.Expand = false;
-                       w85.Fill = false;
-                       this.topbox.Add (this.centerbox);
-                       global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.topbox 
[this.centerbox]));
-                       w86.Position = 1;
+                       global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.centerbox 
[this.capturetable]));
+                       w86.Position = 4;
+                       w86.Expand = false;
                        w86.Fill = false;
+                       this.topbox.Add (this.centerbox);
+                       global::Gtk.Box.BoxChild w87 = ((global::Gtk.Box.BoxChild)(this.topbox 
[this.centerbox]));
+                       w87.Position = 1;
+                       w87.Fill = false;
                        // Container child topbox.Gtk.Box+BoxChild
                        this.righttable = new global::Gtk.Table (((uint)(3)), ((uint)(2)), true);
                        this.righttable.Name = "righttable";
@@ -662,29 +667,29 @@ namespace LongoMatch.Gui.Panel
                        this.analysislabel.Name = "analysislabel";
                        this.analysislabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Analisys 
Template:");
                        this.righttable.Add (this.analysislabel);
-                       global::Gtk.Table.TableChild w87 = ((global::Gtk.Table.TableChild)(this.righttable 
[this.analysislabel]));
-                       w87.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w87.YOptions = ((global::Gtk.AttachOptions)(4));
+                       global::Gtk.Table.TableChild w88 = ((global::Gtk.Table.TableChild)(this.righttable 
[this.analysislabel]));
+                       w88.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w88.YOptions = ((global::Gtk.AttachOptions)(4));
                        // Container child righttable.Gtk.Table+TableChild
                        this.tagscombobox = global::Gtk.ComboBox.NewText ();
                        this.tagscombobox.Name = "tagscombobox";
                        this.righttable.Add (this.tagscombobox);
-                       global::Gtk.Table.TableChild w88 = ((global::Gtk.Table.TableChild)(this.righttable 
[this.tagscombobox]));
-                       w88.LeftAttach = ((uint)(1));
-                       w88.RightAttach = ((uint)(2));
-                       w88.XOptions = ((global::Gtk.AttachOptions)(4));
-                       w88.YOptions = ((global::Gtk.AttachOptions)(0));
+                       global::Gtk.Table.TableChild w89 = ((global::Gtk.Table.TableChild)(this.righttable 
[this.tagscombobox]));
+                       w89.LeftAttach = ((uint)(1));
+                       w89.RightAttach = ((uint)(2));
+                       w89.XOptions = ((global::Gtk.AttachOptions)(4));
+                       w89.YOptions = ((global::Gtk.AttachOptions)(0));
                        this.topbox.Add (this.righttable);
-                       global::Gtk.Box.BoxChild w89 = ((global::Gtk.Box.BoxChild)(this.topbox 
[this.righttable]));
-                       w89.Position = 2;
-                       w89.Expand = false;
-                       w89.Fill = false;
+                       global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.topbox 
[this.righttable]));
+                       w90.Position = 2;
+                       w90.Expand = false;
+                       w90.Fill = false;
                        this.alignment1.Add (this.topbox);
                        this.vbox5.Add (this.alignment1);
-                       global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vbox5 
[this.alignment1]));
-                       w91.Position = 0;
-                       w91.Expand = false;
-                       w91.Fill = false;
+                       global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox5 
[this.alignment1]));
+                       w92.Position = 0;
+                       w92.Expand = false;
+                       w92.Fill = false;
                        // Container child vbox5.Gtk.Box+BoxChild
                        this.vbox6 = new global::Gtk.VBox ();
                        this.vbox6.Name = "vbox6";
@@ -693,16 +698,16 @@ namespace LongoMatch.Gui.Panel
                        this.drawingarea = new global::Gtk.DrawingArea ();
                        this.drawingarea.Name = "drawingarea";
                        this.vbox6.Add (this.drawingarea);
-                       global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox6 
[this.drawingarea]));
-                       w92.Position = 0;
+                       global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox6 
[this.drawingarea]));
+                       w93.Position = 0;
                        this.vbox5.Add (this.vbox6);
-                       global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox6]));
-                       w93.Position = 1;
-                       this.notebook1.Add (this.vbox5);
-                       global::Gtk.Notebook.NotebookChild w94 = 
((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox5]));
+                       global::Gtk.Box.BoxChild w94 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox6]));
                        w94.Position = 1;
-                       w94.TabFill = false;
-                       w94.MenuLabel = "";
+                       this.notebook1.Add (this.vbox5);
+                       global::Gtk.Notebook.NotebookChild w95 = 
((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox5]));
+                       w95.Position = 1;
+                       w95.TabFill = false;
+                       w95.MenuLabel = "";
                        // Notebook tab
                        this.label3 = new global::Gtk.Label ();
                        this.label3.Name = "label3";
@@ -714,8 +719,8 @@ namespace LongoMatch.Gui.Panel
                        this.projectperiods1.Events = ((global::Gdk.EventMask)(256));
                        this.projectperiods1.Name = "projectperiods1";
                        this.notebook1.Add (this.projectperiods1);
-                       global::Gtk.Notebook.NotebookChild w95 = 
((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.projectperiods1]));
-                       w95.Position = 2;
+                       global::Gtk.Notebook.NotebookChild w96 = 
((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.projectperiods1]));
+                       w96.Position = 2;
                        // Notebook tab
                        this.label7 = new global::Gtk.Label ();
                        this.label7.Name = "label7";
@@ -723,8 +728,8 @@ namespace LongoMatch.Gui.Panel
                        this.notebook1.SetTabLabel (this.projectperiods1, this.label7);
                        this.label7.ShowAll ();
                        this.vbox3.Add (this.notebook1);
-                       global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.vbox3 
[this.notebook1]));
-                       w96.Position = 1;
+                       global::Gtk.Box.BoxChild w97 = ((global::Gtk.Box.BoxChild)(this.vbox3 
[this.notebook1]));
+                       w97.Position = 1;
                        this.Add (this.vbox3);
                        if ((this.Child != null)) {
                                this.Child.ShowAll ();
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index b070535..892249d 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -6280,87 +6280,92 @@ You can continue with the current capture, cancel it or save your project.
       <widget class="Gtk.VBox" id="vbox3">
         <property name="MemberName" />
         <child>
-          <widget class="Gtk.HBox" id="newheaderbox">
+          <widget class="Gtk.EventBox" id="newheaderbox">
             <property name="MemberName" />
-            <property name="Spacing">6</property>
-            <child>
-              <widget class="Gtk.Image" id="logoimage">
-                <property name="MemberName" />
-              </widget>
-              <packing>
-                <property name="Position">0</property>
-                <property name="AutoSize">True</property>
-                <property name="Expand">False</property>
-                <property name="Fill">False</property>
-              </packing>
-            </child>
-            <child>
-              <widget class="Gtk.Label" id="titlelabel">
-                <property name="MemberName" />
-                <property name="Xalign">0</property>
-                <property name="LabelProp" translatable="yes">&lt;b&gt;PROJECT 
PROPERTIES&lt;/b&gt;</property>
-                <property name="UseMarkup">True</property>
-                <property name="Justify">Center</property>
-              </widget>
-              <packing>
-                <property name="Position">1</property>
-                <property name="AutoSize">False</property>
-                <property name="Expand">False</property>
-              </packing>
-            </child>
-            <child>
-              <widget class="Gtk.Button" id="createbutton">
-                <property name="MemberName" />
-                <property name="Visible">False</property>
-                <property name="CanFocus">True</property>
-                <property name="Type">TextAndIcon</property>
-                <property name="Icon">stock:gtk-new Dialog</property>
-                <property name="Label" translatable="yes">Create project</property>
-                <property name="UseUnderline">True</property>
-              </widget>
-              <packing>
-                <property name="PackType">End</property>
-                <property name="Position">2</property>
-                <property name="AutoSize">True</property>
-                <property name="Expand">False</property>
-                <property name="Fill">False</property>
-              </packing>
-            </child>
             <child>
-              <widget class="Gtk.Button" id="nextroundedbutton">
+              <widget class="Gtk.HBox" id="headerhbox">
                 <property name="MemberName" />
-                <property name="CanFocus">True</property>
-                <property name="Type">TextAndIcon</property>
-                <property name="Icon">stock:longomatch-apply Dialog</property>
-                <property name="Label" translatable="yes" />
-                <property name="UseUnderline">True</property>
-              </widget>
-              <packing>
-                <property name="PackType">End</property>
-                <property name="Position">3</property>
-                <property name="AutoSize">False</property>
-                <property name="Expand">False</property>
-              </packing>
-            </child>
-            <child>
-              <widget class="Gtk.Button" id="backrectbutton">
-                <property name="MemberName" />
-                <property name="WidthRequest">80</property>
-                <property name="HeightRequest">40</property>
-                <property name="CanFocus">True</property>
-                <property name="Type">TextAndIcon</property>
-                <property name="Icon">stock:longomatch-back Dialog</property>
-                <property name="Label" translatable="yes" />
-                <property name="UseUnderline">True</property>
-                <property name="BorderWidth">10</property>
+                <property name="Spacing">6</property>
+                <child>
+                  <widget class="Gtk.Image" id="logoimage">
+                    <property name="MemberName" />
+                  </widget>
+                  <packing>
+                    <property name="Position">0</property>
+                    <property name="AutoSize">True</property>
+                    <property name="Expand">False</property>
+                    <property name="Fill">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="Gtk.Label" id="titlelabel">
+                    <property name="MemberName" />
+                    <property name="Xalign">0</property>
+                    <property name="LabelProp" translatable="yes">&lt;b&gt;PROJECT 
PROPERTIES&lt;/b&gt;</property>
+                    <property name="UseMarkup">True</property>
+                    <property name="Justify">Center</property>
+                  </widget>
+                  <packing>
+                    <property name="Position">1</property>
+                    <property name="AutoSize">False</property>
+                    <property name="Expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="Gtk.Button" id="createbutton">
+                    <property name="MemberName" />
+                    <property name="Visible">False</property>
+                    <property name="CanFocus">True</property>
+                    <property name="Type">TextAndIcon</property>
+                    <property name="Icon">stock:gtk-new Dialog</property>
+                    <property name="Label" translatable="yes">Create project</property>
+                    <property name="UseUnderline">True</property>
+                  </widget>
+                  <packing>
+                    <property name="PackType">End</property>
+                    <property name="Position">2</property>
+                    <property name="AutoSize">True</property>
+                    <property name="Expand">False</property>
+                    <property name="Fill">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="Gtk.Button" id="nextroundedbutton">
+                    <property name="MemberName" />
+                    <property name="CanFocus">True</property>
+                    <property name="Type">TextAndIcon</property>
+                    <property name="Icon">stock:longomatch-apply Dialog</property>
+                    <property name="Label" translatable="yes" />
+                    <property name="UseUnderline">True</property>
+                  </widget>
+                  <packing>
+                    <property name="PackType">End</property>
+                    <property name="Position">3</property>
+                    <property name="AutoSize">False</property>
+                    <property name="Expand">False</property>
+                  </packing>
+                </child>
+                <child>
+                  <widget class="Gtk.Button" id="backrectbutton">
+                    <property name="MemberName" />
+                    <property name="WidthRequest">80</property>
+                    <property name="HeightRequest">40</property>
+                    <property name="CanFocus">True</property>
+                    <property name="Type">TextAndIcon</property>
+                    <property name="Icon">stock:longomatch-back Dialog</property>
+                    <property name="Label" translatable="yes" />
+                    <property name="UseUnderline">True</property>
+                    <property name="BorderWidth">10</property>
+                  </widget>
+                  <packing>
+                    <property name="PackType">End</property>
+                    <property name="Position">4</property>
+                    <property name="AutoSize">False</property>
+                    <property name="Expand">False</property>
+                    <property name="Fill">False</property>
+                  </packing>
+                </child>
               </widget>
-              <packing>
-                <property name="PackType">End</property>
-                <property name="Position">4</property>
-                <property name="AutoSize">False</property>
-                <property name="Expand">False</property>
-                <property name="Fill">False</property>
-              </packing>
             </child>
           </widget>
           <packing>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]