// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace LliureXMiniScreen { public partial class MainWindow { private Gtk.EventBox eventbox1; private Gtk.DrawingArea MiniScreen; protected virtual void Build() { Stetic.Gui.Initialize(this); // Widget LliureXMiniScreen.MainWindow this.Name = "LliureXMiniScreen.MainWindow"; this.Title = Mono.Unix.Catalog.GetString("MiniScreen"); this.Icon = Stetic.IconLoader.LoadIcon(this, "stock_zoom-shift", Gtk.IconSize.Menu, 16); this.TypeHint = ((Gdk.WindowTypeHint)(6)); this.WindowPosition = ((Gtk.WindowPosition)(1)); this.BorderWidth = ((uint)(2)); this.Resizable = false; this.AllowGrow = false; this.Gravity = ((Gdk.Gravity)(7)); // Container child LliureXMiniScreen.MainWindow.Gtk.Container+ContainerChild this.eventbox1 = new Gtk.EventBox(); this.eventbox1.Name = "eventbox1"; // Container child eventbox1.Gtk.Container+ContainerChild this.MiniScreen = new Gtk.DrawingArea(); this.MiniScreen.Name = "MiniScreen"; this.eventbox1.Add(this.MiniScreen); this.Add(this.eventbox1); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 400; this.DefaultHeight = 300; this.Show(); this.DeleteEvent += new Gtk.DeleteEventHandler(this.OnDeleteEvent); } } }