view WarFoundryGTKPref.xml @ 54:f9f6e9db5350

Re #60: Add UI to add/remove/edit weapons in GTK * Add selection change notification from equipment list * Make ShowControl method return a boolean to say what the user did with it * Re-implement ShowControl to use Run() instead of ShowNow() so we can get a response result
author IBBoard <dev@ibboard.co.uk>
date Wed, 25 Aug 2010 16:01:12 +0000
parents 1b603f97e7de
children
line wrap: on
line source

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE preferences[
  <!ELEMENT preference (CDATA|preferenceArr+)> 
  <!ELEMENT preferenceArr (CDATA)>
  <!ATTLIST preference id ID #REQUIRED>
  <!ATTLIST preference type CDATA #REQUIRED>
  <!ATTLIST preferenceArr id ID #REQUIRED>
]>
<preferences>
<preference id="language" type="System.String">en</preference>
<preference id="currSystem" type="System.String"></preference>
<preference id="logLevel" type="System.String">Info</preference>
</preferences>