MainWindow.cs 571 B

1234567891011121314151617181920
  1. // This file has been generated by the GUI designer. Do not modify.
  2. public partial class MainWindow
  3. {
  4. protected virtual void Build ()
  5. {
  6. global::Stetic.Gui.Initialize (this);
  7. // Widget MainWindow
  8. this.Name = "MainWindow";
  9. this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
  10. this.WindowPosition = ((global::Gtk.WindowPosition)(4));
  11. if ((this.Child != null)) {
  12. this.Child.ShowAll ();
  13. }
  14. this.DefaultWidth = 400;
  15. this.DefaultHeight = 300;
  16. this.Show ();
  17. this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
  18. }
  19. }