protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.PlayListWidget
     global::Stetic.BinContainer.Attach (this);
     this.WidthRequest = 100;
     this.Name = "LongoMatch.Gui.Component.PlayListWidget";
     // Container child LongoMatch.Gui.Component.PlayListWidget.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.playlisttreeview1 = new global::LongoMatch.Gui.Component.PlayListTreeView ();
     this.playlisttreeview1.CanFocus = true;
     this.playlisttreeview1.Name = "playlisttreeview1";
     this.vbox1.Add (this.playlisttreeview1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.playlisttreeview1]));
     w2.Position = 0;
     w1.Add (this.vbox1);
     this.scrolledwindow1.Add (w1);
     this.vbox2.Add (this.scrolledwindow1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
     w5.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Homogeneous = true;
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.newbutton = new global::Gtk.Button ();
     this.newbutton.TooltipMarkup = "Create a new playlist";
     this.newbutton.CanFocus = true;
     this.newbutton.Name = "newbutton";
     this.newbutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child newbutton.Gtk.Container+ContainerChild
     this.newimage = new global::Gtk.Image ();
     this.newimage.Name = "newimage";
     this.newbutton.Add (this.newimage);
     this.hbox2.Add (this.newbutton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newbutton]));
     w7.Position = 0;
     w7.Padding = ((uint)(5));
     // Container child hbox2.Gtk.Box+BoxChild
     this.newvideobutton = new global::Gtk.Button ();
     this.newvideobutton.TooltipMarkup = "Export the playlist to new video file";
     this.newvideobutton.CanFocus = true;
     this.newvideobutton.Name = "newvideobutton";
     this.newvideobutton.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child newvideobutton.Gtk.Container+ContainerChild
     this.recimage = new global::Gtk.Image ();
     this.recimage.Name = "recimage";
     this.newvideobutton.Add (this.recimage);
     this.hbox2.Add (this.newvideobutton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newvideobutton]));
     w9.Position = 1;
     w9.Padding = ((uint)(5));
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.newbutton.Clicked += new global::System.EventHandler (this.OnNewbuttonClicked);
     this.newvideobutton.Clicked += new global::System.EventHandler (this.OnNewvideobuttonClicked);
 }
Esempio n. 2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.PlayListWidget
     global::Stetic.BinContainer.Attach(this);
     this.WidthRequest = 100;
     this.Name         = "LongoMatch.Gui.Component.PlayListWidget";
     // Container child LongoMatch.Gui.Component.PlayListWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Load a playlist\nor create a \nnew one.");
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.playlisttreeview1           = new global::LongoMatch.Gui.Component.PlayListTreeView();
     this.playlisttreeview1.Sensitive = false;
     this.playlisttreeview1.CanFocus  = true;
     this.playlisttreeview1.Name      = "playlisttreeview1";
     this.vbox1.Add(this.playlisttreeview1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.playlisttreeview1]));
     w3.Position = 1;
     w1.Add(this.vbox1);
     this.scrolledwindow1.Add(w1);
     this.vbox2.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
     w6.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Homogeneous = true;
     this.hbox2.Spacing     = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.newbutton = new global::Gtk.Button();
     this.newbutton.TooltipMarkup = "Create a new playlist";
     this.newbutton.CanFocus      = true;
     this.newbutton.Name          = "newbutton";
     this.newbutton.UseUnderline  = true;
     // Container child newbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w7 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w8 = new global::Gtk.HBox();
     w8.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w9 = new global::Gtk.Image();
     w9.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-new", global::Gtk.IconSize.Button);
     w8.Add(w9);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w11 = new global::Gtk.Label();
     w8.Add(w11);
     w7.Add(w8);
     this.newbutton.Add(w7);
     this.hbox2.Add(this.newbutton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newbutton]));
     w15.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.openbutton = new global::Gtk.Button();
     this.openbutton.TooltipMarkup = "Open a playlist";
     this.openbutton.CanFocus      = true;
     this.openbutton.Name          = "openbutton";
     this.openbutton.UseUnderline  = true;
     // Container child openbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w16 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w17 = new global::Gtk.HBox();
     w17.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w18 = new global::Gtk.Image();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Button);
     w17.Add(w18);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w20 = new global::Gtk.Label();
     w17.Add(w20);
     w16.Add(w17);
     this.openbutton.Add(w16);
     this.hbox2.Add(this.openbutton);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.openbutton]));
     w24.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.savebutton = new global::Gtk.Button();
     this.savebutton.TooltipMarkup = "Save the playlist";
     this.savebutton.CanFocus      = true;
     this.savebutton.Name          = "savebutton";
     this.savebutton.UseUnderline  = true;
     // Container child savebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w25 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w26 = new global::Gtk.HBox();
     w26.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w27 = new global::Gtk.Image();
     w27.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Button);
     w26.Add(w27);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w29 = new global::Gtk.Label();
     w26.Add(w29);
     w25.Add(w26);
     this.savebutton.Add(w25);
     this.hbox2.Add(this.savebutton);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.savebutton]));
     w33.Position = 2;
     // Container child hbox2.Gtk.Box+BoxChild
     this.newvideobutton = new global::Gtk.Button();
     this.newvideobutton.TooltipMarkup = "Export the playlist to new video file";
     this.newvideobutton.CanFocus      = true;
     this.newvideobutton.Name          = "newvideobutton";
     this.newvideobutton.UseUnderline  = true;
     // Container child newvideobutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w34 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w35 = new global::Gtk.HBox();
     w35.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w36 = new global::Gtk.Image();
     w36.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-record", global::Gtk.IconSize.Button);
     w35.Add(w36);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w38 = new global::Gtk.Label();
     w35.Add(w38);
     w34.Add(w35);
     this.newvideobutton.Add(w34);
     this.hbox2.Add(this.newvideobutton);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newvideobutton]));
     w42.Position = 3;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w43.Position = 1;
     w43.Expand   = false;
     w43.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.newbutton.Clicked      += new global::System.EventHandler(this.OnNewbuttonClicked);
     this.openbutton.Clicked     += new global::System.EventHandler(this.OnOpenbuttonClicked);
     this.savebutton.Clicked     += new global::System.EventHandler(this.OnSavebuttonClicked);
     this.newvideobutton.Clicked += new global::System.EventHandler(this.OnNewvideobuttonClicked);
 }
Esempio n. 3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.PlayListWidget
     global::Stetic.BinContainer.Attach(this);
     this.WidthRequest = 100;
     this.Name         = "LongoMatch.Gui.Component.PlayListWidget";
     // Container child LongoMatch.Gui.Component.PlayListWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.playlisttreeview1          = new global::LongoMatch.Gui.Component.PlayListTreeView();
     this.playlisttreeview1.CanFocus = true;
     this.playlisttreeview1.Name     = "playlisttreeview1";
     this.vbox1.Add(this.playlisttreeview1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.playlisttreeview1]));
     w2.Position = 0;
     w1.Add(this.vbox1);
     this.scrolledwindow1.Add(w1);
     this.vbox2.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
     w5.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Homogeneous = true;
     this.hbox2.Spacing     = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.newbutton = new global::Gtk.Button();
     this.newbutton.TooltipMarkup = "Create a new playlist";
     this.newbutton.CanFocus      = true;
     this.newbutton.Name          = "newbutton";
     this.newbutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child newbutton.Gtk.Container+ContainerChild
     this.newimage      = new global::Gtk.Image();
     this.newimage.Name = "newimage";
     this.newbutton.Add(this.newimage);
     this.newbutton.Label = null;
     this.hbox2.Add(this.newbutton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newbutton]));
     w7.Position = 0;
     w7.Padding  = ((uint)(5));
     // Container child hbox2.Gtk.Box+BoxChild
     this.newvideobutton = new global::Gtk.Button();
     this.newvideobutton.TooltipMarkup = "Export the playlist to new video file";
     this.newvideobutton.CanFocus      = true;
     this.newvideobutton.Name          = "newvideobutton";
     this.newvideobutton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child newvideobutton.Gtk.Container+ContainerChild
     this.recimage      = new global::Gtk.Image();
     this.recimage.Name = "recimage";
     this.newvideobutton.Add(this.recimage);
     this.newvideobutton.Label = null;
     this.hbox2.Add(this.newvideobutton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newvideobutton]));
     w9.Position = 1;
     w9.Padding  = ((uint)(5));
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.newbutton.Clicked      += new global::System.EventHandler(this.OnNewbuttonClicked);
     this.newvideobutton.Clicked += new global::System.EventHandler(this.OnNewvideobuttonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.PlayListWidget
     global::Stetic.BinContainer.Attach (this);
     this.WidthRequest = 100;
     this.Name = "LongoMatch.Gui.Component.PlayListWidget";
     // Container child LongoMatch.Gui.Component.PlayListWidget.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Load a playlist\nor create a \nnew one.");
     this.vbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.playlisttreeview1 = new global::LongoMatch.Gui.Component.PlayListTreeView ();
     this.playlisttreeview1.Sensitive = false;
     this.playlisttreeview1.CanFocus = true;
     this.playlisttreeview1.Name = "playlisttreeview1";
     this.vbox1.Add (this.playlisttreeview1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.playlisttreeview1]));
     w3.Position = 1;
     w1.Add (this.vbox1);
     this.scrolledwindow1.Add (w1);
     this.vbox2.Add (this.scrolledwindow1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
     w6.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Homogeneous = true;
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.newbutton = new global::Gtk.Button ();
     this.newbutton.TooltipMarkup = "Create a new playlist";
     this.newbutton.CanFocus = true;
     this.newbutton.Name = "newbutton";
     this.newbutton.UseUnderline = true;
     // Container child newbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w7 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w8 = new global::Gtk.HBox ();
     w8.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w9 = new global::Gtk.Image ();
     w9.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-new", global::Gtk.IconSize.Button);
     w8.Add (w9);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w11 = new global::Gtk.Label ();
     w8.Add (w11);
     w7.Add (w8);
     this.newbutton.Add (w7);
     this.hbox2.Add (this.newbutton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newbutton]));
     w15.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.openbutton = new global::Gtk.Button ();
     this.openbutton.TooltipMarkup = "Open a playlist";
     this.openbutton.CanFocus = true;
     this.openbutton.Name = "openbutton";
     this.openbutton.UseUnderline = true;
     // Container child openbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w16 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w17 = new global::Gtk.HBox ();
     w17.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w18 = new global::Gtk.Image ();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Button);
     w17.Add (w18);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w20 = new global::Gtk.Label ();
     w17.Add (w20);
     w16.Add (w17);
     this.openbutton.Add (w16);
     this.hbox2.Add (this.openbutton);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.openbutton]));
     w24.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.savebutton = new global::Gtk.Button ();
     this.savebutton.TooltipMarkup = "Save the playlist";
     this.savebutton.CanFocus = true;
     this.savebutton.Name = "savebutton";
     this.savebutton.UseUnderline = true;
     // Container child savebutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w25 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w26 = new global::Gtk.HBox ();
     w26.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w27 = new global::Gtk.Image ();
     w27.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Button);
     w26.Add (w27);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w29 = new global::Gtk.Label ();
     w26.Add (w29);
     w25.Add (w26);
     this.savebutton.Add (w25);
     this.hbox2.Add (this.savebutton);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.savebutton]));
     w33.Position = 2;
     // Container child hbox2.Gtk.Box+BoxChild
     this.newvideobutton = new global::Gtk.Button ();
     this.newvideobutton.TooltipMarkup = "Export the playlist to new video file";
     this.newvideobutton.CanFocus = true;
     this.newvideobutton.Name = "newvideobutton";
     this.newvideobutton.UseUnderline = true;
     // Container child newvideobutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w34 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w35 = new global::Gtk.HBox ();
     w35.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w36 = new global::Gtk.Image ();
     w36.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-record", global::Gtk.IconSize.Button);
     w35.Add (w36);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w38 = new global::Gtk.Label ();
     w35.Add (w38);
     w34.Add (w35);
     this.newvideobutton.Add (w34);
     this.hbox2.Add (this.newvideobutton);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.newvideobutton]));
     w42.Position = 3;
     this.vbox2.Add (this.hbox2);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w43.Position = 1;
     w43.Expand = false;
     w43.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.newbutton.Clicked += new global::System.EventHandler (this.OnNewbuttonClicked);
     this.openbutton.Clicked += new global::System.EventHandler (this.OnOpenbuttonClicked);
     this.savebutton.Clicked += new global::System.EventHandler (this.OnSavebuttonClicked);
     this.newvideobutton.Clicked += new global::System.EventHandler (this.OnNewvideobuttonClicked);
 }