Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
comparison 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 |
comparison
equal
deleted
inserted
replaced
140:2b9fabd65309 | 141:1ce4fe9ae3c1 |
---|---|
254 <widget class="Gtk.Statusbar" id="statusbar"> | 254 <widget class="Gtk.Statusbar" id="statusbar"> |
255 <property name="MemberName" /> | 255 <property name="MemberName" /> |
256 <property name="Spacing">6</property> | 256 <property name="Spacing">6</property> |
257 <property name="BorderWidth">1</property> | 257 <property name="BorderWidth">1</property> |
258 <child> | 258 <child> |
259 <widget class="Gtk.Label" id="lblValidationWarning"> | 259 <widget class="Gtk.EventBox" id="validationEventbox"> |
260 <property name="MemberName" /> | 260 <property name="MemberName" /> |
261 </widget> | 261 <signal name="ButtonReleaseEvent" handler="OnLblValidationWarningButtonReleaseEvent" /> |
262 <packing> | 262 <child> |
263 <property name="PackType">End</property> | 263 <widget class="Gtk.Label" id="lblValidationWarning"> |
264 <property name="MemberName" /> | |
265 </widget> | |
266 </child> | |
267 </widget> | |
268 <packing> | |
264 <property name="Position">1</property> | 269 <property name="Position">1</property> |
265 <property name="AutoSize">True</property> | 270 <property name="AutoSize">True</property> |
266 <property name="Expand">False</property> | 271 <property name="Expand">False</property> |
267 <property name="Fill">False</property> | 272 <property name="Fill">False</property> |
268 </packing> | 273 </packing> |