Handle ObjectModelBrowser events (jk, actually have no idea why designer added this)

This commit is contained in:
Michael Becker 2014-10-22 23:31:50 -04:00
parent 1528b51821
commit 970cd02ac7

View File

@ -41,7 +41,9 @@ namespace UniversalEditor.Engines.GTK.Dialogs
this.GtkAlignment3.Name = "GtkAlignment3";
this.GtkAlignment3.LeftPadding = ((uint)(12));
// Container child GtkAlignment3.Gtk.Container+ContainerChild
this.omb = null;
this.omb = new global::UniversalEditor.Engines.GTK.ObjectModelBrowser ();
this.omb.Events = ((global::Gdk.EventMask)(256));
this.omb.Name = "omb";
this.GtkAlignment3.Add (this.omb);
this.frame2.Add (this.GtkAlignment3);
this.GtkLabel3 = new global::Gtk.Label ();