Handle ObjectModelBrowser events (jk, actually have no idea why designer added this)
This commit is contained in:
parent
1528b51821
commit
970cd02ac7
@ -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 ();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user