diff gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmAddEquipment.cs @ 68:7028e24b67ec

Re #60: Add UI to add/remove/edit weapons in GTK * Add "Replace" dialog Note: Dialog null refs because of a bad assumption in the base class - base constructor calls SetupUI before Replace constructor has set all of its values
author IBBoard <dev@ibboard.co.uk>
date Wed, 03 Nov 2010 21:02:54 +0000
parents 100626381159
children 3b4a646b4054
line wrap: on
line diff
--- a/gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmAddEquipment.cs	Sat Oct 30 14:30:29 2010 +0000
+++ b/gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmAddEquipment.cs	Wed Nov 03 21:02:54 2010 +0000
@@ -5,37 +5,22 @@
 	public partial class FrmAddEquipment
 	{
 		private global::Gtk.Table table1;
-
-		private global::Gtk.ScrolledWindow GtkScrolledWindow;
-
-		private global::Gtk.TreeView lstEquipment;
-
-		private global::Gtk.HBox hbox2;
-
-		private global::Gtk.Table table2;
-
-		private global::Gtk.Label lblEquipAll;
-
-		private global::Gtk.Label lblPercent;
-
-		private global::Gtk.SpinButton numericAmount;
-
-		private global::Gtk.SpinButton percentageAmount;
-
-		private global::Gtk.RadioButton rbEquipAll;
-
-		private global::Gtk.RadioButton rbEquipNumeric;
-
-		private global::Gtk.RadioButton rbEquipPercent;
-
-		private global::Gtk.Label lblEquipAmount;
-
-		private global::Gtk.Label lblEquipment;
-
-		private global::Gtk.Button buttonCancel;
-
-		private global::Gtk.Button buttonOk;
-
+				private global::Gtk.ScrolledWindow GtkScrolledWindow;
+				private global::Gtk.TreeView lstEquipment;
+				private global::Gtk.HBox hbox2;
+				private global::Gtk.Table table2;
+				private global::Gtk.Label lblEquipAll;
+				private global::Gtk.Label lblPercent;
+				private global::Gtk.SpinButton numericAmount;
+				private global::Gtk.SpinButton percentageAmount;
+				private global::Gtk.RadioButton rbEquipAll;
+				private global::Gtk.RadioButton rbEquipNumeric;
+				private global::Gtk.RadioButton rbEquipPercent;
+				private global::Gtk.Label lblEquipAmount;
+				private global::Gtk.Label lblEquipment;
+				private global::Gtk.Button buttonCancel;
+				private global::Gtk.Button buttonOk;
+		
 		protected virtual void Build()
 		{
 			global::Stetic.Gui.Initialize(this);
@@ -135,7 +120,6 @@
 			this.rbEquipAll = new global::Gtk.RadioButton("");
 			this.rbEquipAll.CanFocus = true;
 			this.rbEquipAll.Name = "rbEquipAll";
-			this.rbEquipAll.Active = true;
 			this.rbEquipAll.DrawIndicator = true;
 			this.rbEquipAll.UseUnderline = true;
 			this.rbEquipAll.Group = new global::GLib.SList(global::System.IntPtr.Zero);