diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-24 17:06:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-24 17:06:21 -0400 |
| commit | 0ab379e271afe69372806ab0e24a874d3f085456 (patch) | |
| tree | ac7d461d83993fdd2cc26f3afaaacffd1555cb02 /MediaBrowser.Server.Mono/gtk-gui/MainWindow.cs | |
| parent | f176307e591dc8cd4fd1dabe1ebc5e22fba26d51 (diff) | |
adding mono solution
Diffstat (limited to 'MediaBrowser.Server.Mono/gtk-gui/MainWindow.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/gtk-gui/MainWindow.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/gtk-gui/MainWindow.cs b/MediaBrowser.Server.Mono/gtk-gui/MainWindow.cs new file mode 100644 index 000000000..c481dfc8c --- /dev/null +++ b/MediaBrowser.Server.Mono/gtk-gui/MainWindow.cs @@ -0,0 +1,20 @@ + +// This file has been generated by the GUI designer. Do not modify. +public partial class MainWindow +{ + 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)); + if ((this.Child != null)) { + this.Child.ShowAll (); + } + this.DefaultWidth = 400; + this.DefaultHeight = 300; + this.Show (); + this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); + } +} |
