[Plib-cvs] plib/demos/p-guide/src example.xml,NONE,1.1
Brought to you by:
sjbaker
From: James J. <pu...@us...> - 2002-08-15 05:13:10
|
Update of /cvsroot/plib/plib/demos/p-guide/src In directory usw-pr-cvs1:/tmp/cvs-serv5861 Added Files: example.xml Log Message: Example Project File --- NEW FILE: example.xml --- <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE P-Guide> <savefile> <version>VERSION</version> <project>Test Project</project> <autolock>TRUE</autolock> <window> <name>Sample P-Guide File</name> <size> <width>600</width> <height>400</height> </size> <position> <x>0</x> <y>0</y> </position> <color> <r>0.750000</r> [...465 lines suppressed...] <position> <x>173</x> <y>360</y> </position> <data> <int1>0</int1> <int2>0</int2> <bool1>FALSE</bool1> <bool2>FALSE</bool2> <bool3>FALSE</bool3> <float1>0.000000</float1> <float2>0.000000</float2> <float3>0.000000</float3> <float4>0.000000</float4> <float5>0.000000</float5> <float6>0.000000</float6> </data> </widget> </objects> </savefile> |