Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > 0453bcaf7bb5ad036996f9b24ca9fa16 > files > 10

gaby-2.0.2-4mdk.i586.rpm

Begin tables
	Test
		String:string
		Strings:strings
		Integer:integer
		Real:real
		Decimal:decimal
			precision=2
		Image:multimedia
			type=image
		Sound:multimedia
			type=sound
		File:file
End

Begin subtables
	Test:Test
		viewable as form,list,xlist,hello.
		with every fields.
End

Begin actions
	Hello World with Python
		event = menu
		event = startup
		!script_fu(Test:Image)
		python:hello.py
	Back/Forward
		backforward_toolbar()
	First Minute
		firsttime_druid()
#	Test of a script
#		!script(AB:First Name, AB:Last Name)
#		{
#		#! /bin/sh
#		echo Hello, $1 $2
#		}
#	Test of #include
#		!script(AB:First Name, AB:Last Name)
#		#include example
End