From: John L. <jr...@us...> - 2006-05-14 00:40:58
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31140/wxLua/docs Modified Files: wxlua.html Log Message: add more docs add LuaDoString to math the other LuaDo functions rename EVT_LUA_CONSOLE to EVT_LUA_PRINT but use #defines for backwards compat Index: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxlua.html 3 May 2006 22:52:17 -0000 1.4 --- wxlua.html 14 May 2006 00:40:55 -0000 1.5 *************** *** 3,12 **** <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> ! <title>wxLua Documentation</title> <meta content="John Labenski" name="author"> - </head> [...2505 lines suppressed...] ! ! ! <li>Returns lua's error code LUA_ERRXXX or 0 on sucess</li> ! ! ! ! </ul> ! ! ! <li>The other functions are documented in wxlstate.h.</li> ! ! ! </ul> <br> + </body> </html> |