Files
@ f28757bb21cb
Branch filter:
Location: ATITD-Tools/Desert-Paint-Lab/gtk-gui/DesertPaintLab.ReactionStatusWindow.cs - annotation
f28757bb21cb
1.3 KiB
text/x-csharp
Refactor recipe / reaction computation into a common class. Add some file utilities for supporting Mac bundles. Add some scripts for building Mac app bundles. Add a help window that shows the missing reactions.
f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb f28757bb21cb |
// This file has been generated by the GUI designer. Do not modify.
namespace DesertPaintLab
{
public partial class ReactionStatusWindow
{
private global::Gtk.ScrolledWindow scroller;
private global::Gtk.VBox resultbox;
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
// Widget DesertPaintLab.ReactionStatusWindow
this.Name = "DesertPaintLab.ReactionStatusWindow";
this.Title = "Reaction Status";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
// Container child DesertPaintLab.ReactionStatusWindow.Gtk.Container+ContainerChild
this.scroller = new global::Gtk.ScrolledWindow ();
this.scroller.CanFocus = true;
this.scroller.Name = "scroller";
this.scroller.ShadowType = ((global::Gtk.ShadowType)(1));
// Container child scroller.Gtk.Container+ContainerChild
global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
w1.ShadowType = ((global::Gtk.ShadowType)(0));
// Container child GtkViewport.Gtk.Container+ContainerChild
this.resultbox = new global::Gtk.VBox ();
this.resultbox.Name = "resultbox";
this.resultbox.Spacing = 6;
w1.Add (this.resultbox);
this.scroller.Add (w1);
this.Add (this.scroller);
if ((this.Child != null)) {
this.Child.ShowAll ();
}
this.DefaultWidth = 400;
this.DefaultHeight = 300;
this.Show ();
}
}
}
|