1 // ------------------------------------------------------------------------------
3 // This code was generated by a tool.
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
9 // ------------------------------------------------------------------------------
11 namespace MonoDevelop
.Database
.Designer
{
14 public partial class CommentEditorWidget
{
16 private Gtk
.ScrolledWindow scrolledwindow
;
18 private Gtk
.TextView textComment
;
20 protected virtual void Build() {
21 Stetic
.Gui
.Initialize(this);
22 // Widget MonoDevelop.Database.Designer.CommentEditorWidget
23 Stetic
.BinContainer
.Attach(this);
24 this.Name
= "MonoDevelop.Database.Designer.CommentEditorWidget";
25 // Container child MonoDevelop.Database.Designer.CommentEditorWidget.Gtk.Container+ContainerChild
26 this.scrolledwindow
= new Gtk
.ScrolledWindow();
27 this.scrolledwindow
.CanFocus
= true;
28 this.scrolledwindow
.Name
= "scrolledwindow";
29 this.scrolledwindow
.ShadowType
= ((Gtk
.ShadowType
)(1));
30 // Container child scrolledwindow.Gtk.Container+ContainerChild
31 this.textComment
= new Gtk
.TextView();
32 this.textComment
.CanFocus
= true;
33 this.textComment
.Name
= "textComment";
34 this.scrolledwindow
.Add(this.textComment
);
35 this.Add(this.scrolledwindow
);
36 if ((this.Child
!= null)) {