[gcompris-devel] gcompris how to use the api? (python)
raimundo
raimundoguimaraes1 at gmail.com
Wed Jun 27 22:03:37 UTC 2012
"code in python"
the code below:
def __ init__ (self, *gcomprisBoard*):
print "init raimundo"
# Save the gcomprisBoard, it defines everything we need
# To know from the core
*self.gcomprisBoard = gcomprisBoard*
# Needed to get key_press
*gcomprisBoard.disable_im_context = True *
I am novice programmer .. (sorry)
*which is gcomprisBoard? a python file? an xml file**?*
thank you help
someone has the email Olivier Samyn?
Raimundo
Manaus - Brazil
-------------- next part --------------
# Passthrough, do not break uplevel make rule
install-activity:
SUBDIRS =
pythondir = $(PYTHON_PLUGIN_DIR)
dist_python_DATA= raimundo.py
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
xml_in_files = \
raimundo.xml.in
xml_DATA = $(xml_in_files:.xml.in=.xml)
# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
# in the file themselves. GCompris pick the translations from the po file at
# runtime.
#
$(xml_DATA): %.xml: %.xml.in
sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
# Use this directive and instead of the one above to embed the translations
# in the xml files directly, this is needed for the tool gcompris2spip
#@INTLTOOL_XML_RULE@
icondir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
icon_DATA = raimundo.svg
EXTRA_DIST = $(icon_DATA) ${xml_in_files} init_path.sh
CLEANFILES = $(xml_DATA)
More information about the Gcompris-devel
mailing list