comparison gtk-gui/IBBoard.WarFoundry.GTK.FrmNewArmy.cs @ 35:1b603f97e7de

Re #86: Complete initial GTK# UI * Add default config file to build * Auto-updates of source code
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Jan 2010 11:07:15 +0000
parents ca863c693550
children d68992a831df
comparison
equal deleted inserted replaced
34:a35c8be46006 35:1b603f97e7de
170 this.bttnCreate.CanFocus = true; 170 this.bttnCreate.CanFocus = true;
171 this.bttnCreate.Name = "bttnCreate"; 171 this.bttnCreate.Name = "bttnCreate";
172 this.bttnCreate.UseUnderline = true; 172 this.bttnCreate.UseUnderline = true;
173 // Container child bttnCreate.Gtk.Container+ContainerChild 173 // Container child bttnCreate.Gtk.Container+ContainerChild
174 Gtk.Alignment w13 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F); 174 Gtk.Alignment w13 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
175 // Container child GtkAlignment1.Gtk.Container+ContainerChild 175 // Container child GtkAlignment.Gtk.Container+ContainerChild
176 Gtk.HBox w14 = new Gtk.HBox(); 176 Gtk.HBox w14 = new Gtk.HBox();
177 w14.Spacing = 2; 177 w14.Spacing = 2;
178 // Container child GtkHBox1.Gtk.Container+ContainerChild 178 // Container child GtkHBox.Gtk.Container+ContainerChild
179 Gtk.Image w15 = new Gtk.Image(); 179 Gtk.Image w15 = new Gtk.Image();
180 w15.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Menu, 16); 180 w15.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-ok", Gtk.IconSize.Menu, 16);
181 w14.Add(w15); 181 w14.Add(w15);
182 // Container child GtkHBox1.Gtk.Container+ContainerChild 182 // Container child GtkHBox.Gtk.Container+ContainerChild
183 Gtk.Label w17 = new Gtk.Label(); 183 Gtk.Label w17 = new Gtk.Label();
184 w17.LabelProp = Mono.Unix.Catalog.GetString("C_reate"); 184 w17.LabelProp = Mono.Unix.Catalog.GetString("C_reate");
185 w17.UseUnderline = true; 185 w17.UseUnderline = true;
186 w14.Add(w17); 186 w14.Add(w17);
187 w13.Add(w14); 187 w13.Add(w14);