Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/tuxpaint.xml.in
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2005-06-30 09:03:20 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2005-06-30 09:03:20 (GMT)
commit337352c8b17d467a399bae36caf0ae6d1590e02f (patch)
tree87fe44a441d944d407ab4941beb7289ee7a9ad88 /boards/tuxpaint.xml.in
parent7a43cfe35e8650fdf5228bba0eb63604dcdd630d (diff)
add tuxpaint launcher board. add properties python binding. fix
* add tuxpaint launcher board. * add properties python binding. * fix board_finished bug when launched directly with -l
Diffstat (limited to 'boards/tuxpaint.xml.in')
-rw-r--r--boards/tuxpaint.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/boards/tuxpaint.xml.in b/boards/tuxpaint.xml.in
new file mode 100644
index 0000000..a16e955
--- /dev/null
+++ b/boards/tuxpaint.xml.in
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board type="python:tuxpaint" section="/fun" name="tuxpaint" icon="boardicons/tuxpaint.png" difficulty="1" boarddir="Tuxpaint" author="Bill Kendrick (Tuxpaint)">
+ <title>Tuxpaint</title>
+ <description>Launch Tuxpaint</description>
+ <prerequisite>mouse and keyboard manipulation</prerequisite>
+ <goal>Drawing activity (pixmap)</goal>
+ <manual>Use Tuxpaint to draw. When Tuxpaint is finished this board will end.</manual>
+ </Board>
+</GCompris>