2020-09-22 23:10:16 +01:00
|
|
|
|
|
|
|
// This file has been generated by the GUI designer. Do not modify.
|
|
|
|
|
|
|
|
public partial class MainWindow
|
|
|
|
{
|
|
|
|
private global::Gtk.Fixed fixed1;
|
|
|
|
|
|
|
|
protected virtual void Build()
|
|
|
|
{
|
|
|
|
global::Stetic.Gui.Initialize(this);
|
|
|
|
// Widget MainWindow
|
|
|
|
this.Name = "MainWindow";
|
|
|
|
this.Title = global::Mono.Unix.Catalog.GetString("MainWindow");
|
|
|
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
|
|
|
// Container child MainWindow.Gtk.Container+ContainerChild
|
|
|
|
this.fixed1 = new global::Gtk.Fixed();
|
|
|
|
this.fixed1.Name = "fixed1";
|
|
|
|
this.fixed1.HasWindow = false;
|
|
|
|
this.Add(this.fixed1);
|
|
|
|
if ((this.Child != null))
|
|
|
|
{
|
|
|
|
this.Child.ShowAll();
|
|
|
|
}
|
|
|
|
this.DefaultWidth = 204;
|
|
|
|
this.DefaultHeight = 86;
|
|
|
|
this.Show();
|
|
|
|
this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
|
2020-10-23 11:45:59 +01:00
|
|
|
this.VisibilityNotifyEvent += new global::Gtk.VisibilityNotifyEventHandler(this.OnVisibilityNotifyEvent);
|
2020-09-22 23:10:16 +01:00
|
|
|
}
|
|
|
|
}
|