Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
annotate gtk-gui/IBBoard.WarFoundry.GTK.FrmMainWindow.cs @ 28:9440eef124b0
Closes #69: Add "export" UI
* Add base menu for exports (will be populated automatically once exports are plugins)
* Add menu item for "Basic HTML"
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 01 Sep 2009 19:10:13 +0000 |
parents | 01ddadfa9653 |
children | 2e5448a662b6 |
rev | line source |
---|---|
5 | 1 // ------------------------------------------------------------------------------ |
2 // <autogenerated> | |
3 // This code was generated by a tool. | |
7 | 4 // |
5 | 5 // |
6 // Changes to this file may cause incorrect behavior and will be lost if | |
7 // the code is regenerated. | |
8 // </autogenerated> | |
9 // ------------------------------------------------------------------------------ | |
10 | |
6
cfc7683e73f9
Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents:
5
diff
changeset
|
11 namespace IBBoard.WarFoundry.GTK { |
5 | 12 |
13 | |
14 public partial class FrmMainWindow { | |
15 | |
16 private Gtk.UIManager UIManager; | |
17 | |
18 private Gtk.Action menuFile; | |
19 | |
20 private Gtk.Action miCreateArmy; | |
21 | |
22 private Gtk.Action miOpenArmy; | |
23 | |
24 private Gtk.Action miSaveArmy; | |
25 | |
26 private Gtk.Action miSaveArmyAs; | |
27 | |
28 private Gtk.Action miCloseArmy; | |
29 | |
30 private Gtk.Action miChangeGameSystem; | |
31 | |
32 private Gtk.Action miReloadFiles; | |
33 | |
34 private Gtk.Action miExit; | |
35 | |
36 private Gtk.Action menuEdit; | |
37 | |
38 private Gtk.Action miUndo; | |
39 | |
40 private Gtk.Action miRedo; | |
41 | |
42 private Gtk.Action menuHelp; | |
43 | |
44 private Gtk.Action miAbout; | |
45 | |
46 private Gtk.Action miDebugInformation; | |
47 | |
48 private Gtk.Action newArmyButton; | |
49 | |
50 private Gtk.Action openArmyButton; | |
51 | |
52 private Gtk.Action saveArmyButton; | |
53 | |
54 private Gtk.Action undoActionButton; | |
55 | |
56 private Gtk.Action redoActionButton; | |
57 | |
58 private Gtk.Action goDown; | |
59 | |
60 private Gtk.Action add; | |
61 | |
28 | 62 private Gtk.Action miExportArmy; |
63 | |
64 private Gtk.Action miExportAsBasicHtml; | |
65 | |
5 | 66 private Gtk.VBox vbox1; |
67 | |
68 private Gtk.MenuBar menubar1; | |
69 | |
70 private Gtk.Toolbar toolbar; | |
71 | |
72 private Gtk.HPaned hpaned2; | |
73 | |
74 private Gtk.TreeView treeUnits; | |
75 | |
76 private Gtk.Notebook unitsNotebook; | |
77 | |
78 private Gtk.Statusbar statusbar1; | |
79 | |
80 protected virtual void Build() { | |
81 Stetic.Gui.Initialize(this); | |
6
cfc7683e73f9
Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents:
5
diff
changeset
|
82 // Widget IBBoard.WarFoundry.GTK.FrmMainWindow |
5 | 83 this.UIManager = new Gtk.UIManager(); |
84 Gtk.ActionGroup w1 = new Gtk.ActionGroup("Default"); | |
7 | 85 this.menuFile = new Gtk.Action("menuFile", Mono.Unix.Catalog.GetString("File"), null, null); |
86 this.menuFile.ShortLabel = Mono.Unix.Catalog.GetString("File"); | |
5 | 87 w1.Add(this.menuFile, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
88 this.miCreateArmy = new Gtk.Action("miCreateArmy", Mono.Unix.Catalog.GetString("Create army"), null, "gtk-new"); |
5 | 89 this.miCreateArmy.Sensitive = false; |
7 | 90 this.miCreateArmy.ShortLabel = Mono.Unix.Catalog.GetString("Create army"); |
5 | 91 w1.Add(this.miCreateArmy, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
92 this.miOpenArmy = new Gtk.Action("miOpenArmy", Mono.Unix.Catalog.GetString("Open army"), null, "gtk-open"); |
7 | 93 this.miOpenArmy.ShortLabel = Mono.Unix.Catalog.GetString("Open army"); |
5 | 94 w1.Add(this.miOpenArmy, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
95 this.miSaveArmy = new Gtk.Action("miSaveArmy", Mono.Unix.Catalog.GetString("Save army"), null, "gtk-save"); |
5 | 96 this.miSaveArmy.Sensitive = false; |
7 | 97 this.miSaveArmy.ShortLabel = Mono.Unix.Catalog.GetString("Save army"); |
5 | 98 w1.Add(this.miSaveArmy, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
99 this.miSaveArmyAs = new Gtk.Action("miSaveArmyAs", Mono.Unix.Catalog.GetString("Save army as"), null, "gtk-save-as"); |
5 | 100 this.miSaveArmyAs.Sensitive = false; |
7 | 101 this.miSaveArmyAs.ShortLabel = Mono.Unix.Catalog.GetString("Save army as"); |
5 | 102 w1.Add(this.miSaveArmyAs, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
103 this.miCloseArmy = new Gtk.Action("miCloseArmy", Mono.Unix.Catalog.GetString("Close army"), null, "gtk-close"); |
5 | 104 this.miCloseArmy.Sensitive = false; |
7 | 105 this.miCloseArmy.ShortLabel = Mono.Unix.Catalog.GetString("Close army"); |
5 | 106 w1.Add(this.miCloseArmy, null); |
7 | 107 this.miChangeGameSystem = new Gtk.Action("miChangeGameSystem", Mono.Unix.Catalog.GetString("Change game system"), null, null); |
108 this.miChangeGameSystem.ShortLabel = Mono.Unix.Catalog.GetString("Change game system"); | |
5 | 109 w1.Add(this.miChangeGameSystem, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
110 this.miReloadFiles = new Gtk.Action("miReloadFiles", Mono.Unix.Catalog.GetString("Reload files"), null, "gtk-refresh"); |
5 | 111 this.miReloadFiles.Sensitive = false; |
7 | 112 this.miReloadFiles.ShortLabel = Mono.Unix.Catalog.GetString("Reload files"); |
5 | 113 w1.Add(this.miReloadFiles, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
114 this.miExit = new Gtk.Action("miExit", Mono.Unix.Catalog.GetString("Exit"), null, "gtk-quit"); |
7 | 115 this.miExit.ShortLabel = Mono.Unix.Catalog.GetString("Exit"); |
5 | 116 w1.Add(this.miExit, null); |
7 | 117 this.menuEdit = new Gtk.Action("menuEdit", Mono.Unix.Catalog.GetString("Edit"), null, null); |
118 this.menuEdit.ShortLabel = Mono.Unix.Catalog.GetString("Edit"); | |
5 | 119 w1.Add(this.menuEdit, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
120 this.miUndo = new Gtk.Action("miUndo", Mono.Unix.Catalog.GetString("Undo"), null, "gtk-undo"); |
5 | 121 this.miUndo.Sensitive = false; |
7 | 122 this.miUndo.ShortLabel = Mono.Unix.Catalog.GetString("Undo"); |
5 | 123 w1.Add(this.miUndo, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
124 this.miRedo = new Gtk.Action("miRedo", Mono.Unix.Catalog.GetString("Redo"), null, "gtk-redo"); |
5 | 125 this.miRedo.Sensitive = false; |
7 | 126 this.miRedo.ShortLabel = Mono.Unix.Catalog.GetString("Redo"); |
5 | 127 w1.Add(this.miRedo, null); |
7 | 128 this.menuHelp = new Gtk.Action("menuHelp", Mono.Unix.Catalog.GetString("Help"), null, null); |
129 this.menuHelp.ShortLabel = Mono.Unix.Catalog.GetString("Help"); | |
5 | 130 w1.Add(this.menuHelp, null); |
23
d661cb257511
Re #86: Initial GTK# GUI (because of Re #53)
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
131 this.miAbout = new Gtk.Action("miAbout", Mono.Unix.Catalog.GetString("About"), null, "gtk-about"); |
7 | 132 this.miAbout.ShortLabel = Mono.Unix.Catalog.GetString("About"); |
5 | 133 w1.Add(this.miAbout, null); |
7 | 134 this.miDebugInformation = new Gtk.Action("miDebugInformation", Mono.Unix.Catalog.GetString("Debug Information"), null, null); |
135 this.miDebugInformation.ShortLabel = Mono.Unix.Catalog.GetString("Debug Information"); | |
5 | 136 w1.Add(this.miDebugInformation, null); |
137 this.newArmyButton = new Gtk.Action("newArmyButton", null, null, "gtk-new"); | |
138 this.newArmyButton.Sensitive = false; | |
139 w1.Add(this.newArmyButton, null); | |
140 this.openArmyButton = new Gtk.Action("openArmyButton", null, null, "gtk-open"); | |
141 w1.Add(this.openArmyButton, null); | |
142 this.saveArmyButton = new Gtk.Action("saveArmyButton", null, null, "gtk-save"); | |
143 this.saveArmyButton.Sensitive = false; | |
144 w1.Add(this.saveArmyButton, null); | |
145 this.undoActionButton = new Gtk.Action("undoActionButton", null, null, "gtk-undo"); | |
146 this.undoActionButton.Sensitive = false; | |
147 w1.Add(this.undoActionButton, null); | |
148 this.redoActionButton = new Gtk.Action("redoActionButton", null, null, "gtk-redo"); | |
149 this.redoActionButton.Sensitive = false; | |
150 w1.Add(this.redoActionButton, null); | |
151 this.goDown = new Gtk.Action("goDown", null, null, null); | |
152 w1.Add(this.goDown, null); | |
153 this.add = new Gtk.Action("add", null, null, "gtk-add"); | |
154 w1.Add(this.add, null); | |
28 | 155 this.miExportArmy = new Gtk.Action("miExportArmy", Mono.Unix.Catalog.GetString("Export army as..."), null, "gtk-convert"); |
156 this.miExportArmy.ShortLabel = Mono.Unix.Catalog.GetString("Export army"); | |
157 w1.Add(this.miExportArmy, null); | |
158 this.miExportAsBasicHtml = new Gtk.Action("miExportAsBasicHtml", Mono.Unix.Catalog.GetString("Basic HTML"), null, null); | |
159 this.miExportAsBasicHtml.ShortLabel = Mono.Unix.Catalog.GetString("Basic HTML"); | |
160 w1.Add(this.miExportAsBasicHtml, null); | |
5 | 161 this.UIManager.InsertActionGroup(w1, 0); |
162 this.AddAccelGroup(this.UIManager.AccelGroup); | |
6
cfc7683e73f9
Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents:
5
diff
changeset
|
163 this.Name = "IBBoard.WarFoundry.GTK.FrmMainWindow"; |
7 | 164 this.Title = Mono.Unix.Catalog.GetString("MainWindow"); |
5 | 165 this.Icon = Gdk.Pixbuf.LoadFromResource("App.ico"); |
6
cfc7683e73f9
Fix breakage from r33 by completing update of move to IBBoard.WarFoundry.GTK sub-packages
IBBoard <dev@ibboard.co.uk>
parents:
5
diff
changeset
|
166 // Container child IBBoard.WarFoundry.GTK.FrmMainWindow.Gtk.Container+ContainerChild |
5 | 167 this.vbox1 = new Gtk.VBox(); |
168 this.vbox1.Name = "vbox1"; | |
169 // Container child vbox1.Gtk.Box+BoxChild | |
28 | 170 this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='menuFile' action='menuFile'><menuitem name='miCreateArmy' action='miCreateArmy'/><menuitem name='miOpenArmy' action='miOpenArmy'/><menuitem name='miSaveArmy' action='miSaveArmy'/><menuitem name='miSaveArmyAs' action='miSaveArmyAs'/><menu name='miExportArmy' action='miExportArmy'><menuitem name='miExportAsBasicHtml' action='miExportAsBasicHtml'/></menu><menuitem name='miCloseArmy' action='miCloseArmy'/><separator/><menuitem name='miChangeGameSystem' action='miChangeGameSystem'/><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'/></menu><menu name='menuHelp' action='menuHelp'><menuitem name='miAbout' action='miAbout'/><menuitem name='miDebugInformation' action='miDebugInformation'/></menu></menubar></ui>"); |
5 | 171 this.menubar1 = ((Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1"))); |
172 this.menubar1.Name = "menubar1"; | |
173 this.vbox1.Add(this.menubar1); | |
174 Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox1[this.menubar1])); | |
175 w2.Position = 0; | |
176 w2.Expand = false; | |
177 w2.Fill = false; | |
178 // Container child vbox1.Gtk.Box+BoxChild | |
179 this.UIManager.AddUiFromString("<ui><toolbar name='toolbar'><toolitem name='newArmyButton' action='newArmyButton'/><toolitem name='openArmyButton' action='openArmyButton'/><toolitem name='saveArmyButton' action='saveArmyButton'/><separator/><toolitem name='undoActionButton' action='undoActionButton'/><toolitem name='redoActionButton' action='redoActionButton'/><separator/></toolbar></ui>"); | |
180 this.toolbar = ((Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar"))); | |
181 this.toolbar.HeightRequest = 36; | |
182 this.toolbar.Name = "toolbar"; | |
183 this.toolbar.ShowArrow = false; | |
184 this.toolbar.ToolbarStyle = ((Gtk.ToolbarStyle)(0)); | |
185 this.vbox1.Add(this.toolbar); | |
186 Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox1[this.toolbar])); | |
187 w3.Position = 1; | |
188 w3.Expand = false; | |
189 w3.Fill = false; | |
190 // Container child vbox1.Gtk.Box+BoxChild | |
191 this.hpaned2 = new Gtk.HPaned(); | |
192 this.hpaned2.CanFocus = true; | |
193 this.hpaned2.Name = "hpaned2"; | |
194 this.hpaned2.Position = 178; | |
195 // Container child hpaned2.Gtk.Paned+PanedChild | |
196 this.treeUnits = new Gtk.TreeView(); | |
197 this.treeUnits.CanFocus = true; | |
198 this.treeUnits.Name = "treeUnits"; | |
199 this.hpaned2.Add(this.treeUnits); | |
200 Gtk.Paned.PanedChild w4 = ((Gtk.Paned.PanedChild)(this.hpaned2[this.treeUnits])); | |
201 w4.Resize = false; | |
202 // Container child hpaned2.Gtk.Paned+PanedChild | |
203 this.unitsNotebook = new Gtk.Notebook(); | |
204 this.unitsNotebook.CanFocus = true; | |
205 this.unitsNotebook.Name = "unitsNotebook"; | |
206 this.unitsNotebook.CurrentPage = -1; | |
207 this.hpaned2.Add(this.unitsNotebook); | |
208 this.vbox1.Add(this.hpaned2); | |
209 Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox1[this.hpaned2])); | |
210 w6.Position = 2; | |
211 // Container child vbox1.Gtk.Box+BoxChild | |
212 this.statusbar1 = new Gtk.Statusbar(); | |
213 this.statusbar1.Name = "statusbar1"; | |
214 this.statusbar1.Spacing = 2; | |
215 this.vbox1.Add(this.statusbar1); | |
216 Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox1[this.statusbar1])); | |
217 w7.Position = 3; | |
218 w7.Expand = false; | |
219 w7.Fill = false; | |
220 this.Add(this.vbox1); | |
221 if ((this.Child != null)) { | |
222 this.Child.ShowAll(); | |
223 } | |
224 this.DefaultWidth = 832; | |
225 this.DefaultHeight = 659; | |
226 this.Show(); | |
227 this.miCreateArmy.Activated += new System.EventHandler(this.OnCreateArmyActivated); | |
228 this.miOpenArmy.Activated += new System.EventHandler(this.OnOpenArmyActivated); | |
229 this.miSaveArmy.Activated += new System.EventHandler(this.OnSaveArmyActivated); | |
230 this.miSaveArmyAs.Activated += new System.EventHandler(this.OnSaveArmyAsActivated); | |
231 this.miCloseArmy.Activated += new System.EventHandler(this.OnCloseArmyActivated); | |
232 this.miChangeGameSystem.Activated += new System.EventHandler(this.OnChangeGameSystemActivated); | |
233 this.miReloadFiles.Activated += new System.EventHandler(this.OnReloadFilesActivated); | |
234 this.miExit.Activated += new System.EventHandler(this.OnExitActivated); | |
235 this.newArmyButton.Activated += new System.EventHandler(this.newTBButtonActivated); | |
236 this.openArmyButton.Activated += new System.EventHandler(this.openTBButtonActivated); | |
237 this.saveArmyButton.Activated += new System.EventHandler(this.saveTBButtonActivated); | |
238 this.undoActionButton.Activated += new System.EventHandler(this.undoTBButtonActivated); | |
239 this.redoActionButton.Activated += new System.EventHandler(this.redoTBButtonActivated); | |
28 | 240 this.miExportAsBasicHtml.Activated += new System.EventHandler(this.OnMiExportAsBasicHtmlActivated); |
5 | 241 this.treeUnits.RowActivated += new Gtk.RowActivatedHandler(this.ArmyRowActivated); |
242 } | |
243 } | |
244 } |