* Makefile.am:
[monodevelop.git] / extras / MonoDevelop.Database / MonoDevelop.Database.Sql.MySql / gtk-gui / MonoDevelop.Database.Sql.MySql.MySqlColumnEditorWidget.cs
blob4f716b86af474c2579723c8fb7d902c2923aab2f
1 // ------------------------------------------------------------------------------
2 // <autogenerated>
3 // This code was generated by a tool.
4 //
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </autogenerated>
9 // ------------------------------------------------------------------------------
11 namespace MonoDevelop.Database.Sql.MySql {
14 public partial class MySqlColumnEditorWidget {
16 private Gtk.VBox vbox2;
18 protected virtual void Build() {
19 Stetic.Gui.Initialize(this);
20 // Widget MonoDevelop.Database.Sql.MySql.MySqlColumnEditorWidget
21 Stetic.BinContainer.Attach(this);
22 this.Name = "MonoDevelop.Database.Sql.MySql.MySqlColumnEditorWidget";
23 // Container child MonoDevelop.Database.Sql.MySql.MySqlColumnEditorWidget.Gtk.Container+ContainerChild
24 this.vbox2 = new Gtk.VBox();
25 this.vbox2.Name = "vbox2";
26 this.vbox2.Spacing = 6;
27 this.Add(this.vbox2);
28 if ((this.Child != null)) {
29 this.Child.ShowAll();
31 this.Show();