diff gtk-gui/gui.stetic @ 141:1ce4fe9ae3c1

Re #344: Show unit requirement failures * Add an initial way to access requirement failures after adding units
author IBBoard <dev@ibboard.co.uk>
date Mon, 17 Oct 2011 20:53:07 +0100
parents 2b9fabd65309
children f23e5b40ca9d
line wrap: on
line diff
--- a/gtk-gui/gui.stetic	Sat Oct 15 16:07:13 2011 +0100
+++ b/gtk-gui/gui.stetic	Mon Oct 17 20:53:07 2011 +0100
@@ -256,11 +256,16 @@
             <property name="Spacing">6</property>
             <property name="BorderWidth">1</property>
             <child>
-              <widget class="Gtk.Label" id="lblValidationWarning">
+              <widget class="Gtk.EventBox" id="validationEventbox">
                 <property name="MemberName" />
+                <signal name="ButtonReleaseEvent" handler="OnLblValidationWarningButtonReleaseEvent" />
+                <child>
+                  <widget class="Gtk.Label" id="lblValidationWarning">
+                    <property name="MemberName" />
+                  </widget>
+                </child>
               </widget>
               <packing>
-                <property name="PackType">End</property>
                 <property name="Position">1</property>
                 <property name="AutoSize">True</property>
                 <property name="Expand">False</property>