annotate gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmMainWindow.cs @ 136:560eb34acd17

* Make UnitDisplayWidget expand boxes so that they're useful * Commit auto-generated code changes from previous menu changes
author IBBoard <dev@ibboard.co.uk>
date Tue, 11 Oct 2011 20:21:10 +0100
parents 42d2aa87dfa7
children d4b726cec12c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 // This file has been generated by the GUI designer. Do not modify.
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 namespace IBBoard.WarFoundry.GUI.GTK
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 {
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 public partial class FrmMainWindow
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 {
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 private global::Gtk.UIManager UIManager;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
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
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10 private global::Gtk.Action miOpenArmy;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 private global::Gtk.Action miSaveArmy;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 private global::Gtk.Action miSaveArmyAs;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
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
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 private global::Gtk.Action miExit;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 private global::Gtk.Action menuEdit;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 private global::Gtk.Action miUndo;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 private global::Gtk.Action miRedo;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 private global::Gtk.Action menuHelp;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 private global::Gtk.Action miAbout;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
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
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 private global::Gtk.Action goDown;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
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;
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
33 private global::Gtk.VBox vbox1;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
34 private global::Gtk.MenuBar menubar1;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
35 private global::Gtk.Toolbar toolbar;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
36 private global::Gtk.HPaned hpaned2;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
37 private global::Gtk.TreeView treeUnits;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
38 private global::Gtk.Notebook unitsNotebook;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
39 private global::Gtk.Statusbar statusbar1;
99
8777e4f64d8e Fixes #335: Show current points total in status bar
IBBoard <dev@ibboard.co.uk>
parents: 95
diff changeset
40 private global::Gtk.Label lblTotalPoints;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
41
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
42 protected virtual void Build ()
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
43 {
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
44 global::Stetic.Gui.Initialize (this);
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
45 // 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
46 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
47 global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
48 this.menuFile = new global::Gtk.Action ("menuFile", global::Mono.Unix.Catalog.GetString ("File"), null, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
49 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
50 w1.Add (this.menuFile, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
51 this.miNewArmy = new global::Gtk.Action ("miNewArmy", global::Mono.Unix.Catalog.GetString ("Create army"), null, "gtk-new");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
52 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
53 w1.Add (this.miNewArmy, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
54 this.miOpenArmy = new global::Gtk.Action ("miOpenArmy", global::Mono.Unix.Catalog.GetString ("Open army"), null, "gtk-open");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
55 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
56 w1.Add (this.miOpenArmy, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
57 this.miSaveArmy = new global::Gtk.Action ("miSaveArmy", global::Mono.Unix.Catalog.GetString ("Save army"), null, "gtk-save");
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
58 this.miSaveArmy.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
59 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
60 w1.Add (this.miSaveArmy, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
61 this.miSaveArmyAs = new global::Gtk.Action ("miSaveArmyAs", global::Mono.Unix.Catalog.GetString ("Save army as"), null, "gtk-save-as");
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
62 this.miSaveArmyAs.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
63 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
64 w1.Add (this.miSaveArmyAs, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
65 this.miCloseArmy = new global::Gtk.Action ("miCloseArmy", global::Mono.Unix.Catalog.GetString ("Close army"), null, "gtk-close");
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
66 this.miCloseArmy.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
67 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
68 w1.Add (this.miCloseArmy, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
69 this.miReloadFiles = new global::Gtk.Action ("miReloadFiles", global::Mono.Unix.Catalog.GetString ("Reload files"), null, "gtk-refresh");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
70 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
71 w1.Add (this.miReloadFiles, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
72 this.miExit = new global::Gtk.Action ("miExit", global::Mono.Unix.Catalog.GetString ("Exit"), null, "gtk-quit");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
73 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
74 w1.Add (this.miExit, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
75 this.menuEdit = new global::Gtk.Action ("menuEdit", global::Mono.Unix.Catalog.GetString ("Edit"), null, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
76 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
77 w1.Add (this.menuEdit, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
78 this.miUndo = new global::Gtk.Action ("miUndo", global::Mono.Unix.Catalog.GetString ("Undo"), null, "gtk-undo");
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
79 this.miUndo.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
80 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
81 w1.Add (this.miUndo, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
82 this.miRedo = new global::Gtk.Action ("miRedo", global::Mono.Unix.Catalog.GetString ("Redo"), null, "gtk-redo");
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
83 this.miRedo.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
84 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
85 w1.Add (this.miRedo, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
86 this.menuHelp = new global::Gtk.Action ("menuHelp", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
87 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
88 w1.Add (this.menuHelp, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
89 this.miAbout = new global::Gtk.Action ("miAbout", global::Mono.Unix.Catalog.GetString ("About"), null, "gtk-about");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
90 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
91 w1.Add (this.miAbout, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
92 this.miDebugInformation = new global::Gtk.Action ("miDebugInformation", global::Mono.Unix.Catalog.GetString ("Debug Information"), null, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
93 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
94 w1.Add (this.miDebugInformation, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
95 this.bttnNewArmy = new global::Gtk.Action ("bttnNewArmy", null, null, "gtk-new");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
96 w1.Add (this.bttnNewArmy, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
97 this.bttnOpenArmy = new global::Gtk.Action ("bttnOpenArmy", null, null, "gtk-open");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
98 w1.Add (this.bttnOpenArmy, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
99 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
100 this.bttnSaveArmy.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
101 w1.Add (this.bttnSaveArmy, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
102 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
103 this.bttnUndo.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.bttnUndo, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
105 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
106 this.bttnRedo.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.bttnRedo, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
108 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
109 w1.Add (this.goDown, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
110 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
111 w1.Add (this.add, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
112 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
113 this.miExportArmyAs.Sensitive = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
114 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
115 w1.Add (this.miExportArmyAs, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
116 this.miExportArmyAsBasicHTML = new global::Gtk.Action ("miExportArmyAsBasicHTML", global::Mono.Unix.Catalog.GetString ("Basic HTML"), null, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
117 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
118 w1.Add (this.miExportArmyAsBasicHTML, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
119 this.miPreferences = new global::Gtk.Action ("miPreferences", global::Mono.Unix.Catalog.GetString ("preferences"), null, "gtk-preferences");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
120 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
121 w1.Add (this.miPreferences, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
122 this.miExportArmyAsTransformedXml = new global::Gtk.Action ("miExportArmyAsTransformedXml", global::Mono.Unix.Catalog.GetString ("transformed xml"), null, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
123 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
124 w1.Add (this.miExportArmyAsTransformedXml, null);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
125 this.UIManager.InsertActionGroup (w1, 0);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
126 this.AddAccelGroup (this.UIManager.AccelGroup);
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
127 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
128 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
129 this.Icon = global::Gdk.Pixbuf.LoadFromResource ("App.ico");
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
130 // 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
131 this.vbox1 = new global::Gtk.VBox ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
132 this.vbox1.Name = "vbox1";
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
133 // 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
134 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='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='miPreferences' action='miPreferences'/></menu><menu name='menuHelp' action='menuHelp'><menuitem name='miAbout' action='miAbout'/></menu></menubar></ui>");
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
135 this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
136 this.menubar1.Name = "menubar1";
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
137 this.vbox1.Add (this.menubar1);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
138 global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
139 w2.Position = 0;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
140 w2.Expand = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
141 w2.Fill = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
142 // 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
143 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
144 this.toolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar")));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
145 this.toolbar.HeightRequest = 36;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
146 this.toolbar.Name = "toolbar";
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
147 this.toolbar.ShowArrow = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
148 this.toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
149 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
150 this.vbox1.Add (this.toolbar);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
151 global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar]));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
152 w3.Position = 1;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
153 w3.Expand = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
154 w3.Fill = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
155 // 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
156 this.hpaned2 = new global::Gtk.HPaned ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
157 this.hpaned2.CanFocus = true;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
158 this.hpaned2.Name = "hpaned2";
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
159 this.hpaned2.Position = 178;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
160 // Container child hpaned2.Gtk.Paned+PanedChild
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
161 this.treeUnits = new global::Gtk.TreeView ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
162 this.treeUnits.CanFocus = true;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
163 this.treeUnits.Name = "treeUnits";
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
164 this.hpaned2.Add (this.treeUnits);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
165 global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned2 [this.treeUnits]));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
166 w4.Resize = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
167 // Container child hpaned2.Gtk.Paned+PanedChild
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
168 this.unitsNotebook = new global::Gtk.Notebook ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
169 this.unitsNotebook.CanFocus = true;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
170 this.unitsNotebook.Name = "unitsNotebook";
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
171 this.unitsNotebook.CurrentPage = -1;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
172 this.unitsNotebook.Scrollable = true;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
173 this.hpaned2.Add (this.unitsNotebook);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
174 global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.hpaned2 [this.unitsNotebook]));
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
175 w5.Shrink = false;
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
176 this.vbox1.Add (this.hpaned2);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
177 global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned2]));
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
178 w6.Position = 2;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
179 // 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
180 this.statusbar1 = new global::Gtk.Statusbar ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
181 this.statusbar1.Name = "statusbar1";
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
182 this.statusbar1.Spacing = 2;
99
8777e4f64d8e Fixes #335: Show current points total in status bar
IBBoard <dev@ibboard.co.uk>
parents: 95
diff changeset
183 // Container child statusbar1.Gtk.Box+BoxChild
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
184 this.lblTotalPoints = new global::Gtk.Label ();
99
8777e4f64d8e Fixes #335: Show current points total in status bar
IBBoard <dev@ibboard.co.uk>
parents: 95
diff changeset
185 this.lblTotalPoints.Name = "lblTotalPoints";
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
186 this.statusbar1.Add (this.lblTotalPoints);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
187 global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.lblTotalPoints]));
99
8777e4f64d8e Fixes #335: Show current points total in status bar
IBBoard <dev@ibboard.co.uk>
parents: 95
diff changeset
188 w7.Position = 2;
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
189 w7.Expand = false;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
190 w7.Fill = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
191 this.vbox1.Add (this.statusbar1);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
192 global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
99
8777e4f64d8e Fixes #335: Show current points total in status bar
IBBoard <dev@ibboard.co.uk>
parents: 95
diff changeset
193 w8.Position = 3;
8777e4f64d8e Fixes #335: Show current points total in status bar
IBBoard <dev@ibboard.co.uk>
parents: 95
diff changeset
194 w8.Expand = false;
8777e4f64d8e Fixes #335: Show current points total in status bar
IBBoard <dev@ibboard.co.uk>
parents: 95
diff changeset
195 w8.Fill = false;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
196 this.Add (this.vbox1);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
197 if ((this.Child != null)) {
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
198 this.Child.ShowAll ();
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
199 }
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
200 this.DefaultWidth = 832;
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
201 this.DefaultHeight = 659;
136
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
202 this.hpaned2.Hide ();
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
203 this.Show ();
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
204 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
205 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
206 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
207 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
208 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
209 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
210 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
211 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
212 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
213 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
214 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
215 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
216 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
217 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
218 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
219 this.miExportArmyAsTransformedXml.Activated += new global::System.EventHandler (this.OnTransformedXmlActionActivated);
560eb34acd17 * Make UnitDisplayWidget expand boxes so that they're useful
IBBoard <dev@ibboard.co.uk>
parents: 125
diff changeset
220 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
221 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
222 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
223 this.unitsNotebook.Removed += new global::Gtk.RemovedHandler (this.NotebookPageRemoved);
77
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
224 }
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
225 }
68804784bf6f Re #86: Complete initial GTK# UI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
226 }