// ------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// ------------------------------------------------------------------------------
namespace ThePimp {
public partial class AboutWindow {
private Gtk.VBox vbox2;
private Gtk.HBox hbox1;
private Gtk.VBox vbox3;
private Gtk.Button buttonLink;
private Gtk.Label link;
private Gtk.Button buttonClose;
protected virtual void Build() {
Stetic.Gui.Initialize(this);
// Widget ThePimp.AboutWindow
this.Name = "ThePimp.AboutWindow";
this.Title = Mono.Unix.Catalog.GetString("About The Pimp");
this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-about", Gtk.IconSize.Menu, 16);
this.TypeHint = ((Gdk.WindowTypeHint)(1));
this.WindowPosition = ((Gtk.WindowPosition)(3));
this.Modal = true;
this.DefaultWidth = 450;
this.DefaultHeight = 300;
this.Gravity = ((Gdk.Gravity)(5));
// Container child ThePimp.AboutWindow.Gtk.Container+ContainerChild
this.vbox2 = new Gtk.VBox();
this.vbox2.Name = "vbox2";
// Container child vbox2.Gtk.Box+BoxChild
this.hbox1 = new Gtk.HBox();
this.hbox1.Name = "hbox1";
// Container child hbox1.Gtk.Box+BoxChild
this.vbox3 = new Gtk.VBox();
this.vbox3.Name = "vbox3";
this.vbox3.BorderWidth = ((uint)(10));
// Container child vbox3.Gtk.Box+BoxChild
this.buttonLink = new Gtk.Button();
this.buttonLink.CanFocus = true;
this.buttonLink.Name = "buttonLink";
this.buttonLink.FocusOnClick = false;
this.buttonLink.Relief = ((Gtk.ReliefStyle)(2));
// Container child buttonLink.Gtk.Container+ContainerChild
this.link = new Gtk.Label();
this.link.Name = "link";
this.link.LabelProp = Mono.Unix.Catalog.GetString("http://caca.zoy.org/wiki/thepimp");
this.link.UseMarkup = true;
this.link.UseUnderline = true;
this.buttonLink.Add(this.link);
this.buttonLink.Label = null;
this.vbox3.Add(this.buttonLink);
Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox3[this.buttonLink]));
w2.PackType = ((Gtk.PackType)(1));
w2.Position = 1;
w2.Expand = false;
w2.Fill = false;
this.hbox1.Add(this.vbox3);
Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
w3.Position = 0;
w3.Fill = false;
// Container child hbox1.Gtk.Box+BoxChild
this.buttonClose = new Gtk.Button();
this.buttonClose.CanDefault = true;
this.buttonClose.CanFocus = true;
this.buttonClose.Name = "buttonClose";
this.buttonClose.UseStock = true;
this.buttonClose.UseUnderline = true;
this.buttonClose.BorderWidth = ((uint)(10));
this.buttonClose.Label = "gtk-close";
this.hbox1.Add(this.buttonClose);
Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.buttonClose]));
w4.PackType = ((Gtk.PackType)(1));
w4.Position = 1;
w4.Expand = false;
this.vbox2.Add(this.hbox1);
Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
w5.PackType = ((Gtk.PackType)(1));
w5.Position = 1;
w5.Expand = false;
w5.Fill = false;
this.Add(this.vbox2);
if ((this.Child != null)) {
this.Child.ShowAll();
}
this.buttonClose.HasDefault = true;
this.Show();
this.buttonLink.Clicked += new System.EventHandler(this.OnButtonLinkClicked);
this.buttonClose.Clicked += new System.EventHandler(this.OnButtonCloseClicked);
}
}
}