comparison gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmAddEquipment.cs @ 69:3b4a646b4054

Re #60: Add UI to add/remove/edit weapons in GTK * Fix errors in replace dialog (move UI setup to just before we show) Also: * Fix missing refresh of army tree on equipment/points value change
author IBBoard <dev@ibboard.co.uk>
date Sat, 06 Nov 2010 11:44:26 +0000
parents 7028e24b67ec
children 4b82515586ac
comparison
equal deleted inserted replaced
68:7028e24b67ec 69:3b4a646b4054
118 w7.YOptions = ((global::Gtk.AttachOptions)(4)); 118 w7.YOptions = ((global::Gtk.AttachOptions)(4));
119 // Container child table2.Gtk.Table+TableChild 119 // Container child table2.Gtk.Table+TableChild
120 this.rbEquipAll = new global::Gtk.RadioButton(""); 120 this.rbEquipAll = new global::Gtk.RadioButton("");
121 this.rbEquipAll.CanFocus = true; 121 this.rbEquipAll.CanFocus = true;
122 this.rbEquipAll.Name = "rbEquipAll"; 122 this.rbEquipAll.Name = "rbEquipAll";
123 this.rbEquipAll.Active = true;
123 this.rbEquipAll.DrawIndicator = true; 124 this.rbEquipAll.DrawIndicator = true;
124 this.rbEquipAll.UseUnderline = true; 125 this.rbEquipAll.UseUnderline = true;
125 this.rbEquipAll.Group = new global::GLib.SList(global::System.IntPtr.Zero); 126 this.rbEquipAll.Group = new global::GLib.SList(global::System.IntPtr.Zero);
126 this.table2.Add(this.rbEquipAll); 127 this.table2.Add(this.rbEquipAll);
127 global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2[this.rbEquipAll])); 128 global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2[this.rbEquipAll]));