Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
annotate gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmMainWindow.cs @ 167:9808adf2d566 default tip
Re #419: Remove assumptions of a file-based install
* Update GTK# GUI to use Streams version of XSLT export
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 28 Nov 2012 20:25:53 +0000 |
parents | a8f847c1e305 |
children |
rev | line source |
---|---|
77 | 1 |
2 // This file has been generated by the GUI designer. Do not modify. | |
3 namespace IBBoard.WarFoundry.GUI.GTK | |
4 { | |
5 public partial class FrmMainWindow | |
6 { | |
7 private global::Gtk.UIManager UIManager; | |
8 private global::Gtk.Action menuFile; | |
81
3ff8e10de45a
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
77
diff
changeset
|
9 private global::Gtk.Action miNewArmy; |
77 | 10 private global::Gtk.Action miOpenArmy; |
11 private global::Gtk.Action miSaveArmy; | |
12 private global::Gtk.Action miSaveArmyAs; | |
13 private global::Gtk.Action miCloseArmy; | |
82
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
14 private global::Gtk.Action miReloadFiles; |
77 | 15 private global::Gtk.Action miExit; |
16 private global::Gtk.Action menuEdit; | |
17 private global::Gtk.Action miUndo; | |
18 private global::Gtk.Action miRedo; | |
19 private global::Gtk.Action menuHelp; | |
20 private global::Gtk.Action miAbout; | |
21 private global::Gtk.Action miDebugInformation; | |
82
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
22 private global::Gtk.Action bttnNewArmy; |
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
23 private global::Gtk.Action bttnOpenArmy; |
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
24 private global::Gtk.Action bttnSaveArmy; |
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
25 private global::Gtk.Action bttnUndo; |
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
26 private global::Gtk.Action bttnRedo; |
77 | 27 private global::Gtk.Action goDown; |
28 private global::Gtk.Action add; | |
81
3ff8e10de45a
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
77
diff
changeset
|
29 private global::Gtk.Action miExportArmyAs; |
100
23b1c3bdc525
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
99
diff
changeset
|
30 private global::Gtk.Action miExportArmyAsBasicHTML; |
95
ea4069bbe6e9
Re #309: Add initial preference dialog with language support
IBBoard <dev@ibboard.co.uk>
parents:
82
diff
changeset
|
31 private global::Gtk.Action miPreferences; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
32 private global::Gtk.Action miExportArmyAsTransformedXml; |
139
d4b726cec12c
Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents:
136
diff
changeset
|
33 private global::Gtk.Action miEditArmy; |
157
2d1dd73a3289
Re #417: Improve install experience
IBBoard <dev@ibboard.co.uk>
parents:
155
diff
changeset
|
34 private global::Gtk.Action miAddDataFile; |
77 | 35 private global::Gtk.VBox vbox1; |
36 private global::Gtk.MenuBar menubar1; | |
37 private global::Gtk.Toolbar toolbar; | |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
38 private global::Gtk.Statusbar statusbar; |
141
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
39 private global::Gtk.EventBox validationEventbox; |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
40 private global::Gtk.Label lblValidationWarning; |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
41 private global::Gtk.HPaned mainContent; |
77 | 42 private global::Gtk.TreeView treeUnits; |
43 private global::Gtk.Notebook unitsNotebook; | |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
44 |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
45 protected virtual void Build () |
77 | 46 { |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
47 global::Stetic.Gui.Initialize (this); |
77 | 48 // Widget IBBoard.WarFoundry.GUI.GTK.FrmMainWindow |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
49 this.UIManager = new global::Gtk.UIManager (); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
50 global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default"); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
51 this.menuFile = new global::Gtk.Action ("menuFile", global::Mono.Unix.Catalog.GetString ("File"), null, null); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
52 this.menuFile.ShortLabel = global::Mono.Unix.Catalog.GetString ("File"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
53 w1.Add (this.menuFile, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
54 this.miNewArmy = new global::Gtk.Action ("miNewArmy", global::Mono.Unix.Catalog.GetString ("Create army"), null, "gtk-new"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
55 this.miNewArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("Create army"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
56 w1.Add (this.miNewArmy, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
57 this.miOpenArmy = new global::Gtk.Action ("miOpenArmy", global::Mono.Unix.Catalog.GetString ("Open army"), null, "gtk-open"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
58 this.miOpenArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open army"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
59 w1.Add (this.miOpenArmy, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
60 this.miSaveArmy = new global::Gtk.Action ("miSaveArmy", global::Mono.Unix.Catalog.GetString ("Save army"), null, "gtk-save"); |
77 | 61 this.miSaveArmy.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
62 this.miSaveArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save army"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
63 w1.Add (this.miSaveArmy, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
64 this.miSaveArmyAs = new global::Gtk.Action ("miSaveArmyAs", global::Mono.Unix.Catalog.GetString ("Save army as"), null, "gtk-save-as"); |
77 | 65 this.miSaveArmyAs.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
66 this.miSaveArmyAs.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save army as"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
67 w1.Add (this.miSaveArmyAs, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
68 this.miCloseArmy = new global::Gtk.Action ("miCloseArmy", global::Mono.Unix.Catalog.GetString ("Close army"), null, "gtk-close"); |
77 | 69 this.miCloseArmy.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
70 this.miCloseArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("Close army"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
71 w1.Add (this.miCloseArmy, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
72 this.miReloadFiles = new global::Gtk.Action ("miReloadFiles", global::Mono.Unix.Catalog.GetString ("Reload files"), null, "gtk-refresh"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
73 this.miReloadFiles.ShortLabel = global::Mono.Unix.Catalog.GetString ("Reload files"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
74 w1.Add (this.miReloadFiles, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
75 this.miExit = new global::Gtk.Action ("miExit", global::Mono.Unix.Catalog.GetString ("Exit"), null, "gtk-quit"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
76 this.miExit.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
77 w1.Add (this.miExit, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
78 this.menuEdit = new global::Gtk.Action ("menuEdit", global::Mono.Unix.Catalog.GetString ("Edit"), null, null); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
79 this.menuEdit.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
80 w1.Add (this.menuEdit, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
81 this.miUndo = new global::Gtk.Action ("miUndo", global::Mono.Unix.Catalog.GetString ("Undo"), null, "gtk-undo"); |
77 | 82 this.miUndo.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
83 this.miUndo.ShortLabel = global::Mono.Unix.Catalog.GetString ("Undo"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
84 w1.Add (this.miUndo, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
85 this.miRedo = new global::Gtk.Action ("miRedo", global::Mono.Unix.Catalog.GetString ("Redo"), null, "gtk-redo"); |
77 | 86 this.miRedo.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
87 this.miRedo.ShortLabel = global::Mono.Unix.Catalog.GetString ("Redo"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
88 w1.Add (this.miRedo, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
89 this.menuHelp = new global::Gtk.Action ("menuHelp", global::Mono.Unix.Catalog.GetString ("Help"), null, null); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
90 this.menuHelp.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
91 w1.Add (this.menuHelp, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
92 this.miAbout = new global::Gtk.Action ("miAbout", global::Mono.Unix.Catalog.GetString ("About"), null, "gtk-about"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
93 this.miAbout.ShortLabel = global::Mono.Unix.Catalog.GetString ("About"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
94 w1.Add (this.miAbout, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
95 this.miDebugInformation = new global::Gtk.Action ("miDebugInformation", global::Mono.Unix.Catalog.GetString ("Debug Information"), null, null); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
96 this.miDebugInformation.ShortLabel = global::Mono.Unix.Catalog.GetString ("Debug Information"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
97 w1.Add (this.miDebugInformation, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
98 this.bttnNewArmy = new global::Gtk.Action ("bttnNewArmy", null, null, "gtk-new"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
99 w1.Add (this.bttnNewArmy, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
100 this.bttnOpenArmy = new global::Gtk.Action ("bttnOpenArmy", null, null, "gtk-open"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
101 w1.Add (this.bttnOpenArmy, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
102 this.bttnSaveArmy = new global::Gtk.Action ("bttnSaveArmy", null, null, "gtk-save"); |
82
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
103 this.bttnSaveArmy.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
104 w1.Add (this.bttnSaveArmy, null); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
105 this.bttnUndo = new global::Gtk.Action ("bttnUndo", null, null, "gtk-undo"); |
82
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
106 this.bttnUndo.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
107 w1.Add (this.bttnUndo, null); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
108 this.bttnRedo = new global::Gtk.Action ("bttnRedo", null, null, "gtk-redo"); |
82
fb16ca1cb52b
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
81
diff
changeset
|
109 this.bttnRedo.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
110 w1.Add (this.bttnRedo, null); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
111 this.goDown = new global::Gtk.Action ("goDown", null, null, null); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
112 w1.Add (this.goDown, null); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
113 this.add = new global::Gtk.Action ("add", null, null, "gtk-add"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
114 w1.Add (this.add, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
115 this.miExportArmyAs = new global::Gtk.Action ("miExportArmyAs", global::Mono.Unix.Catalog.GetString ("Export army as..."), null, "gtk-convert"); |
81
3ff8e10de45a
Re #308: Make GTK# UI translatable
IBBoard <dev@ibboard.co.uk>
parents:
77
diff
changeset
|
116 this.miExportArmyAs.Sensitive = false; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
117 this.miExportArmyAs.ShortLabel = global::Mono.Unix.Catalog.GetString ("Export army as..."); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
118 w1.Add (this.miExportArmyAs, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
119 this.miExportArmyAsBasicHTML = new global::Gtk.Action ("miExportArmyAsBasicHTML", global::Mono.Unix.Catalog.GetString ("Basic HTML"), null, null); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
120 this.miExportArmyAsBasicHTML.ShortLabel = global::Mono.Unix.Catalog.GetString ("Basic HTML"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
121 w1.Add (this.miExportArmyAsBasicHTML, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
122 this.miPreferences = new global::Gtk.Action ("miPreferences", global::Mono.Unix.Catalog.GetString ("preferences"), null, "gtk-preferences"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
123 this.miPreferences.ShortLabel = global::Mono.Unix.Catalog.GetString ("preferences"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
124 w1.Add (this.miPreferences, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
125 this.miExportArmyAsTransformedXml = new global::Gtk.Action ("miExportArmyAsTransformedXml", global::Mono.Unix.Catalog.GetString ("transformed xml"), null, null); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
126 this.miExportArmyAsTransformedXml.ShortLabel = global::Mono.Unix.Catalog.GetString ("transformed xml"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
127 w1.Add (this.miExportArmyAsTransformedXml, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
128 this.miEditArmy = new global::Gtk.Action ("miEditArmy", global::Mono.Unix.Catalog.GetString ("_edit army"), null, "gtk-edit"); |
139
d4b726cec12c
Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents:
136
diff
changeset
|
129 this.miEditArmy.Sensitive = false; |
d4b726cec12c
Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents:
136
diff
changeset
|
130 this.miEditArmy.ShortLabel = global::Mono.Unix.Catalog.GetString ("_edit army"); |
d4b726cec12c
Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents:
136
diff
changeset
|
131 w1.Add (this.miEditArmy, null); |
163
a8f847c1e305
Random MonoDevelop code cleanup
IBBoard <dev@ibboard.co.uk>
parents:
158
diff
changeset
|
132 this.miAddDataFile = new global::Gtk.Action ("miAddDataFile", global::Mono.Unix.Catalog.GetString ("Add data file"), null, null); |
157
2d1dd73a3289
Re #417: Improve install experience
IBBoard <dev@ibboard.co.uk>
parents:
155
diff
changeset
|
133 this.miAddDataFile.ShortLabel = global::Mono.Unix.Catalog.GetString ("Add data file"); |
2d1dd73a3289
Re #417: Improve install experience
IBBoard <dev@ibboard.co.uk>
parents:
155
diff
changeset
|
134 w1.Add (this.miAddDataFile, null); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
135 this.UIManager.InsertActionGroup (w1, 0); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
136 this.AddAccelGroup (this.UIManager.AccelGroup); |
77 | 137 this.Name = "IBBoard.WarFoundry.GUI.GTK.FrmMainWindow"; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
138 this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
139 this.Icon = global::Gdk.Pixbuf.LoadFromResource ("App.ico"); |
77 | 140 // Container child IBBoard.WarFoundry.GUI.GTK.FrmMainWindow.Gtk.Container+ContainerChild |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
141 this.vbox1 = new global::Gtk.VBox (); |
77 | 142 this.vbox1.Name = "vbox1"; |
143 // Container child vbox1.Gtk.Box+BoxChild | |
157
2d1dd73a3289
Re #417: Improve install experience
IBBoard <dev@ibboard.co.uk>
parents:
155
diff
changeset
|
144 this.UIManager.AddUiFromString ("<ui><menubar name='menubar1'><menu name='menuFile' action='menuFile'><menuitem name='miNewArmy' action='miNewArmy'/><menuitem name='miOpenArmy' action='miOpenArmy'/><menuitem name='miSaveArmy' action='miSaveArmy'/><menuitem name='miSaveArmyAs' action='miSaveArmyAs'/><menu name='miExportArmyAs' action='miExportArmyAs'><menuitem name='miExportArmyAsBasicHTML' action='miExportArmyAsBasicHTML'/><menuitem name='miExportArmyAsTransformedXml' action='miExportArmyAsTransformedXml'/></menu><menuitem name='miCloseArmy' action='miCloseArmy'/><separator/><menuitem name='miAddDataFile' action='miAddDataFile'/><menuitem name='miReloadFiles' action='miReloadFiles'/><separator/><menuitem name='miExit' action='miExit'/></menu><menu name='menuEdit' action='menuEdit'><menuitem name='miUndo' action='miUndo'/><menuitem name='miRedo' action='miRedo'/><separator/><menuitem name='miEditArmy' action='miEditArmy'/><separator/><menuitem name='miPreferences' action='miPreferences'/></menu><menu name='menuHelp' action='menuHelp'><menuitem name='miAbout' action='miAbout'/></menu></menubar></ui>"); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
145 this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1"))); |
77 | 146 this.menubar1.Name = "menubar1"; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
147 this.vbox1.Add (this.menubar1); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
148 global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1])); |
77 | 149 w2.Position = 0; |
150 w2.Expand = false; | |
151 w2.Fill = false; | |
152 // Container child vbox1.Gtk.Box+BoxChild | |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
153 this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar'><toolitem name='bttnNewArmy' action='bttnNewArmy'/><toolitem name='bttnOpenArmy' action='bttnOpenArmy'/><toolitem name='bttnSaveArmy' action='bttnSaveArmy'/><separator/><toolitem name='bttnUndo' action='bttnUndo'/><toolitem name='bttnRedo' action='bttnRedo'/><separator/></toolbar></ui>"); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
154 this.toolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar"))); |
77 | 155 this.toolbar.HeightRequest = 36; |
156 this.toolbar.Name = "toolbar"; | |
157 this.toolbar.ShowArrow = false; | |
158 this.toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0)); | |
159 this.toolbar.IconSize = ((global::Gtk.IconSize)(3)); | |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
160 this.vbox1.Add (this.toolbar); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
161 global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar])); |
77 | 162 w3.Position = 1; |
163 w3.Expand = false; | |
164 w3.Fill = false; | |
165 // Container child vbox1.Gtk.Box+BoxChild | |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
166 this.statusbar = new global::Gtk.Statusbar (); |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
167 this.statusbar.Name = "statusbar"; |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
168 this.statusbar.Spacing = 6; |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
169 this.statusbar.BorderWidth = ((uint)(1)); |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
170 // Container child statusbar.Gtk.Box+BoxChild |
141
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
171 this.validationEventbox = new global::Gtk.EventBox (); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
172 this.validationEventbox.Name = "validationEventbox"; |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
173 // Container child validationEventbox.Gtk.Container+ContainerChild |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
174 this.lblValidationWarning = new global::Gtk.Label (); |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
175 this.lblValidationWarning.Name = "lblValidationWarning"; |
141
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
176 this.validationEventbox.Add (this.lblValidationWarning); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
177 this.statusbar.Add (this.validationEventbox); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
178 global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.validationEventbox])); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
179 w5.Position = 1; |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
180 w5.Expand = false; |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
181 w5.Fill = false; |
141
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
182 this.vbox1.Add (this.statusbar); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
183 global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar])); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
184 w6.PackType = ((global::Gtk.PackType)(1)); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
185 w6.Position = 2; |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
186 w6.Expand = false; |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
187 w6.Fill = false; |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
188 // Container child vbox1.Gtk.Box+BoxChild |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
189 this.mainContent = new global::Gtk.HPaned (); |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
190 this.mainContent.CanFocus = true; |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
191 this.mainContent.Name = "mainContent"; |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
192 this.mainContent.Position = 180; |
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
193 // Container child mainContent.Gtk.Paned+PanedChild |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
194 this.treeUnits = new global::Gtk.TreeView (); |
77 | 195 this.treeUnits.CanFocus = true; |
196 this.treeUnits.Name = "treeUnits"; | |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
197 this.mainContent.Add (this.treeUnits); |
141
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
198 global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.mainContent [this.treeUnits])); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
199 w7.Resize = false; |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
200 // Container child mainContent.Gtk.Paned+PanedChild |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
201 this.unitsNotebook = new global::Gtk.Notebook (); |
77 | 202 this.unitsNotebook.CanFocus = true; |
203 this.unitsNotebook.Name = "unitsNotebook"; | |
204 this.unitsNotebook.CurrentPage = -1; | |
205 this.unitsNotebook.Scrollable = true; | |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
206 this.mainContent.Add (this.unitsNotebook); |
141
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
207 global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.mainContent [this.unitsNotebook])); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
208 w8.Shrink = false; |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
209 this.vbox1.Add (this.mainContent); |
141
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
210 global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.mainContent])); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
211 w9.PackType = ((global::Gtk.PackType)(1)); |
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
212 w9.Position = 3; |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
213 this.Add (this.vbox1); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
214 if ((this.Child != null)) { |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
215 this.Child.ShowAll (); |
77 | 216 } |
217 this.DefaultWidth = 832; | |
218 this.DefaultHeight = 659; | |
140
2b9fabd65309
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
139
diff
changeset
|
219 this.treeUnits.Hide (); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
220 this.Show (); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
221 this.miNewArmy.Activated += new global::System.EventHandler (this.OnCreateArmyActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
222 this.miOpenArmy.Activated += new global::System.EventHandler (this.OnOpenArmyActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
223 this.miSaveArmy.Activated += new global::System.EventHandler (this.OnSaveArmyActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
224 this.miSaveArmyAs.Activated += new global::System.EventHandler (this.OnSaveArmyAsActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
225 this.miCloseArmy.Activated += new global::System.EventHandler (this.OnCloseArmyActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
226 this.miReloadFiles.Activated += new global::System.EventHandler (this.OnReloadFilesActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
227 this.miExit.Activated += new global::System.EventHandler (this.OnExitActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
228 this.miAbout.Activated += new global::System.EventHandler (this.HelpAboutActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
229 this.bttnNewArmy.Activated += new global::System.EventHandler (this.newTBButtonActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
230 this.bttnOpenArmy.Activated += new global::System.EventHandler (this.openTBButtonActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
231 this.bttnSaveArmy.Activated += new global::System.EventHandler (this.saveTBButtonActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
232 this.bttnUndo.Activated += new global::System.EventHandler (this.undoTBButtonActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
233 this.bttnRedo.Activated += new global::System.EventHandler (this.redoTBButtonActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
234 this.miExportArmyAsBasicHTML.Activated += new global::System.EventHandler (this.OnMiExportAsBasicHtmlActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
235 this.miPreferences.Activated += new global::System.EventHandler (this.miPreferencesClicked); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
236 this.miExportArmyAsTransformedXml.Activated += new global::System.EventHandler (this.OnTransformedXmlActionActivated); |
139
d4b726cec12c
Fixes #326: Make army names and sizes modifiable after creation
IBBoard <dev@ibboard.co.uk>
parents:
136
diff
changeset
|
237 this.miEditArmy.Activated += new global::System.EventHandler (this.OnMiEditArmyActivated); |
157
2d1dd73a3289
Re #417: Improve install experience
IBBoard <dev@ibboard.co.uk>
parents:
155
diff
changeset
|
238 this.miAddDataFile.Activated += new global::System.EventHandler (this.OnAddNewFileActionActivated); |
136
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
239 this.treeUnits.RowActivated += new global::Gtk.RowActivatedHandler (this.ArmyRowActivated); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
240 this.treeUnits.PopupMenu += new global::Gtk.PopupMenuHandler (this.OnTreeUnitsPopupMenu); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
241 this.treeUnits.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.UnitTreeButtonPressed); |
560eb34acd17
* Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents:
125
diff
changeset
|
242 this.unitsNotebook.Removed += new global::Gtk.RemovedHandler (this.NotebookPageRemoved); |
141
1ce4fe9ae3c1
Re #344: Show unit requirement failures
IBBoard <dev@ibboard.co.uk>
parents:
140
diff
changeset
|
243 this.validationEventbox.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler (this.OnLblValidationWarningButtonReleaseEvent); |
77 | 244 } |
245 } | |
246 } |