00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 namespace Foodolini.Activities {
00012
00013
00014 public partial class MissingInfor {
00015
00016 private Gtk.VBox vbox1;
00017
00018 private Gtk.Label label1;
00019
00020 protected virtual void Build() {
00021 Stetic.Gui.Initialize(this);
00022
00023 Stetic.BinContainer.Attach(this);
00024 this.WidthRequest = 200;
00025 this.HeightRequest = 200;
00026 this.Name = "Foodolini.Activities.MissingInfor";
00027
00028 this.vbox1 = new Gtk.VBox();
00029 this.vbox1.Name = "vbox1";
00030 this.vbox1.Spacing = 6;
00031
00032 this.label1 = new Gtk.Label();
00033 this.label1.Name = "label1";
00034 this.label1.LabelProp = Mono.Unix.Catalog.GetString("The Recipe has not been given a title");
00035 this.vbox1.Add(this.label1);
00036 Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox1[this.label1]));
00037 w1.Position = 0;
00038 this.Add(this.vbox1);
00039 if ((this.Child != null)) {
00040 this.Child.ShowAll();
00041 }
00042 this.Hide();
00043 }
00044 }
00045 }