protected virtual void Build()
 {
     Stetic.Gui.Initialize(this);
     // Widget HollyLibrary.HImageCheckBox
     Stetic.BinContainer.Attach(this);
     this.Name = "HollyLibrary.HImageCheckBox";
     // Container child HollyLibrary.HImageCheckBox.Gtk.Container+ContainerChild
     this.ECheckbox        = new Gtk.EventBox();
     this.ECheckbox.Events = ((Gdk.EventMask)(86004));
     this.ECheckbox.Name   = "ECheckbox";
     // Container child ECheckbox.Gtk.Container+ContainerChild
     this.hbox1             = new Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(3));
     // Container child hbox1.Gtk.Box+BoxChild
     this.ImgCheck      = new Gtk.Image();
     this.ImgCheck.Name = "ImgCheck";
     this.hbox1.Add(this.ImgCheck);
     Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.ImgCheck]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.LblText                          = new HollyLibrary.HLabel();
     this.LblText.Name                     = "LblText";
     this.LblText.LabelProp                = "hlabel1";
     this.LblText.TextOverwritesIcon       = false;
     this.LblText.HorizontalLine           = false;
     this.LblText.TextInSelectionRectangle = false;
     this.hbox1.Add(this.LblText);
     Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.LblText]));
     w2.Position = 1;
     this.ECheckbox.Add(this.hbox1);
     this.Add(this.ECheckbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     Stetic.Gui.Initialize(this);
     // Widget HollyLibrary.HImageCheckBox
     Stetic.BinContainer.Attach(this);
     this.Name = "HollyLibrary.HImageCheckBox";
     // Container child HollyLibrary.HImageCheckBox.Gtk.Container+ContainerChild
     this.ECheckbox = new Gtk.EventBox();
     this.ECheckbox.Events = ((Gdk.EventMask)(86004));
     this.ECheckbox.Name = "ECheckbox";
     // Container child ECheckbox.Gtk.Container+ContainerChild
     this.hbox1 = new Gtk.HBox();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     this.hbox1.BorderWidth = ((uint)(3));
     // Container child hbox1.Gtk.Box+BoxChild
     this.ImgCheck = new Gtk.Image();
     this.ImgCheck.Name = "ImgCheck";
     this.hbox1.Add(this.ImgCheck);
     Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.ImgCheck]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.LblText = new HollyLibrary.HLabel();
     this.LblText.Name = "LblText";
     this.LblText.LabelProp = "hlabel1";
     this.LblText.TextOverwritesIcon = false;
     this.LblText.HorizontalLine = false;
     this.LblText.TextInSelectionRectangle = false;
     this.hbox1.Add(this.LblText);
     Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.LblText]));
     w2.Position = 1;
     this.ECheckbox.Add(this.hbox1);
     this.Add(this.ECheckbox);
     if ((this.Child != null)) {
         this.Child.ShowAll();
     }
     this.Hide();
 }