protected virtual void Build()
 {
     Stetic.Gui.Initialize(this);
     // Widget HollyLibrary.HComboFolder
     Stetic.BinContainer.Attach(this);
     this.Name = "HollyLibrary.HComboFolder";
     // Container child HollyLibrary.HComboFolder.Gtk.Container+ContainerChild
     this.comboBox = new HollyLibrary.HBaseComboBox();
     this.comboBox.Events = ((Gdk.EventMask)(256));
     this.comboBox.Name = "comboBox";
     this.Add(this.comboBox);
     if ((this.Child != null)) {
         this.Child.ShowAll();
     }
     this.Hide();
 }
示例#2
0
 protected virtual void Build()
 {
     Stetic.Gui.Initialize(this);
     // Widget HollyLibrary.HDateEdit
     Stetic.BinContainer.Attach(this);
     this.Name = "HollyLibrary.HDateEdit";
     // Container child HollyLibrary.HDateEdit.Gtk.Container+ContainerChild
     this.comboBox        = new HollyLibrary.HBaseComboBox();
     this.comboBox.Events = ((Gdk.EventMask)(256));
     this.comboBox.Name   = "comboBox";
     this.Add(this.comboBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }